0010

Explanation

The data set cannot be processed because the data set record format is not valid. This situation prevents IMS from acquiring information required for initialization. The abend occurred for one of the following reasons:

  • The record format is not valid for the data set. Message DFS0604W, issued before this abend, identifies the data set by DDNAME xxxxxxxx and provides additional information.
  • The system returned message DFS0604W to indicate that the data set format is invalid. The record format must be fixed or fixed block. If this message was received during initialization, the system might not have received needed information. If this message was received from the MFS DCT utility, the descriptor members were unavailable and the utility terminated with return code 4.

This abend can occur for non-Java-dependent regions as well (MPP, BMP, IFP regions).

Analysis

This abend is a standard abend issued by DFSXRPS0, DFSIILD0, and DFSRED20. These modules check for a RECFM=F or RECFM=FB parameter for the data set. Check the DCBRECFM field to determine the record format. Be sure the JCL points to the correct PROCLIB data set. For DFSXRPS0, DFSIILD0, and DFSRED20, register 6 contains the DCB address DCBRECFM.

Module Key Label Description
DFSXRPS0
Reg6=DCB
XRCFMERR
The routine used to validate the DCB record format expects that DCBRECFM = X'80'.
DFSIILD0
Reg6=DCB
XRCFMERR
The routine used to validate the DCB record format expects that DCBRECFM = X'80'.
DFSRED20
Reg6=DCB
RECFMERR
The routine used to validate the DCB record format expects that DCBRECFM = X'80'.

For DFSRRC10, DFSRRC40:

This abend is a standard abend issued by DFSRRC10, DFSRRC40

Key Label Description
Reg15=X'4'   Required JVMOPMAS=member not specified.
Reg15=X'6'
Reg3=BPX1SDD return code
Reg4=BPX1SDD reason code
  BPX1SDD failed.

For DFSPCC20:

This abend is a standard abend issued by DFSPCC20.

Key Label Description
Reg15=X'1'
Reg3=CEEPIPI return code
  Unable to create an Language Environment® enclave (CEEPIPI error)
Reg15=X'2'
Reg3=possible CEEPIPI
     return code
  Unable to create a JVM.
Reg15=X'3'
Reg3=possible CEEPIPI
     return code
  JVM unable to start the application (CEEPIPI error).
Reg15=X'5'
Reg3=possible CEEPIPI
     return code
  Unable to add an entry (CEEPIPI error).

System action

IMS terminates abnormally.

Programmer response

See message DFS0604W. Be sure the data set identified by DDNAME xxxxxxxx has RECFM=F or RECFM=FB.

Problem determination

1, 3, 6, 8

Source

IMS abends

Module

DFSXRPS0, DFSIILD0, DFSRED20, DFSRRC10, DFSRRC40