NET/MASTER Messages Manual

NNM2705
Messages
2–432 106159 Tandem Computers Incorporated
NNM2705 OBJECT OPERAND CANNOT BE A FILE SPECIFIED IN PARAM
parameter-name
Cause. An NCLCOMP command was issued, using one of the files specified in the
NCLDISTCODE or PNLDISTCODE startup parameter as the object file. You cannot
use the NCLCOMP command on files specified in those startup parameters.
parameter-name
is NCLDISTCODE or PNLDISTCODE.
Effect. The command is not executed.
Recovery. Reissue the command, using a new object file, and if necessary, include the
new file in the NCLOBJPATH or PNLOBJPATH system parameter, as appropriate.
NNM2706
io-type
COMMAND ON FILE
object-name
FAILED, ERROR=
error-number
Cause. An I/O operation on the object file failed.
io-type
is READ or WRITE.
object-name
is the name of the object file accessed.
error-number
is the Guardian file-system error number.
Effect. The operation fails. The file is unchanged.
Recovery. Use the error number to determine the appropriate action to take.
NNM2707 NCL PROCEDURE
procedure-name
FOUND IN NCL OBJECT ONLY FILE
object-name
.
Cause. You issued an NCLCHECK command on a procedure that does not exist in a
source file in any of the search path libraries. Instead, the procedure was found in an
NCL object file.
procedure-name
is the name of the procedure.
object-name
is the object file in which the procedure was found.
Effect. The procedure is not test-compiled.
Recovery. This message is informational only; no recovery action is necessary.