DSM Template Services Manual

TEMPL Errors
DSM Template Services Manual427187-004
B-9
TEMPL Errors and Warnings
Edit markers are surrounded by angle brackets (<>). This message indicates that a left
bracket (<) has no matching right bracket (>).
The characters within the angle brackets (<>) do not form a valid edit marker. Valid edit
markers are *CR, a number from 1 through 99, *IF number, *ELSE, and *ENDIF.
count gives the number of characters from the beginning of the template string to the
beginning of the edit marker.
The characters within the brackets (<>) begin correctly but end with extraneous
characters.
The token or field in the edit descriptor cannot be represented in the display text
because no edit marker within the template string refers to it.
Each edit descriptor must be identified by a number that is unique within the given
MSG statement.
The edit descriptor with the specified number is missing.
*** ERROR 52 -- An unterminated edit marker starts count
characters into the template string.
*** ERROR 53 -- A malformed edit marker starts count
characters into the template string.
*** ERROR 54 -- There are unexpected characters in the edit
marker that starts count characters
into the template string.
*** ERROR 55 -- The above edit descriptor was not
referenced in the template string.
*** ERROR 56 -- The above edit descriptor has the same
number as an earlier one.
*** ERROR 57 -- The MSG statement above contains a
reference to edit descriptor number,
which is undefined.