HP System Dictionary/XL SDMAIN Reference Manual (32256-90001)

A-171
or relative) or provide a qualifying string that matches the start of the command.
1437 MESSAGE No command is currently stored in the referenced location (SDERR 1437)
CAUSE No command is stored in the redo stack at the location referred to by the absolute or
relative number offset specified.
ACTION Use the SHOWREDO command to obtain a list of the commands currently in the redo
history stack. Specify an absolute or relative command number that will refer to one of
the commands listed by the command or issue a command that performs the desired
action.
Redo Messages (1425-1449)
1425 MESSAGE Cannot REDO a REDO command (SDERR 1425)
CAUSE REDO cannot be used to change a command into a REDO command.
ACTION Do not change a command being edited to a REDO command.
1426 MESSAGE REDO and SHOWREDO only allowed when input is from $STDINX (SDERR
1426)
CAUSE The REDO command and SHOWREDO command are only allowed when input is
interactive (or when running interactively and input is from a redirected STDIN).
ACTION Enter the entire command in the command file or batch job instead of trying to use
REDO or SHOWREDO.
1427 MESSAGE No command has been entered to REDO (SDERR 1427)
CAUSE No command has been entered into the SDMAIN from the current input file yet.
ACTION Enter a command other than REDO. Then use REDO to reissue or correct the
command entered.
1428 MESSAGE The number is too large (SDERR 1428)
CAUSE The number entered causes an integer overflow.
ACTION Reissue the +/- command with a smaller number.
1429 MESSAGE There are illegal characters in the number (SDERR 1429)
CAUSE There are unexpected characters in the number.
ACTION Reissue the +/- command with all non-digit characters removed.
1430 MESSAGE Must break the line before insert/append to prevent line overflow (SDERR
1430)
CAUSE Together, the existing line and the string to be inserted or appended will not fit on a
single input line.
ACTION Break the existing line so that the new line and the string to be inserted or appended
will fit on a single input line.
1431 MESSAGE Bad command after delete (ignored) (SDERR 1431)
CAUSE Unexpected characters were on the line after the DELETE command.