NET/MASTER Management Services (MS) Command Reference Manual

LBANNER
SYSPARMS PRELOAD
NonStop NET/MASTER MS Commands
115412 Tandem Computers Incorporated 2–513
PRELOAD
PRELOAD={
ncl-procedure
| (
ncl-procedure
,
library
) }
specifies the name of an NCL procedure to preload into memory before execution.
Preloading an NCL procedure helps to avoid the overhead associated with disk
I/O when an NCL procedure is executed.
ncl-procedure
specifies the name of an NCL procedure.
library
specifies the procedure library from which NCL begins to search for the NCL
procedure. If
library
is specified, NCL searches for the NCL procedure in
the specified library only. If
library
is omitted, NCL searches for the NCL
procedure in the customized procedure library and then the distribution
procedure library.
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.
You can use the SHOW PRELOAD command to display preloaded NCL
procedures, and the SYSPARMS UNLOAD command to unload preloaded NCL
procedures.
Example
The following example preloads an NCL procedure called ZLOGBRWN:
SYSPARMS PRELOAD=ZLOGBRWN