NET/MASTER Messages Manual

NNM1011
Messages
106159 Tandem Computers Incorporated 2–193
NNM1009 NCL PROCEDURE NAME
procname
IS INVALID
Cause. An attempt to start an NCL procedure was made, but the specified procedure
name is longer than 8 characters or contained invalid characters.
procname
is the specified name.
Effect. No procedure is started.
Recovery. Specify the correct name and restart the procedure.
NNM1010
filename
lineno
text
Cause. An NCL procedure was started, but an error occurred. The line of text
describes the error. A following message (NNM1011) locates the approximate position
of the error.
filename
is the name of the file containing the error.
lineno
is the line number where the error occurred.
text
is the line of text in the file that contains the error.
Effect. The procedure is terminated.
Recovery. Correct the specified line in the file and restart the procedure.
NNM1011
filename
lineno
indent
!
Cause. An NCL procedure was started but an error occurred. The message follows
message NNM1010 and locates the approximate position of the error.
filename
is the name of the file containing the error.
lineno
is the line number where the error occurred.
indent
is the blanks to space out the marker that locates the approximate
position of the error.
Effect. The procedure is terminated.
Recovery. Correct the error in the file and restart the procedure.