HP 3000 Manuals

SHOWREDO [ HP SYSTEM DICTIONARY XL SDMAIN ] MPE/iX 5.0 Documentation


HP SYSTEM DICTIONARY XL SDMAIN

SHOWREDO 

Displays a list of all the commands that are currently on the redo
history stack.

Syntax 

     S[HOW]R[EDO] [.]

Description 

The list that SDMAIN displays lists the text of the commands with each
marked with a number.  You can then use either the numbers to produce a
relative or absolute reference to a previous command or the command
itself to issue a character string qualification to a previous command.

Example 

The following example lists all of the commands that are currently on the
redo history stack.

     >SHOWREDO 

     1. FORMAT
        TITLE = "Monthly Report".
     2. OPTIONS ALIGNMENT = ALIGNED.
     3. REPORT ENTITY; ENTITY-TYPE = ELEMENT;
        LIST = ATTRIBUTES, COMMON, SCOPES, VERSIONS.
     4. HELP SHOWREDO
     5. SHOWREDO

     >


MPE/iX 5.0 Documentation