The EXECNCL macro executes an NCL procedure in line with the process that contains the macro. That is, the process waits for the NCL procedure to end before continuing on to the next step.
Parameters: EXECNCL Macro
Specifies the name of the NCL procedure executed by the macro.
Specifies any parameters required by the NCL procedure specified in the NCL Name field.
Example: EXECNCL Macro
In the following example, the EXECNCL macro executes the $RMSMTS procedure. The EXECNCL procedure contains a number of variables, which are defined in the Parameters field of this panel.
PROD----- Automation Services : EXECNCL Macro Parameter Definition ------------ Command ===> Function=BROWSE .- NCL Procedure Details -----------------------------------------------------. | | | NCL Name .... $RMSMTS | | | | Parameters .. SERVICE=GET SYSNAME=&ZRMSYSNAME | | VERSION=&ZRMVERSION CLASS=17 |