MPE/iX Error Messages Manual Vol 1 (32650-90878)
268 Chapter3
Command Interpreter
(CIERR) 1901-12256
Commands Reference Manual, for a list of these
commands. See also CIERR 986.
ACTION You may enter the ABORT the user command to terminate
the break mode, and reenter the command. However, you
will not be able to continue the activities from the point
the break key was pressed.
9066 MESSAGE COMMAND NOT ALLOWED PROGRAMMATICALLY IN
BREAK. (CIERR 9066)
CAUSE While in break mode (from a process), you executed a
command that cannot be executed programmatically from
break mode. For example, you may have been using the
editor, then pressed
BREAK to run debug.
ACTION ABORT the process to terminate the break mode, and
reenter the command. However, you will not be able to
continue the activities from the point the break key was
pressed.
9067 MESSAGE THE CI CANNOT CONFIGURE BREAK : INFO = !,
SUBSYS = ! (CIWARN 9067)
CAUSE The CONFIGURE_BREAK system call failed. This is part
of the root CI initialization.
ACTION Submit an SR (service request) explaining the situation.
9070 MESSAGE REDO, DO AND LISTREDO ARE DISABLED. (CIERR
9070)
CAUSE These commands have been disabled because the redo
stack size was set to 0. This was done with the command
SETVAR HPREDOSIZE 0.
ACTION Use the SETVAR command to reset the redo stack size to a
larger, positive number.
9071 MESSAGE POSSIBLE INFINITE LOOP IN REDO STACK. (CIERR
9071)
CAUSE Unknown.
ACTION Reenter the command. If it fails consistently, contact your
system manager or support representative.
9072 MESSAGE THERE ARE NO COMMANDS AVAILABLE TO REDO.
(CIERR 9072)
CAUSE The REDO or DO command was issued and the redo stack
is empty.
ACTION Use the LISTREDO command to check the contents of the
redo stack. Only use the REDO command when there are
commands in the redo stack to execute.
9073 MESSAGE INVALID NUMERIC INDEX INTO THE REDO STACK.