NET/MASTER Management Services (MS) Command Reference Manual

LBANNER
PARAM READY
NonStop NET/MASTER MS Commands
115412 Tandem Computers Incorporated 2–247
READY
READY=
ncl-procedure
specifies the name of the READY NCL procedure.
Considerations
The name of the default READY NCL procedure is READY. When NonStop
NET/MASTER MS starts, the INIT NCL procedure is the first NCL procedure
executed: it is executed during the system initialization phase. Users cannot log
on to NonStop NET/MASTER MS while the INIT procedure is executing.
The READY NCL procedure executes after the INIT procedure: it is the second
NCL procedure executed by NonStop NET/MASTER MS, after the system
initialization phase. Users can log on to NonStop NET/MASTER MS while this
NCL procedure is being executed.
When NonStop NET/MASTER MS searches for the READY NCL procedure it
looks first in the customized procedure library (specified using the PARAM
NCLCUSTSRC command) and then the distribution procedure library (specified
using the PARAM NCLDISTSRC command).
Example
The following example specifies the name of a READY NCL procedure that replaces
the distributed READY NCL procedure:
PARAM READY=LREADY