ARC1501I
CONNECTION TO STRUCTURE structure_name WAS {SUCCESSFUL | UNSUCCESSFUL}, RC = retcode, REASON = reascode

Explanation

DFSMShsm attempted to connect to the coupling facility list structure that was specified by the SETSYS COMMONQUEUE(function (CONNECT(basename))) 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 IXLCONN macro in z/OS MVS Programming: Sysplex Services Reference.

function can be derived from structure_name as follows:
                        Structure_name
Function Recall         SYSARC_basename_RCL
Return Code
Response
X'00', X'04'
DFSMShsm successfully connected to the specified structure.
X'08'
Invocation error. An internal DFSMShsm error occurred.
X'0C'
The specified structure is temporarily unavailable.
X'10'
Fatal Coupling Facility error. An internal XES error occurred.

System action

If the connection was successful, this DFSMShsm host is enabled to exploit the function provided by the specified structure. If the connection was unsuccessful, the DFSMShsm host continues to process requests locally. DFSMShsm 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. DFSMShsm will automatically retry the connection when the system notifies it that the specified structure is available.
X'10'
Contact IBM support.