NET/MASTER Network Control Language (NCL) Programmer's Guide

Development Considerations for System-Level NCL Procedures
Developing System-Level NCL Procedures
17–16 106160 Tandem Computers Incorporated
The following screen shows the steps you should use:
(15:15) --------------------- OPERATOR CONTROL SERVICES ---------------------
SYSPARMS EMSPROC=EPROC2 <-- Loads EMSPROC
NNM0604 SYSPARMS EMSPROC=EPROC2 OPERAND ACCEPTED.
15:14:43 E EMSPROC starting
SYSPARMS EMSPROC=FLUSH <-- Flushes EMSPROC
NNM0604 SYSPARMS EMSPROC=FLUSH OPERAND ACCEPTED.
SUBMIT EMSP SHOW PRELOAD=EPROC2 <-- On retain list?
NNM1302 COMMAND SUBMITTED TO EMSP REGION
15:15:01 E SHOW PRELOAD=EPROC2
15:15:01 E NNM1050 NAME STATUS USERS REFCNT STMTS NCLBUF LIBRARY
AGEUSE
15:15:01 E NNM1051 EPROC2 RETAINED 0 1 24 2 ZNNMNCS
1
15:15:01 E NNM0999 *END*
SUBMIT EMSP SYSPARMS UNLOAD=EPROC2 <-- Yes, so unload
NNM1302 COMMAND SUBMITTED TO EMSP REGION
15:15:13 E SYSPARMS UNLOAD=EPROC2
15:15:13 E NNM1057 UNLOAD OF EPROC2 ACCEPTED
SUBMIT LOGP SHOW PRELOAD=EPROC2 <-- Confirmation
NNM1302 COMMAND SUBMITTED TO LOGP REGION
15:15:28 L SHOW PRELOAD=EPROC2
15:15:29 L NNM1052 NO NCL PROCEDURES PRELOADED OR AUTO-SHARED
HOLDING ------------------ NonStop NET/MASTER D30 ---------------- --------
M=>
Note While you are testing new versions of EMSPROC, you can ensure that you always use the latest version
by changing the profile of EMSP so that test mode is on. The following command ensures that you
always use the latest version of EMSPROC during testing:
SUBMIT EMSP PROFILE NCLTEST=YES
See Section 8, “Executing NCL Procedures,” for more information on the active and
retain lists.
Loading and Flushing LOGPROC
The SYSPARMS LOGPROC command can be used to either load or flush LOGPROC.
The following command loads a LOGPROC procedure called LPROC2:
SYSPARMS LOGPROC=LPROC2
The following command flushes LOGPROC:
SYSPARMS LOGPROC=FLUSH
These commands allow you to load and flush LOGPROC as required to test new and
modified versions.