DSM Template Services Manual
TEMPL Errors
DSM Template Services Manual—427187-004
B-20
TEMPL Errors and Warnings
A FORMAT statement is missing the keyword WITH.
A FORMAT statement is missing the procedure name.
The DEF named in the FORMAT statement also appeared in an earlier FORMAT
statement. A given application can have only one custom-formatting procedure for a
given structure.
There can be a maximum of 50 FORMAT statements.
The procedure name in the FORMAT statement is syntactically incorrect.
The token or field in the DEF_ENUM statement is not one of the types that
DEF_ENUM can redefine.
In a DEF_ENUM statement, the keyword AS is missing.
In a DEF_ENUM statement, the name following AS is missing.
In a DEF_ENUM statement, the value num is a code value defined in more than one of
the listed enumerations. The code values must not overlap. For more information, see
DEF_ENUM Statement on page 3-11.
*** ERROR 128 -- Expected "WITH".
*** ERROR 129 -- Expected the name of the formatting
procedure.
*** ERROR 130 -- There is a previous FORMAT statement for
name.
*** ERROR 131 -- There are too many FORMAT statements.
*** ERROR 132 -- This is not a valid procedure name.
*** ERROR 133 -- DEF_ENUM accepts only ENUM, INT, UINT,
BYTE or BOOLEAN tokens or ENUM, BYTE,
LOGICAL 1 or LOGICAL 2 fields of
structures.
*** ERROR 135 -- Expected "AS".
*** ERROR 136 -- Expected the name of an enumeration.
*** ERROR 137 -- The enumeration code num also appeared
earlier in the list.