ARC1502I
DISCONNECTION FROM STRUCTURE structure_name WAS {SUCCESSFUL | UNSUCCESSFUL}, RC = retcode, REASON = reascode

Explanation

DFSMShsm attempted to disconnect from the coupling facility list structure specified by the SETSYS COMMONQUEUE(function (DISCONNECT)) command. The return code and reason code are those that were returned by coupling facility connection services. For an explanation of the return and reason codes, see the IXLDISC macro in z/OS MVS Programming: Sysplex Services Reference.

function can be derived from structure_name as follows:
                        Structure_name
FunctionRecall    SYSARC_basenameRCL
Return Code
Response
X'00', X'04'
DFSMShsm successfully disconnected from the specified structure.
X'08'
Invocation error. An internal DFSMShsm error occurred.
X'0C'
There are no coupling facility services available.
X'10'
Fatal coupling facility error. An internal XES error occurred.

System action

For RC = X'00' or X'04', DFSMShsm discontinues use of the structure. For RC = X'08' or X'10', DFSMS continues to use the structure. For RC = X'0C', no action is taken. DFSMS processing continues.

Programmer response

Return Code
Response
X'00', X'04'
None
X'08'
Contact IBM® support.
X'0C'
Based on the return code and reason code, determine why the structure is temporarily unavailable. Take any necessary action.
X'10'
Contact IBM support.