NET/MASTER Messages Manual

NCL Error Codes
NCL Error Codes
3–4 106159 Tandem Computers Incorporated
56. A VARTABLE verb was issued for a vartable that has a numeric key but the
specified key was found to be nonnumeric.
57. A verb was issued but the syntax was found to be wrong.
58. The virtual memory allocated to NCL processes as specified in the NCLMAXK
system parameter was used up and the NCL process cannot continue.
59. An attempt was made to resume normal processing from within a FLUSH_ERROR
error handler.
60. An attempt to go to another nesting level from a FLUSH_ERROR error handler
was made.
62. An input-output problem occurred while an attempt was made to load a file.
NonStop NET/MASTER MS message NNM1028 identifies the file and the cause of the
problem.
63. A duplicate operand was encountered.
64. An INTCONT verb was encountered but an INTREAD verb was not previously
issued.
65. A generic name starting with &SYS. was encountered. Names starting with &SYS.
refer to system variables whose names must be specified in full.
66. An MDO variable was expected but a variable was found that was not defined as
an MDO variable.
67. An MDO variable was expected but no variable was found.
68. An invalid date format was encountered while a built-in function was being
processed.
69. A TYPECHK built-in function was issued but a wrong type was specified in the list
of types to check.
70. A range of variables was specified but the range exceeds the allowable maximum.
If CONTROL RNGLIM is specified, the maximum range is 64; otherwise, the
maximum range is 32000.
71. An indexed MDO variable was encountered but the index is greater than 999999.
72. A binary string was expected but a character other than 0 or 1 was found.
73. A verb was encountered in a procedure but the procedure is of a type that cannot
issue the verb: for example, the LOGREAD verb can only be issued from a LOGPROC
procedure.
75. A VARTABLE verb was issued, but a data field contained more than 32000 bytes.
76. A DROP verb was issued but the variable to be deleted was found to be a system
variable.
77. A verb was issued and a VARS keyword was specified but no variables were
found in the list.