CALLPRC (Call Bound Procedure) syntax diagram


Mod: B,I
Threadsafe: No
>>-CALLPRC--PRC(--procedure-name--)----------------------------->
 
>--+----------------------------------------+------------------->
   |        .---------------------.         |
   |        V                     | (1)     |
   '-PARM(----+-*OMIT-----------+-+-------)-'
              '-parameter-value-'
 
                                            (2)
>--+--------------------------------------+--------------------><
   |          .-*NONE----------------.    |
   '-RTNVAL(--+-return-variable-name-+--)-'
 
 

Notes:

  1. A maximum of 300 repetitions.

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