NET/MASTER Messages Manual

NNM1031
Messages
106159 Tandem Computers Incorporated 2–199
The object file name is the same as the name of the source file subvolume.
For example, if the value of the NCLOBJLIB startup parameter is NCLOLIB, then a
source file in $DATA2.NNMJN compiles into object file
$DATA2.NCLOLIB.NNMJN.
If the named library is the global library (named in the NCLOBJLIB startup
parameter), the object file name is the name of the source file subvolume and
resides on the source file volume.
If the named library is the distribution procedure library (named in the
NCLDISTSRC system parameter), the object file name is in the NCLDISTOBJ
system parameter that you can view through the SHOW SYSPARMS command.
If the named library is the customized procedure library (named in the
NCLCUSTSRC system parameter), the object file name is in the NCLCUSTOBJ
system parameter that you can view through the SHOW SYSPARMS command.
NNM1031 EXEC OF PROCEDURE
proc1
QUEUED PENDING COMPLETION OF
proc2
Cause. An EXEC command was issued to execute an NCL procedure (
proc1
) but
another NCL procedure (
proc2
) was already executing in the same environment.
proc1
was queued for execution.
proc1
is the name of the queued procedure.
proc2
is the name of the procedure that was executing in the environment
when the EXEC command was issued.
Effect. Execution of the queued procedure begins when all the previously queued
procedures have finished execution.
Recovery. You can use the SHOW NCL command to determine which procedures are
executing. If you want to execute the procedure in parallel, use the START command.