DSM Template Services Manual

TEMPL Errors
DSM Template Services Manual427187-004
B-6
TEMPL Errors and Warnings
The syntax requires a string enclosed in quotation marks (...) at the place marked by
the circumflex, but the next item does not begin with quotation marks.
A quoted string must begin and end on the same line. The compiler found an opening
quote but no closing quote by the end of the line.
Although representing a single event message can take several lines, each template
string within the MSG statement (the basis for the display text) is complete on a single
line. The compiler concatenates the various template strings when it makes the
template. Generally, the last character of a template string should be a space (or
punctuation) so that the word preceding the space does not run into the first word of
the next string.
The circumflex marks a symbol that does not satisfy the syntax.
The circumflex marks a place where the syntax requires a comma.
The item following the template strings should be either an edit descriptor (n: token
...) or another MSG statement.
The number that identifies an edit descriptor (the number that precedes the colon)
must be in the range 1 through 99.
The syntax requires a closing parenthesis at the point indicated by the circumflex.
The syntax requires an edit code at the point indicated by the circumflex.
The syntax requires a number in the range 1 through 99 at the circumflex.
*** ERROR 27 -- Expected a quoted string.
*** ERROR 28 -- String was not closed.
*** ERROR 29 -- This word is not recognized here.
*** ERROR 30 -- A comma is expected here.
*** ERROR 31 -- Expected an edit descriptor.
*** ERROR 32 -- Edit descriptor number must be 1 - 99.
*** ERROR 33 -- Missing right parenthesis.
*** ERROR 34 -- Unrecognized edit code.
*** ERROR 35 -- The field width is bad.