DSM Template Services Manual
TEMPL Errors
DSM Template Services Manual—427187-004
B-13
TEMPL Errors and Warnings
Structure-field references can have up to 50 levels of qualification.
This error is possible only in structures in which two fields share the same (unqualified)
name. In a reference to such a field, the error occurs if all qualifiers apply to both fields.
Modify the reference to include at least one qualifier that specifies the desired field
only.
The reference does not identify a field in the given structure. Probably a spelling error
exists, or a specified qualifier does not apply to the desired field.
The field reference names a condition name (level 88) of the structure. You cannot
format condition names.
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.
Structures must be small enough that no field starts more than 4095 bytes from the
beginning of the structure.
A field that is referred to within a format template cannot exceed 4095 bytes in length.
You can use a subscript range, rather than a single subscript, only on the lowest level
(rightmost) field. See also error 87.
*** ERROR 78 -- Too many levels of qualification.
*** ERROR 79 -- This field reference does not identify a
field uniquely.
*** ERROR 80 -- The field referenced is not in this
structure.
*** ERROR 81 -- This field is a condition name.
*** ERROR 82 -- The type of this field is not recognized
(internal error).
*** ERROR 83 -- This field's offset is too big.
*** ERROR 84 -- This field is too big.
*** ERROR 85 -- A subscript range is not allowed on
field name. A range is allowed only on
the last field.