$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 process has the following format:
$NCL $NCL=ncl_procedure_name parameter_1=value_1 … parameter_n=value_n
Names the NCL procedure.
(Optional) Specifies parameter values to the NCL procedure.
Limits: Keyword format with parameter names not starting with $
Example: NAME=resource_name
Note: You cannot use the $NCL process from within another process. To execute an NCL procedure from within a process, use the EXECNCL macro.
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |