Execute an NCL Procedure

$NCL is a special process definition that is applicable across all defined system images. The $NCL process enables you to execute an existing NCL procedure directly. You do not need to define a process to execute an NCL procedure. The $NCL process return code inherits the return code set by the NCL procedure.

The command has the following format:

$NCL $NCL=ncl-procedure-name
parameter-1=value-1
.
.
.
parameter-n=value-n

Note: You cannot use the $NCL process from within another process. To do this, use the EXECNCL macro.


Copyright © 2010 CA. All rights reserved.