Description:
After applying the APAR for problem IDMS/4697, REORG may fail with IEC141I 013-20 on the RORGCTL file.
Solution:
The original definition for the RORGCTL file needed to use following DCB attributes:
DCB=(RECFM=FB,LRECL=4096,BLKSIZE=4096)
However, in some cases, this size was too small and caused module IDMSDBXD to return a code of 34.
As a result, the jobstep did abend with an I034 abend.
To resolve this (and to increase the record size of the RORGCTL file) following APARs were created :
IDMS 17.0 DOS RO62794 IDMS 17.0 OS RO62795 IDMS 18.0 OS RO62284 IDMS 18.5 OS RO62287
After application of these APARs, it is required to reallocate the RORGCTL file with following DCB attributes :
DCB=(RECFM=FB,LRECL=8192,BLKSIZE=8192)
Failing to do so will result in an IEC141I 013-20 error.
Notes: