DFS3603I xxxxxxxx RESOURCE FAILURE FOR SUBSYSTEM zzzz REASON CODE - yyzzaaaa
or
Explanation
During the initial processing of the external subsystem structure, the allocation or processing of a required resource xxxxxxxx failed. zzzz specifies the subsystem name of the module to which it is related. IMS attempts to load the subsystem module when the SSM parameter is specified.
One of the following code numbers, represented by the yy value, indicates the reason for the failure.
- Code (hex)
- Explanation
- 01
- The resource named in the message was not found - the zz value is the IMODULE LOAD return code.
- 02
- Insufficient storage available - the zz value equals the IMODULE GETMAIN return code.
- 03
- The resource named in the message was not found - the zz value is the IMODULE LOAD return code.
- 04
- Insufficient storage available - the zz value equals the IMODULE GETMAIN return code.
- 05
- Open failure for DFSESL DD statement - the zz value equals the OPEN return code.
- 06
- The resource named in the message was not found - the zz value is the IMODULE LOAD return code.
- 07
- The resource named in the message was not found (DFSESI40) - the zz value equals the OS LOAD macro return code.
- 08
- The resource named in the message was not found - the zz value equals the BLDL return code.
- 09
- The resource named in the message was not loaded - the zz value equals the return code associated with the MVS system code aaaa.
- 0A
- The data set type cannot be determined - the zz value is the return code from the ISITMGD macro call. The aaaa value is the ISITMGD reason code.
See the IMODULE return code information.
System action
Subsystem connections between IMS and the specified subsystem are not established, and initialization processing continues.
Operator response
Notify the system programmer about the receipt of this message.
System programmer response
Ensure that the subsystem load library is accessible to IMS. IMS provides a DD statement (DFSESL) to alleviate this problem. The external subsystem modules can be in any z/OS® authorized library accessible by IMS (that is, JOBLIB, STEPLIB or DFSESL).Increase the region size to accommodate the external subsystem modules, and document the storage requirements in the external subsystem documentation.