XRECOVER (XRC recover)

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

SID(session)
Specifies the name of the XRC session. It is required.
Start of changeCHECK(YES|NO)End of change
Start of changeSpecifies if only XRECOVER enhanced checking should be performed, bypassing other XRECOVER processing. This produces an XRECOVER CHECK report.
NO
Do not perform XRECOVER enhanced checking. This is the default.
YES
Perform only XRECOVER enhanced checking, bypassing other XRECOVER processing. This produces an XRECOVER CHECK report.

CHECK(YES) is mutually exclusive with FORCE(YES).

End of change
ETYPE(WAIT | NOWAIT)
Specifies whether or not ANTRQST will return to the caller before recovery has completely finished.
WAIT
Indicates ANTRQST will not return until recovery processing has finished. This is the default.
NOWAIT
Indicates ANTRQST will return when recovery processing has been scheduled.
Start of changeFORCE(YES|NO)End of change
Start of changeSpecifies whether or not to perform XRECOVER enhanced checking.
NO
Indicates that XRECOVER enhanced checking should be performed. This is the default.
YES
Indicates XRECOVER enhanced checking should not be performed.

FORCE(YES) is mutually exclusive with CHECK(YES).

End of change
HLQ(hlqr)
Contains the high-level qualifier that was used on the XSTART command. The default is SYS1.
MHLQ(mhlqr)
Contains the high-level qualifier that was used on the XCOUPLE command for the master control data set. The default is SYS1.
ONLINE(NO | YES)
Contains a keyword indicating what type of test to use to determine if a secondary volume can be used as a recovery volume.
NO
Only the volume added as a secondary can be used as a recovery volume. This is the default.
YES
Any volume that is online and has a volume serial number matching the desired secondary volume can be used as a recovery volume
TERTIARY(NO | YES)
Contains a keyword indicating what type of test to use to determine if a secondary volume can be used as a recovery volume.
NO
Only the volume added as a secondary can be used as a recovery volume. This is the default.
YES
Any volume that is online and has a volume serial number matching the desired secondary volume can be used as a recovery volume, except for the original secondary volume itself
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. 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.