NET/MASTER Management Services (MS) Command Reference Manual

GO
NonStop NET/MASTER MS Commands
2–110 115412 Tandem Computers Incorporated
GO The GO command resumes execution of a paused NCL process, suspended using
either the NCL PAUSE or DELAY verb. You cannot use this command to satisfy an
outstanding INTREAD verb issued by an NCL process. To do this, use the INTQ
command instead.
GO [ ID=
ncl-id
] [
parameter
… ]
ID=
ncl-id
identifies the paused NCL process. You must specify this operand if more than
one NCL process (excluding MSGPROC) is executing in your primary processing
environment.
If you enter this command without specifying an NCL process identifier, NonStop
NET/MASTER MS assumes that only one NCL process (excluding MSGPROC) is
executing in the current execution environment and assumes the command
applies to that NCL process. NonStop NET/MASTER MS attempts to resume
executing this NCL process. If more than one NCL process (excluding
MSGPROC) is executing in the current execution environment and you enter the
command with no operands, NCL displays an error message.
parameter
specifies a parameter to pass to the NCL process when execution resumes.
You must pass the parameters in the order the NCL process expects to receive
them. Parameters are assigned, in order, to the parameter variables &1 through
&n.
Considerations
The default authority level of this command is 0. The ID operand has a default
authority level of 2.
You can enter this command from any NCL procedure, including the INIT NCL
procedure, by using either the CMD core statement or the INTCMD verb.
By default, the target NCL process must be owned by your user ID. If your
command authority level is equal to or higher than the authority level of the ID
operand and SYSPARMS NCLXUSER=YES, then you can use this command to
terminate any NCL process in any region (belonging to any user).
When execution resumes, the system variable &SYS.PARMCNT holds the number
of parameters created and the system variable &SYS.ALLPARMS holds the
parameters in a single string.
You can target an NCL process in either OCS window excluding MSGPROC.