HP 3000 Manuals

Re-executing HP Link Editor/XL Commands [ HP Link Editor/XL Reference Manual ] MPE/iX 5.0 Documentation


HP Link Editor/XL Reference Manual

Re-executing HP Link Editor/XL Commands 

Similar to the MPE XL Command Interpreter, HP Link Editor/XL keeps a list
of the last 20 commands you entered.  You can view this list by entering
the LISTREDO command.  Then, you can enter the DO or REDO command to
execute a command from the list.  You use DO and REDO the same way you do
as an operating system command except you cannot use the EDIT= parameter.

The following example shows how you can use the REDO command to correct a
simple typing mistake.

LinkEd> LISTRL XL=Linedraw RETURN           This is your initial entry.
                      ^

This is not a valid keyword for this command.P Link Editor/XL reports an error.
 (parserr 07)

LinkEd> REDO                                You decide to edit the last command.

LISTRL XL=Linedraw                          HP Link Editor/XL displays last command.

           RR RETURN                        You correct the letter X.

LISTRL RL=Linedraw                          HP Link Editor/XL displays the corrected
                                            command.

RETURN                                      You execute the command.

LinkEd> LISTRL RL=Linedraw

The MPE XL Commands Reference Manual contains a complete description of
the DO, REDO, and LISTREDO commands.



MPE/iX 5.0 Documentation