XEND (XRC end)

Use request type XEND to end an XRC session. This invokes ANTRQST ILK=XRC REQUEST=XEND.

SID(session)
Specifies the name of the XRC session to which the request is sent. It is required.
ATTIME(timestamp)
Specifies the UTC timestamp for when the volumes are to be deleted. The format is YYYY.DDD_HH:MM:SS.THMIJU. This field is required if ETYPE(ATTIME) is specified; otherwise, it is ignored.
ETYPE(IMMEDIATE | ATTIME | CANCEL | DRAIN)
Specifies when the command will be processed.
IMMEDIATE
Process the XEND command as soon as the current consistency group has been applied. This is the default.
ATTIME
Process the XEND command when the specified UTC time is reached
CANCEL
Delete an outstanding XEND command
DRAIN
Process the XEND command when the consistency group represented by the most recent timestamp of all volumes being deleted has been applied
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)
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.