Redo Messages (4225-4249) [ HP SYSTEM DICTIONARY XL UTILITIES-Part 2 SDDBC ] MPE/iX 5.0 Documentation
HP SYSTEM DICTIONARY XL UTILITIES-Part 2 SDDBC
Redo Messages (4225-4249)
4225 MESSAGE Cannot REDO a REDO command (SDERR 4225)
CAUSE The REDO command cannot be used to change a command into a REDO
command.
ACTION Do not change the command being edited into REDO.
--------------------------------------------------------------------------------------
4226 MESSAGE REDO only allowed when input is interactive (SDERR 4226)
CAUSE The REDO command is only allowed when the program is run
interactively. Input can be coming from $STDIN or from a
redirected $STDIN.
ACTION Enter the entire command in the command file or batch job
instead of trying to use REDO.
--------------------------------------------------------------------------------------
4227 MESSAGE No command has been entered to REDO (SDERR 4227)
CAUSE No command has been entered yet.
ACTION Enter a command other than REDO. REDO can then be used to
reissue or correct the command entered.
--------------------------------------------------------------------------------------
4228 MESSAGE Must break the line before insert to prevent line overflow
(SDERR 4228)
CAUSE The existing line and the string to be inserted will not fit on
a single input line.
ACTION Break the existing line so the new line and the string to be
inserted will fit on a single input line.
--------------------------------------------------------------------------------------
4229 MESSAGE Bad command after delete (ignored) (SDERR 4229)
CAUSE Unexpected characters were found on the line after the DELETE
command.
ACTION No action is needed since the characters will be ignored. The
next time the DELETE command is issued, do not put unexpected
characters on the line. DELETE can consist of a continuous
string of one or more D's or a single D, blanks, and a single D.
The only other command allowed on the same line as a DELETE is
an INSERT. Insert is allowed after one of the two DELETE
strings.
--------------------------------------------------------------------------------------
4230 MESSAGE The entire command has been deleted (SDWARN 4230)
CAUSE The entire command in the redo buffer has been deleted.
ACTION No action is needed. Since the entire command was deleted, the
REDO system returns to the command mode. The original command
can be reedited or a new command can be issued.
--------------------------------------------------------------------------------------
4231 MESSAGE Unexpected characters after REDO command (SDERR 4231)
CAUSE There are unexpected characters on the line after a REDO
command. Except for the DELETE/INSERT combination, only a
single REDO command can be entered.
ACTION Reissue the command with only a single command on the line.
--------------------------------------------------------------------------------------
4232 MESSAGE + and -NOT allowed in a number (SDERR 4232)
CAUSE The numbers used to move within the redo buffer cannot involve a
+ or -.
ACTION Remove the + or -from the number specifying how far to move and
simply use the appropriate command to specify direction (+ to
move forward and -to move backward).
MPE/iX 5.0 Documentation