Redo Messages (1425-1449) [ HP SYSTEM DICTIONARY XL SDMAIN ] MPE/iX 5.0 Documentation
HP SYSTEM DICTIONARY XL SDMAIN
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.
ACTION Delete can consist of a continuous string of one or more D' s or
two single D' s, with blanks between. The only other command
allowed on the same line as a Delete is an Insert (I). It (I) is
allowed after either of the two D strings.
--------------------------------------------------------------------------------------
1432 MESSAGE The entire command has been deleted (SDWARN 1432)
CAUSE The entire command in the REDO buffer has been deleted.
ACTION Since the entire command was deleted, the REDO system returns to
the command mode. Edit the original command or issue a new
command.
--------------------------------------------------------------------------------------
1433 MESSAGE Unexpected characters after REDO command (SDERR 1433)
CAUSE There are characters on the line after the REDO system command.
Except for the D/I combination, only a single edit command can
be entered on a line.
ACTION Reissue the edit command with only a single command on the line.
--------------------------------------------------------------------------------------
1434 MESSAGE + and - NOT allowed in a number (SDERR 1434)
CAUSE The numbers used to move within 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).
--------------------------------------------------------------------------------------
1435 MESSAGE The quoted string after REDO must contain at least one char
(SDERR 1435)
CAUSE The string specified after the REDO command contains no
characters (or only blanks). A qualifying value must contain at
least one non-blank character.
ACTION Reenter the REDO command specifying a qualifying string to be
used to determine the appropriate command to select from the
redo history stack.
--------------------------------------------------------------------------------------
1436 MESSAGE No match found for the requested string in the redo stack (SDERR
1436)
CAUSE No match was found for the specified string in the redo history
stack.
ACTION Use the SHOWREDO command to obtain a list of the commands
currently in the redo history stack. If the desired command is
present, select it by number (either absolute 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.
MPE/iX 5.0 Documentation