XQUERY (XRC query)

Use request type XQUERY to query an XRC session. This invokes ANTRQST ILK=XRC REQUEST=XQUERY.

SID(session)
Specifies the name of the XRC session to which the request is sent. It is required.
DSNAME(dataset-name)
Specifies that XRC direct the XQUERY output to a sequential data set that is identified by dataset-name. It must be large enough to accommodate the requested XQUERY reports. DSNAME is mutually exclusive with MESSAGES.
DSDISP(OLD | MOD | SHR)
Specifies how XRC writes the XQUERY output to the data set:
OLD
Clear the data set before it receives the output. This is the default.
MOD
Append the output to the data set
SHR
Clear the data set before it receives the output. SHR allows multiple allocations of the same data set.
DSDISP requires the DSNAME parameter.
ETYPE(SUMMARY | etype)
Specifies which query command to execute.
CONFIGURATION
XQUERY CONFIGURATION report
ENVIRONMENTF
XQUERY ENVIRONMENT(FLAG) report
ENVIRONMENTH
XQUERY ENVIRONMENT(PATCH) report
ENVIRONMENTP
XQUERY ENVIRONMENT(PARMLIB) report
DETAIL
XQUERY VOLUME_DETAIL report
DETAILS
XQUERY STORAGECONTROL DETAIL report
MASTER
XQUERY MASTER report
PACE
XQUERY PACE report
SET
XQUERY SET report
SWAP
XQUERY SWAP report
STORAGECONTROL
XQUERY STORAGECONTROL report
FEATURES
XQUERY STORAGECONTROL FEATURES report
SUMMARY
XQUERY SUMMARY report
VOLUME
XQUERY VOLUME report
Start of changeXFEATURESEnd of change
Start of changeXQUERY STORAGECONTROL XFEATURES reportEnd of change
MHLQ(mhlqr )
Contains the high-level qualifier of the master control data set. This field is used only if ETYPE(MASTER) is specified. The default is SYS1.
SCSESSION(– – | scsession)
Contains an alphabetic value that allows requesting that only volumes in the specified storage control session be displayed. This field is ignored for all values for the ETYPE parameter except DETAIL and VOLUME. The default is ––.
SSID(ssid)
Contains a 2-byte hexadecimal number that allows only volumes in the specified storage subsystem be displayed. This field is ignored for all values for the ETYPE parameter except DETAIL and VOLUME.
VOLLIST(volser,volser,volser….)
Specifies a list of 1 to 100 MVS primary volume serial numbers of volume pairs. You can include up to 6 primary volumes, separated by commas, with each VOLLIST keyword, and you can specify VOLLIST multiple times.
MESSAGES(msg)
Specifies a variable in which ANTRQST will place the address of a buffer containing messages about the results of the processed request. These are messages that would have been returned to the caller if the TSO interface had been used. Refer to the ANTRQST macro for the format of the buffer. MESSAGES is mutually exclusive with DSNAME. This is required.
WAITTIME(waittime | 0)
Contains a number of seconds that SDM must wait for a request to complete. A value of zero specifies that the request should not be timed. Valid values are 0 through 65535. The default is 0.