Table 1
SELECT
Parameters
Explanation
Parameter
Specifies the name of a field in which a condition is specified.
For details about the field names that can be specified, see the explanation
for the applicable panel.
If field-name is omitted, the default field established for the applicable
panel is assumed.
field-name
Specifies either of the following values:
•
Value of a field
•
Part of a field value with the inclusion of an asterisk (*)
The asterisk (*) represents any character string of zero or more characters.
An asterisk (*) can be specified at the beginning or end of a character
string:
character-string*
*character-string
To specify a field value that contains spaces or commas (,), enclose the
specified field value in single quotation marks (').
Character string
pattern
Used to select all rows in a list.
Asterisk (*)
Specifies a range of field values.
This pattern can be used only for DEVN, PDEVN, SDEVN, and VOLSER
fields.
Specify such that value-1 ≤ value-2, and enclose the values in single
quotation marks (').
'value-1':'value-2'
Specifies one of the available actions.
A space can be specified for action-name. If a space is specified, the
previously specified action is cancelled.
action-name
Examples
•
To display the status of copy groups that begin with
TCGRP
(the default field name,
CGID
,
can be omitted), in the Manage Copy Groups panel, enter the following command:
S
Δ
CGID
Δ
TCGRP*
Δ
Q
•
To load copy groups for which
NOT LOADED
is set to
Status
, in the Manage Copy Groups
panel, enter the following command:
S
Δ
STATUS
Δ
NOT LOADED
Δ
L
•
To select the device for which
VSN111
is set to
Volser
, in the Pair Selection List (Primary) panel,
enter the following command:
S
Δ
VOLSER
Δ
VSN111
Δ
S
•
To select the device for which
F310
is set to
Devn
(the default field name,
DEVN
, can be
omitted), in the Pair Selection List (Primary) panel, enter the following command:
S
Δ
DEVN
Δ
F310
Δ
S
•
To select the devices for which
F310
through
F320
are set to
Devn
(the default field name,
DEVN
, can be omitted), in the Pair Selection List (Primary) panel, enter the following command:
S
Δ
DEVN
Δ
'F310':'F320'
Δ
S
12
ISPF Panels
Содержание P9000
Страница 302: ...YKDEMO12 302 CLI Commands ...