The STARTNCL macro starts an NCL procedure that runs independently of the process.
Parameters: STARTNCL Macro
Specifies the name of the NCL procedure you want to start.
Identifies the region in which the specified NCL procedure is to start. The field must be blank or contain one of the following background environments:
If this field is blank, the current region is assumed.
Specifies the parameters (and their values) required by the NCL procedure specified in the NCL name field.
Specifies whether to pass a string of words in a variable as multiple parameters to the procedure.
Example: STARTNCL Macro
In the following example, the STARTNCL macro starts the CALC2 NCL procedure which contains the &MULT variable. The procedure is started in the current region.
PROD----- Automation Services : STARTNCL Macro Parameter Definition ----------- Command ===> Function=BROWSE .- NCL Procedure Details -----------------------------------------------------. | | | NCL Name .... CALC2 | | | | Region .....+ (AOMP, BLOG, BMON, BSYS, CNMP, LOGP or PPOP) | | | | Parameters .. MULT=365 | | | | | | | | | | Segment Multi-word Parameter Variables ... NO (YES or NO) |
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |