ENFORM Reference Manual
!!! Error and *** Warning Type Messages
Error Messages
B–16 058057 Tandem Computers Incorporated
!!! ERROR [123] Physical file type does not match DDL.
The file type (key-sequenced, relative, entry-sequenced, or unstructured) given in the
DDL record description does not match the type of the physical file read by the query
processor.
!!! ERROR [133] Invalid dictionary specification
The dictionary name specified in either a DICTIONARY statement or a
?DICTIONARY command is not a valid file name.
!!! ERROR [136] Page count exceeded
Your report has produced more pages than the number specified for the @PAGES
option variable.
!!! ERROR [137] Invalid date specified
The data being formatted with an AS DATE clause is not a valid date.
!!! ERROR [138] Invalid time specified
The data being formatted with an AS TIME clause is not a valid time.
!!! ERROR [143] Data type not supported
A field within a DDL record description is described with a data type that is not
supported by ENFORM. (For example, ENFORM does not support COMPLEX, REAL,
or LOGICAL data types.)
!!! ERROR [166] String literal must be terminated with a quotation mark
Closing quotation mark is missing. Remember that a string literal cannot be continued
from one source line to the next.