DFS3383E STOP DATA SHARING FAILED, DATA=aa bbbbbbbb cccccccc ddeeffgg

Explanation

The attempt to disconnect from the VSAM or OSAM structure, or both, in the coupling facility failed. The DATA part of the message defines the reason for the failure.
aa
The place code, which identifies where the error was found. aa can have the following values:
Code (hex)
Meaning
60
Disconnection from the OSAM structure failed.
70
Disconnection from the VSAM structure failed.
bbbbbbbb
The return code from the last service started. See z/OS® MVS Programming: Sysplex Services Reference (SA22-7618) for the values of this code.
cccccccc
The associated reason code. See z/OS MVS Programming: Sysplex Services Reference (SA22-7618) for the values of this code.
ddeeffgg
the associated flag bytes.
dd can have the following values:
Code (hex)
Meaning
80
Invalid function was requested.
40
Connection to the OSAM structure failed.
20
Too few OSAM buffers were returned during connection to the OSAM structure.
10
Connection to the VSAM structure failed.
08
Attempt to pass connection data to VSAM for data shared resource pool failed.
04
Attempt to pass connection data to VSAM for index shared resource pool failed.
02
Disconnection from the OSAM structure failed.
01
Disconnection from the VSAM structure failed.
ee can have the following values:
Code (hex)
Meaning
80
A dummy PST was obtained during coupling facility services initialization or execution.
40
Connection to the OSAM structure was successful.
20
Disconnection from the OSAM structure was successful.
10
Connection to the VSAM structure was successful.
08
Disconnection from the VSAM structure was successful.
ff can have the following values:
Code (hex)
Meaning
80
A request was received to stop data sharing because coupling facility services initialization failed.
gg can have the following values:
Code (hex)
Meaning
80
A read-and-register operation for the OSAM buffer failed.
20
Buffer invalidation for the OSAM buffer failed.

System action

Although the IMS attempt to disconnect from the coupling facility failed, data sharing was successfully stopped.

Programmer response

See z/OS MVS Programming: Sysplex Services Reference (SA22-7618) for error return and reason codes that identify the cause of the failure.

Problem determination

1, 2, 3, 36