XADVANCE (XRC recover)

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

SID(session)
Specifies the name of the XRC session to which the request is sent. It is required.
HLQ(hlqr)
Specifies the high-level qualifier that was used on the XSTART command.
MHLQ(mhlqr)
Specifies the high-level qualifier for the master session control data set that was used on the XCOUPLE command.
ETYPE(WAIT | NOWAIT)
Indicates whether or not ANTRQST will return to the caller before advance processing has completely finished.
WAIT
ANTRQST will not return until advance processing has finished. This is the default.
YES
ANTRQST will return when the advance processing has been scheduled.
MESSAGES(msg)
Specifies a variable, msg, 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 required.
WAITTIME(waittime | 0)
Specifies the 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.