Error in opening the Menu Definition File given. The compiler cannot continue. Check that the file exists.
FATAL_ERROR
Error in opening Menu Definition Table file. The file specification given in the Title User Identifier may be an improper file spec for this operating system. The compiler can not continue.
WARNING_ERROR
User Literal specifying a Selection Key must follow the Select Identifier. This Selection instruction will be ignored.
WARNING_ERROR
The Selection Key given in the User Literal must be a single character. The Selection Instruction will be ignored.
WARNING_ERROR
Character given for a Selection Key is not currently allowed. Selection Instruction will be ignored.
WARNING_ERROR
Action Identifier and a process to be initiated must follow the Selection Key in a Selection Instruction.
WARNING_ERROR
The Identifier given in the Selection Instruction is not a valid Action Identifier.
WARNING_ERROR
User Literal giving the file name of a process to be initiated must follow an Action Identifier. The Action Identifier will be ignored.
WARNING_ERROR
Only one process and one menu is allowed to be initiated on each Selection Instruction. Subsequent processes defined in this Selection Instruction will be ignored.
WARNING_ERROR
User Literal containing a file name of a Menu Definition Table must follow a MENU Action Identifier. This Menu Definition Table will be used as the next menu for the selection being defined.
WARNING_ERROR
User Literal specifying an integer column number is expected after the COLUMN identifier.
WARNING_ERROR
Column number given is not in the range of the current screen size configuration. The column number value will remain unchanged.
WARNING_ERROR
User Literal specifying an integer line number is expected after the LINE identifier.
WARNING_ERROR
Line number given is not in the range of the current screen size configuration. The line number value will remain unchanged.
WARNING_ERROR
User Literal specifying a Bad Selection Message is expected after the ERROR Identifier.
WARNING_ERROR
The Bad Selection Message given is to long to fit on the screen under the current screen size configuration. The User Defined Variables can be changed to set a new screen size configuration.
DISABLING_ERROR
The first non-comment Lexical Unit in the Menu Definition File must be a User Literal containing the name of the Menu Definition Table file that will be created. Compile will continue but no Menu Definition Table will be created.
WARNING_ERROR
Control Identifier given is not recognized. The Identifier will not be processed.
WARNING_ERROR
Text string specified is to long to fit on current Line and Column. Text currently set for this Line and Column will remain.
NO_ERROR
Error status is FATAL - No Menu Definition table is created, and Menu Compiler has Aborted.
NO_ERROR
Error Status is DISABLE - Menu Definition File compiled completely, however a Menu Definition Table was not created due to Disabling Errors.
NO_ERROR
Error status is WARNING - Menu Definition File compiled completely, and Menu Definition Table is created. However, errors may cause UNPREDICTABLE RESULTS if the Menu Handler is run with the table file created here.
NO_ERROR
Error status is NO ERRORS - Menu Definition File compiled completely, and Menu Definition Table is created.
FATAL_ERROR
Unable to find the Menu Definition Table given for processing. Make sure Menu Definition Table was created by the compiler. The Menu Handler will abort.
WARNING_ERROR
Menu to be displayed was compiled with a different screen size configuration than what is currently in effect with this execution of the Menu Handler. The previous menu will be displayed.
WARNING_ERROR
The name of the menu of process given is to long for the current configuration. The User Defined variable can be adjusted to change the maximum file name size.
DISABLING_ERROR
The name give for the Menu Definition Table is to long. No Menu Definition Table will be created.
NO_ERROR
Please enter the name of the Menu Definition File to be compiled.
FATAL_ERROR
The initial Menu Table file given is not found. The Menu Handler will stop.
FATAL_ERROR
The initial Menu Table file given was compiled with a different configuration than is currently running on the Menu Handler. The configurations must be consistent for each menu description. The Menu Handler will stop.
WARNING_ERROR
The Menu Table File for the menu selected is not found. Make sure the Menu Definition File for the menu was compiled. Previous Menu will display.
WARNING_ERROR
The Menu selection was compiled with a different configuration than is currently running on the Menu Handler. Previous Menu will display.
WARNING_ERROR
The Command Line Interpreter for this operating system cannot process the given line. This Ada environment must have the capability to pass a command line to the system CLI.
WARNING_ERROR
The Command Line Interpreter for this operating system cannot process this concurrent task. The Ada environment must have the capibility to pass a command to the system CLI, and have it run concurrently with this Menu Handler.
WARNING_ERROR
The Command Line Interpreter returns errors when the command given is issued. The Ada environment must have the capibility to pass a command to the system CLI, and start the process.
WARNING_ERROR
The Ada Procedure desired is not currently linked to the Menu Handler software. The package body PROCESS_INITIATOR must be edited to include reference to the Ada procedure if the procedure is desired in the Menu Definition.