HP XP P9000 for Business Continuity Manager Software Reference Guide

SELECT command
Function
Actions are set to AC in a panel that displays list items in accordance with the
conditions specified by the SELECT command.
The SELECT command selects the rows that match the condition and performs the
action on them. The command selects these rows not only from the part of the list
that is displayed, but from the entire list.
Format
{SELECT|SEL|S}Δ[field-name] ΔpatternΔaction-name
Table 1 SELECT parameters
ExplanationParameter
Specifies the name of a field in which a condition is specified.field-name
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.
Specifies either of the following values:Character stringpattern
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 (').
If a value has not been specified for the VOLSER or LABEL field, specify
a space.
Used to select all rows in a list.Asterisk (*)
Specifies a range of field values.'value-1':'value-2'
This pattern can be used only for DEVN, PDEVN, SDEVN, and VOLSER
fields. (VOLSER is in EBCDIC code order.)
Specify such that value-1 ≤ value-2, and enclose the values in single
quotation marks (').
Specifies one of the available actions.action-name
A space can be specified for action-name. If a space is specified, the
previously specified action is cancelled.
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
12 ISPF panels