Previous Topic: SOCKSEND Macro

Next Topic: STOP Macro

STARTNCL Macro

The STARTNCL macro starts an NCL procedure that runs independently of the process.

Parameters: STARTNCL Macro

NCL Name

Specifies the name of the NCL procedure you want to start.

Region

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.

Parameters

Specifies the parameters (and their values) 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: 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) |