Loading...
Select Version
&pagelevel(4)&pagelevel
In the PROCEDURE-PARAMETERS operand, procedure parameters can be passed as values only (declared in the DECLARE-PARAMETER command with TRANSFER-TYPE = *BY-VALUE). Variable names cannot be passed, since variables are known only in the calling job and not in the executing job.
Whether the actual and formal parameters match is not checked until execution time.