Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Defining the procedure call command

&pagelevel(5)&pagelevel

There are three SDF-P commands which can be used to call S procedures: CALL-PROCEDURE, INCLUDE-PROCEDURE and ENTER-PROCEDURE. The
command for calling the procedure is defined in the CALLER operand of the SET-PROCEDURE-OPTIONS command. The operand values which can be specified for CALLER are *ANY, *CALL and * INCLUDE.

  • If *ANY is set, any of the calling commands may be used to call the procedure. *ANY is the default setting.

  • If *CALL is set, the procedure may be called by either CALL-PROCEDURE or ENTER-PROCEDURE.

  • If *INCLUDE is set, the procedure may only be called by INCLUDE-PROCEDURE.

Further details about calling procedures will be found in chapter “Calling and controllingprocedures”.