TurboIMAGE/XL Database Management System Reference Manual MPE/iX V6.5 (30391-90011)

Appendix A 515
Error Messages
Schema Processor Error Messages
Schema Processor Command Errors
Various Schema Processor command error messages are listed in this section. Each such
message is preceded by the character string:
***** ERROR ******
MESSAGE COMMAND CONTINUATION NOT FOUND
MEANING If the schema processor command is continued to the next record, the last
non-blank character of the preceding line must be an ampersand (&) and
the continuation record must start with a dollar sign ($).
ACTION Examine the schema text file to find any incorrect commands. Edit the text
file, and run the Schema Processor again.
MESSAGE COUNT HAS BAD FORMAT
MEANING The numbers in
ERRORS, LINES,
or
BLOCKMAX
parameters of the
$CONTROL command are not properly formatted integer values.
ACTION Examine the schema text file to find any incorrect commands. Edit the text
file, and run the Schema Processor again.
MESSAGE ILLEGAL COMMAND
MEANING The Schema Processor does not recognize the command. Valid commands
are $PAGE, $TITLE, and $CONTROL.
ACTION Examine the schema text file to find any incorrect commands. Edit the text
file, and run the Schema Processor again.
MESSAGE IMPROPER COMMAND PARAMETER
MEANING One of the commands in the parameter is not valid.
ACTION Examine the schema text file to find any incorrect commands. Edit the text
file, and run the Schema Processor again.
MESSAGE MISSING QUOTATION MARK
MEANING Character string specified in $PAGE or $TITLE command must be
bracketed by quotation marks (“).
ACTION Examine the schema text file to find any incorrect commands. Edit the text
file, and run the Schema Processor again.
MESSAGE SPECIFIED TITLE TOO LONG
MEANING Character string in $TITLE or $PAGE command exceeds 104 characters.