MPE/iX Error Messages Manual Vol 1 (32650-90878)
66 Chapter2
Command Interpreter
(CIERR)
ACTION No action is required.
636 MESSAGE CONFIGURATION MAXDATA USED. (CIWARN 636)
637 MESSAGE MAXDATA ROUNDED UP TO REQUIRED STACK SPACE.
(CIWARN 637)
CAUSE The MAXDATA value specified is too small. System
overwrote the value in order to accomodate for table
overflow conditions.
ACTION No action is required.
638 MESSAGE STACK SPACE REQUIRED EXCEEDS CONFIGURATION
MAXDATA. (CIERR 638)
CAUSE Program requires more stack area than allowed by the
system.
ACTION Increase the available stack space on the system.
639 MESSAGE CANNOT RUN THIS PROGRAM BECAUSE ALL OF ITS
CODE IS NOT IN THE FIRST EXTENT OF THE
PROGRAM FILE. (CIERR 639)
640 MESSAGE ONLY ONE PARAMETER, THE LIST FILE, IS
ALLOWED. (CIERR 640)
CAUSE This command accepts only one parameter and it is the
name of a file to which the listing will be written.
ACTION Re-enter the command and supply the name of the list file
only.
641 MESSAGE ! SUBSYSTEM NOT FOUND IN PUB.SYS. (CIERR 641)
CAUSE The specified subsystem does not exists in PUB.SYS.
ACTION Check to see whether the subsystem name was entered
correctly, or it exists in a group and account other than
PUB.SYS.
642 MESSAGE ONLY ! PARAMETERS ALLOWED WITH THIS COMMAND.
(CIERR 642)
CAUSE A parameter that is not acceptable by this command was
detected in the command line.
ACTION Re-enter the command and supply parameter(s) that are
accepted by this command.
643 MESSAGE COMPILE STEP FAILED, NO PREP WAS DONE. (CIERR
643)
CAUSE Program could not be compiled due to a source level error.
The language specific compile-prep command was halted.
ACTION Debug the program's source code and recompile the
program.