CALL (Call Program) syntax diagram


Job: B,I Pgm: B,I REXX: B,I Exec
Threadsafe: No
               .-*LIBL/--------.
>>-CALL--PGM(--+---------------+--program-name--)--------------->
               +-*CURLIB/------+
               '-library-name/-'
 
                                          (2)
>--+------------------------------------+----------------------><
   |        .----------------------.    |
   |        V                 (1)  |    |
   '-PARM(----parameter-value------+--)-'
 
 

Notes:

  1. A maximum of 99 repetitions.

  2. All parameters preceding this point can be specified in positional form.