DSM Template Services Manual
TEMPL Errors
DSM Template Services Manual—427187-004
B-25
TEMPL Errors and Warnings
The syntax requires an opening parenthesis “(“ at the point indicated by the
circumflex (^).
The syntax requires a conditional operator—less than (<), equal to (=), greater than
(>), less than or equal to (<=), greater than or equal to (>=), or not equal to (<>)—at
the point indicated by the circumflex (^).
The syntax requires a numeric constant at the point indicated by the circumflex (^).
The syntax requires a numeric constant at the point indicated by the circumflex (^).
The syntax requires a numeric value between 12 and 132 for the COLUMN value.
The system library procedure FORMATCONVERT could not convert the int to the
internal form used by FORMATDATA.
The SCALE factor in the template source is not a number between -99 and +99. Use a
SCALE factor in the correct range.
The format string translated by FORMATCONVERT is larger than 250 bytes. Reduce
the size of the translated format string by removing unnecessary modifiers,
decorations, or both.
*** ERROR 161 -- Missing left parenthesis.
*** ERROR 162 -- Expected a conditional operator.
*** ERROR 163 -- Expected a numeric constant in range of
-32768 to 32767.
*** ERROR 164 -- Expected a numeric constant in range of
%H0000 to %HFFFF.
*** WARNING 165 --Expected ?COLUMNS value between 12 and
132.
*** ERROR 166 -- FORMATDATA string contains an error
beginning at character <int>.
*** ERROR 167 -- Expected a SCALE factor between -99 and
+99.
*** ERROR 168 -- The internal representation of the format
string produced by FORMATCONVERT is too
large.