MPE/iX Commands Reference Manual (32650-90877)

Chapter 5 165
Command List III
Commands DATA thru EXIT
You may also use the VSRELEASE command:
VSRELEASE MYSET.B.C
Related Information
Commands MOUNT, LMOUNT, DSTAT, VSRESERVE, VSRELEASE
Manuals Volume Management Reference Manual
DO
Allows the user to reexecute any command still retained in the command line history
stack. It also permits the user to edit the command before reexecuting it, but without
having to use the interactive mode of the REDO command. (Native Mode)
Syntax
DO[CMD=
cmdid
] [;EDIT=
editstring
]
NOTE
This command follows the optional MPE/iX command line syntax. Refer to
"Optional Format for MPE/iX Commands" at the beginning of this chapter.
Parameters
cmdid
The command to reexecute. The command may be specified by its relative
or absolute order in the command line history stack, or by name (as a
string), in whole or in part. The default is -1, the most recent command.
MPE/iX detects an error if
cmdid
does not exist in the command line
history stack. Table 5-1. on page 163 defines the DO command directives.
editstring
String specifying the edit to be performed on
cmdid
before it is reexecuted.
If you omit
editstring
, the command is reexecuted immediately, with no
editing performed.
If you specify
editstring
, it must appear, character for character, and space for space,
exactly as it would if you were using the REDO command in interactive mode.
Table 5-2. DO Command - Reexecute Directives
cmdid
Executes
(omitted) Previous command.
-
n
The
n
th command before the most recent one, where
n
is a number in the
command line stack relative to the most recent command, which is -1.
m
Command number
m
in the command line stack. The number
m
is absolute (not
relative).
string
The most recent command beginning with
string
.