NET/MASTER Management Services (MS) Command Reference Manual

LBANNER
SYSPARMS UNLOAD
NonStop NET/MASTER MS Commands
2–546 115412 Tandem Computers Incorporated
UNLOAD
UNLOAD={
ncl-procedure
| (
ncl-procedure
,
library
) }
specifies the name of an NCL procedure to unload from memory.
ncl-procedure
specifies the name of an NCL procedure.
library
specifies the NCL procedure library from which the NCL procedure was
preloaded.
If you did not specify a library when the NCL procedure was preloaded, then
you do not have to specify a library when you unload it. However, if you do,
you must specify the customized procedure library (the first library in the
search path used to locate the NCL procedure when it was preloaded). You
cannot specify the name of the distribution procedure library when you
unload an NCL procedure, even if the NCL procedure was originally located
in the distribution procedure library.
If you specified a library when the NCL procedure was preloaded, then
normally you must specify the same library when you unload it. However,
you do not have to specify a library when you unload an NCL procedure that
was originally preloaded from the customized procedure library (whether or
not you specified the name of the customized procedure library when the
NCL procedure was preloaded).
Considerations
This system parameter is not included in the display from the SHOW SYSPARMS
command or the display from the Display/Update SYSPARMS Settings option in
System Support Services.
The NCL procedure cannot be executed again by any user after you enter this
system parameter. If the NCL procedure is currently executing, you are sent a
warning message and the NCL procedure continues executing. The NCL
procedure is unloaded when it terminates execution.
You can preload a new version of the same NCL procedure immediately after you
enter this system parameter. New users use the new version of the NCL
procedure—even if other users are still using the old version.
You can use this system parameter to remove NCL procedures placed on the
active list when the value of the SYSPARMS NCLPRSHR system parameter is
either YES or a number. You can use this system parameter to unload an NCL
procedure preloaded as a result of executing the SYSPARMS CMDREPL system
parameter.