DSM Template Services Manual

TEMPL Errors
DSM Template Services Manual427187-004
B-8
TEMPL Errors and Warnings
For the correct order, see Statements on page 3-6.
This is a logic error within the Template Compiler, not a problem with the MSG
statements. Report this error to your HP representative.
There is no default edit code for the data type of the token or field reference in the
indicated edit descriptor. You must specify an edit code explicitly.
The token at the circumflex cannot be displayed. This occurs in two cases:
An internal value exists, but there is no procedure to convert tokens of this type to
text
The token has no value, as with ZSPI-TKN-ERRLIST, for example
If the token or field in question contains data that must be formatted, find another way
to do so. For example, define a structure that overlays the value and then format the
(elementary) component parts. If the token is a type that has no value, do not specify
an edit code. Specify the token.
You cannot use the indicated edit code to format tokens or fields of this data type.
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.
*** ERROR 46 -- This statement is out of order.
*** ERROR 47 -- The code numbers for SPI types overlap
those for field types. (internal error)
*** ERROR 48 -- An edit code must be specified for items of
this data type.
*** ERROR 49 -- No edit code is available for items of this
data type.
*** ERROR 50 -- The edit code is incompatible with the data
type of this item.
*** ERROR 51 -- The data type of this item is not
recognized.