NET/MASTER Messages Manual
NNM2704
Messages
106159 Tandem Computers Incorporated 2–431
NNM2703
record-type
record-name
NOT FOUND IN OBJECT FILE
object-name
Cause. An NCLCOMP command was issued, using the DELETE operand to delete an
NCL procedure record from an NCL object file or to delete panel records from a panel
object file. The specified NCL procedure or panel records were not in the object file.
record-type
is either PROCEDURE or PANEL, indicating the type of record to
be deleted.
record-name
is the name of the record to be deleted.
object-name
is the name of the NCL object file.
Effect. The deletion cannot be performed.
Recovery. If you specified the correct record type and record name, the record is
already deleted. If you specified the wrong record, issue the command again for the
correct record.
NNM2704 OBJECT OPERAND CANNOT BE A FILE SPECIFIED IN SYSPARMS
system-parameter
Cause. An NCLCOMP command was issued, using one of the files specified in the
NCLOBJPATH or PNLOBJPATH system parameter as the object file. You cannot use
the NCLCOMP command on files specified in those system parameters.
system-parameter
is NCLOBJPATH or PNLOBJPATH.
Effect. The command is not executed.
Recovery. You can do one of the following:
Reissue the command, using a new object file, and if necessary, include the new
file in the relevant system parameter.
Make a copy of the required object file, issue the NCLCOMP command against the
copy, and if necessary, replace the file in the relevant system parameter with the
copy.