Previous Topic: EVVARSET Macro

Next Topic: EXTRACT Macro

EXECNCL Macro

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

NCL Name

Specifies the name of the NCL procedure executed by the macro.

Parameters

Specifies any parameters required by the NCL procedure specified in the NCL Name field.

Segment Multi-word Parameter Variables

Specifies whether to pass a string of words in a variable as multiple parameters to the procedure.

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 | | | | | | | | Segment Multi-word Parameter Variables ... NO (YES or NO) |