DSM Template Services Manual

TEMPL Errors
DSM Template Services Manual427187-004
B-5
TEMPL Errors and Warnings
A question mark (?) is in column 1, but the entity after the question mark is not a valid
command name. Currently, ?SOURCE is the only compiler command.
The command-line parameter string has extra characters after the template object file
name.
This message appears after the last line of the source listing if a VERSION statement
is missing or out of sequence. (The compiler does not find statements that are out of
sequence.)
This message appears after the last line of the source listing if an SSID statement is
missing or out of sequence. (The compiler does not find statements that are out of
sequence.)
This message appears after the last line of the source listing if an SSNAME statement
is missing or out of sequence. (The compiler does not find statements that are out of
sequence.)
This message appears after the last line of the source listing if no MSG statement is
present or if one is present but out of sequence. (The compiler does not find
statements that are out of sequence.)
The VERSION, DICT, SSID, and SSNAME statements require a single parameter. The
compiler produces this message if anything appears after the parameter, on the same
line. This message also appears if something appears on an edit-descriptor line after
the edit code.
The length of the symbol indicated by the circumflex exceeds the maximum expected
at this point in the program. For example, in the VERSION statement, a string longer
than 50 characters causes this message.
*** ERROR 19 -- Unrecognized compiler command.
*** ERROR 20 -- Unrecognized entry after object file name.
*** ERROR 21 -- No VERSION statement was found.
*** ERROR 22 -- No SSID statement was found.
*** ERROR 23 -- No SSNAME statement was found.
*** ERROR 24 -- No MSG statement was found.
*** ERROR 25 -- The extra text was not expected.
*** ERROR 26 -- The symbol is too long.