NET/MASTER Management Services (MS) Command Reference Manual
LBANNER
START
NonStop NET/MASTER MS Commands
115412 Tandem Computers Incorporated 2–433
For related information, see the EXEC, FLUSH, GO, and SHOW NCL commands.
Examples
1. The following example invokes three NCL procedures: PROC1, PROC2, and
PROC3. Execution of all three begins immediately.
START PROC1
START PROC2
START PROC3
2. The following example passes the parameters, MON, TUE, WED, THU, FRI, SAT,
and SUN to PROC4.
START PROC4 MON TUE WED THU FRI SAT SUN
Upon execution, NCL assigns these parameters to &1 through &7, respectively.
The value of &SYS.PARMCNT is 7 and the value of &SYS.ALLPARMS is the
following:
MON TUE WED THU FRI SAT SUN