DSM Template Services Manual
TEMPL Errors
DSM Template Services Manual—427187-004
B-12
TEMPL Errors and Warnings
This logic error occurred within the Template Compiler. Check the template and DDL
source statements to determine whether a source error contributed to this problem.
Report the problem to your HP representative.
The token-value part of the template key, which follows the token code on the first line
of the MSG statement, must fit in a 32-bit field.
This logic error occurred within the Template Compiler. Check the template and DDL
source statements to determine whether a source error contributed to this problem.
Report the problem to your HP representative.
The correct definition for structure x is missing from the DDL dictionary. Either x is
missing from the dictionary, or x is defined as something other than a structure. The
reference to x can occur in an edit descriptor or an DEF_ENUM statement.
The structure field reference is badly formed or incomplete.
The subscript must be a number expressible in 16 bits. The subscript cannot be a DDL
constant.
In the structure-field reference name(i1:i2), i2 must not be less than i1.
The field is followed by an extra character.
*** ERROR 70 -- Unexpected code returned from proc: value
(internal error)
*** ERROR 71 -- This value is too big -- must fit in
32 bits.
*** ERROR 72 -- Unexpected condition with constant value
(internal error).
*** ERROR 73 -- name was not found in the dictionary.
*** ERROR 74 -- The field reference ended unexpectedly.
*** ERROR 75 -- The subscript for field name is too big
or contains a non-numeric character.
*** ERROR 76 -- The second subscript for field name
is smaller than the first.
*** ERROR 77 -- A bad character follows field name.