NET/MASTER Messages Manual

NNM1638
Messages
2–310 106159 Tandem Computers Incorporated
NNM1638 INVALID MAPNAME
map-name
Cause. A RUN MDMAINT command was issued with an invalid map name, or no
map name was supplied and the name defaulted to the name of the DDL record or
definition. The map name is invalid if it exceeds 32 characters, begins with a $ or a
number, or contains other nonalphanumeric characters.
map-name
is the invalid name used for the map.
Effect. The MDMAINT program is terminated.
Recovery. Rerun the program using a valid map name.
NNM1639 FIELD
field_name
IS UNSUPPORTED
Cause. A RUN MDMAINT command was issued, and a field that is of an unsupported
data type was found.
field_name
is the name of the field.
Effect. The field is treated as a string of characters and is stored as a string of
characters.
Recovery. MDMMAINT does not support the following numerical strings:
T[9...[(
length
)[V[9...[(
length
)]]]]]
9...[(
length
)[V[9...[(
length
)]]]]S
9...[(
length
)[V[9...[(
length
)]]]]T
If necessary, modify the DDL definition so that the field has the correct data type.
NNM1640 REDEFINE AND 88 LEVELS UNSUPPORTED - FIELD :
field_name
Cause. A RUN MDMAINT command was issued, and a field that appeared in an
unsupported clause was found.
field_name
is the name of the field.
Effect. The field is ignored and is not accessible in NCL.
Recovery. MDMMAINT does not support the REDEFINES, 66 RENAMES, and 88
condition-name clauses. If necessary, correct the DDL definition.