NET/MASTER Messages Manual
NNM1949
Messages
2–348 106159 Tandem Computers Incorporated
NNM1949 NEW NCL WILL BE SUSPENDED IN THE TARGET ENVIRONMENT
number_of_procs
Cause. A DEBUG START command was issued, and a debug session was started in
the target environment. New NCL processes in the environment will be suspended
for debug operations. The target environment can be one of the following: the current
environment, the dependent environments, or all environments (that is, both the
current and dependent environments).
number_of_procs
is the number of NCL processes the debug session is potentially
targeting.
Effect. The NCL processes in the target environment are being debugged, and any new
NCL processes in the environment are suspended at the first statement.
Recovery. This message is informational only; no recovery action is necessary.
NNM1950 UNEQUAL NUMBER OF ELEMENTS IN THE FIELDS AND VARS LISTS
Cause. A VARTABLE verb specified FIELDS and VARS lists but the two lists did not
have the same number of entries.
Effect. No executable code is produced.
Recovery. Check the NCL procedure containing the VARTABLE verb, and ensure that
both the FIELDS and VARS lists have the same number of entries.
NNM1951
error_type
INVALID INCLUDE FILE
filename
Cause. The %%INCLUDE compiler directive specified an invalid file name. The file
must be an edit file.
error_type
is FATAL ERROR:.
filename
is the specified name of the file to be logically included in the NCL
procedure.
Effect. Compilation stops, but no executable code is produced.
Recovery. Specify the correct file name.