IEC129I
002-rc,mod,jjj,sss, [-#],dev,ser,dsname

Explanation

The error occurred during BDAM CREATE.

In the message text are:
rc
The return code.
jjj
The job name.
sss
The step name.
ddname[-#]
DDname (followed by a concatenation number if it is part of a concatenation and not the first DD statement in the concatenation).
dev
The device number.
ser
The volume serial number.
mod
The name of the module in which the error occurred.
dsname
The data set name.
The values of hex return codes and their meanings are as follows:
Return Code
Explanation
04
Neither A, K, nor I was specified in the MACRF field of the DCB.
08
BDAM OPEN was attempted on a data set containing zero extents as specified in the DSCB.
1C
A record was found to be larger than 1 track.
20
The block will not fit in the amount of space allocated for a secondary extent.
24
The block will not fit in the amount of space allocated for the primary extent.
28
Upon opening a data set for BDAM CREATE, BLKSIZE was found to be larger than the primary extent.

System action

A WTP message is issued to give the ABEND and return code. Pertinent control blocks on the GTF data set are recorded and the job is abnormally ended.

Programmer response

If rc is 28, allocate more space, specify a smaller block size or use a larger device. If rc is 1C, specify a shorter block size, a larger device, or use track overflow.

If rc is 04, specify A, K, or I in the DCB.

If rc is 08, specify a positive nonzero value for primary allocation in the space parameter of the DD statement when creating the data set.

If rc is 20, specify a larger secondary allocation, shorter blocks, or use a larger device.

If rc is 24, specify a larger primary allocation, shorter blocks, or use a larger device.

Source

DFSMSdfp

Module

IGG0191M

Routing code

7

Descriptor code

2