DFS0569I PSTOP OR STOP COMPLETE FOR REGION nnnnttttxxxxxxxx

Explanation

A /PSTOP or /STOP command for the specified region and transaction successfully completed. A QC status code is returned to a wait-for-input (WFI) application program that is processing in the region. An AO application that issued a GMSG call with the wait option might be waiting for a message on an AOI token. An application waiting for an AOI token receives an AIB return code of X'00000004' and an AIB reason code of X'0000004C'. If your application issued a synchronous callout ICAL call, it might be waiting for a response from the ICAL call. An application waiting for a synchronous callout response receives an AIB return code of X'00000100' and an AIB reason code of X'00000104'.
nnnn
The region number entered on the command.
tttt
AOIT, TRAN, or SYNC. AOIT means the name that follows is an AOI token name. TRAN means the name that follows is a transaction name. SYNC means that the name that follows is a TPIPE name.
xxxxxxxx
The AOI token name, transaction name, or TPIPE name entered on the command.

System action

If tttt is AOIT, the region is no longer waiting for the AOI token. If tttt is SYNC, the region is no longer waiting for the synchronous callout response. Otherwise, the specified region is still available for scheduling.

A batch message processing region (BMP) scheduled against wait-for-input (WFI) transactions returns a QC status code (no more messages) for /PSTOP REGION, /DBD, /DBR, or /START commands only.

Module

DFSSTOP0