NET/MASTER Network Control Language (NCL) Reference Manual
START
Verbs
106126 Tandem Computers Incorporated 3–181
If you specify NOTIFY=YES, the &SYS.RETCODE system variable contains one of
the following return codes after the START verb completes its operation:
Return
Code
Description
0 No errors found.
4 A procedure is required but a function was found.
8 The procedure was found but it contains compilation errors.
12 The procedure was not found in the NCL library search path.
16 A load fail error occurred. See the &SYS.FDBK system variable, which contains the
operating system error code, for more information.
20 The specified variable name was found but it is not an MDO variable.
24 The specified MDO variable was not found.
28 The parameter string is too long to fit into the &SYS.ALLPARMS system variable.
(The length is limited to 8196 bytes.)
32 The maximum number of NCL processes, specified by the SYSPARMS NCLUMAX
command, has been exceeded.
36 A variable error occurred in looking up the given variables.
40 The specified background processing environment does not exist, possibly due to a
failure of the Guardian process in which the background processing environment
resides.
44 The amount of virtual storage for NCL processing, specified by the SYSPARMS
NCLMAXK command, has been exceeded.
48 RESTART=YES has been specified and the NCL process is not running in a
background environment.
52 RESTART=CONDITIONAL has been specified and the NCL process is running but
not in a background environment, and therefore not as a persistent NCL process.
If you specify NOTIFY=YES, the following values may be set for the &SYS.FDBK
system variable, depending on the value of the &SYS.RETCODE system variable:
Value of
&SYS.RETCODE
Value of
&SYS.FDBK
16 Guardian error code.
36 NCL error code.
If you specify NOTIFY=YES, the &SYSMSG variable contains the NCL ID of the
started NCL process.
If you specify NOTIFY=NO, the &SYS.RETCODE system variable always contains 0
(zero), even if the target NCL procedure was not successfully started.
Additionally, the value of &SYSMSG is not affected.
For more information on the START command, refer to the NonStop NET/MASTER
MS Command Reference Manual.
There is no EXEC verb.