HP System Dictionary/XL Utilities Reference Manual - Part 1 SDDBD (32256-90003)

Appendix C 145
SDDBC Error Messages
Redo Messages (4225–4249)
Redo Messages (4225–4249)
4225 0MESSAGE: 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 0MESSAGE: 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 0MESSAGE: 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 0MESSAGE: 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 0MESSAGE: 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 0MESSAGE: 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 0MESSAGE: 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.