0010

Explanation

Open Database Manager (ODBM) initialization encountered an error that prevented the ODBM address space from starting. Message BPE0006I is issued with this abend as 0010-xxxxxxx, where xxxxxxx is the abend subcode. When the abend is issued, Register 15 contains a code that identifies the reason for the abend. This abend might be accompanied by message CSL0001E or CSL0002E, which further explain the problem.

The following list describes the abend subcodes and their meanings:

Codes
Explanation
X'010'
The CSLDANCH block could not be allocated.
X'014'
The BPEPARSE work area could not be allocated.
X'018'
The CSLDPLEX block could not be allocated.
X'01C'
The CSLDCMDE block could not be allocated.
X'020'
The ORRS TCB token table could not be allocated.
X'080'
An error occurred while reading the CSLDIxxx member.
X'0C0'
An error occurred while parsing the ODBM run time parameter.
X'0C4'
An error occurred while parsing the CSLDIxxx member
X'100'
An error occurred during parameter validation of the CSLDIxxx or ODBM parameters.
X'180'
An error occurred while preloading a module.
X'184'
An error occurred during a call to BPELOAD.
X'1C8'
The BPE buffer pool create service (BPEBPCRE) encountered an error while attempting to create the output buffer pool.
X'200'
A CSLZARM0 error occurred, which is an Automatic Restart Manager error.
X'204'
A CSLZLIC0 error occurred. An invalid function code was passed to CSLZLIC0.
X'300'
When attempting to process the configuration member (CSLDCxxx), the BPEPARSE work area storage could not be obtained.
X'304'
The CSLDCxxx member could not be read.
X'308'
When processing the CSLDCxxx member, a parsing error occurred for the GLOBAL section.
X'30C'
When processing the CSLDCxxx member, a parsing error occurred for the LOCAL section.
X'310'
When processing the CSLDCxxx member, a duplicate ODBM() name was defined in the LOCAL section.
X'314'
When processing the CSLDCxxx member, no ODBM() name was defined in the LOCAL section.
X'318'
When processing the CSLDCxxx member, no DATASTORE() name was defined in the LOCAL section for a given ODBM() name.
X'31C'
When processing the CSLDCxxx member, an invalid DATASTORE() name was defined in the LOCAL section for a given ODBM() name.
X'320'
When processing the CSLDCxxx member, an invalid ALIAS() name was defined in the LOCAL section for a given DATASTORE() name.
X'324'
When processing the CSLDCxxx member, a duplicate DATASTORE() name was defined in the LOCAL section for a given ODBM() name.
X'328'
When processing the CSLDCxxx member, a duplicate ALIAS() name was defined in the LOCAL section for a given DATASTORE() name.
X'32C'
When processing the CSLDCxxx member, the datastore control block (CSLDDSCB) storage could not be obtained for a given DATASTORE() name.
X'330'
When processing the CSLDCxxx member, the CSLDPRP control block storage could not be obtained for a given DATASTORE() name.
X'334'
When processing the CSLDCxxx member, the alias control block (CSLDALCB) storage could not be obtained for a given DATASTORE() name.
X'400'
The TCB type is unknown.
X'440'
An error occurred while CSLDIN10 was attempting to load.
X'4C0'
An error occurred while ODBM attempted to create an ODBM thread.
X'4D0'
CSLDTOT0 failed to load.
X'4D4'
An error occurred while ODBM attempted to create an RQCR thread.
X'4D8'
The ODBA CIMS CONNECT call failed during ODBM initialization. ODBM abend 0010–4D8 is preceded by message CSL4005W. When this abend is issued:
  • Register 2 contains the AIB return code
  • Register 3 contains the AIB reason code
  • Register 4 contains the AIB error extension
X'4DC'
DRA initialization failed because a subsystem identified in the LOCAL_DATASTORE_CONFIGURATION SECTION of the CSLDCxxx member of the IMS.PROCLIB was not found.
X'500'
An asynchronous work element (AWE) could not be created for server REGR.
X'504'
An AWE could not be created for server DMIR.
X'508'
An AWE could not be created for server ODBS.
X'50C'
An AWE could not be created for server ODBR.
X'510'
An AWE could not be created for server CMDR.
X'530'
A PLEX TRACE table could not be created.
X'534'
The APSB thread hash table could not be created.
X'538'
SCI registration (CSLSCREG) failed.
X'53C'
The SCI Ready function (CSLSCRDY) failed.
X'540'
The CSLDSTT statistics block could not be allocated.

System action

The address space terminates abnormally.

Operator response

If the error indicated by the abend subcode is due to environmental conditions (for example, invalid parameters), correct the indicated problem and restart the address space. Otherwise, save the job log and system log information, and contact IBM® Software Support for assistance.

Source

CSL ODBM codes

Module

CSLDIN00, CSLDIN10, CSLDIT00, CSLDTMA0, CSLDCF00