I have a PDS with RECFM U, this currently houses the load modules; the format of the same is as below:
Organization . . . : PO
Record format . . . : U
Record length . . . : 0
Block size . . . . : 6144
1st extent tracks . : 65535
Secondary tracks . : 1500
Data set name type : PDS
Record format . . . : U
Record length . . . : 0
Block size . . . . : 6144
1st extent tracks . : 65535
Secondary tracks . : 1500
Data set name type : PDS
I am trying to copy the members of this PDS to a new PDS, which is being modelled on this same PDS, the o/p PDS created has format:
Organization . . . : PO
Record format . . . : U
Record length . . . : 0
Block size . . . . : 6144
1st extent tracks . : 65535
Secondary tracks . : 1500
Data set name type : PDS
Record format . . . : U
Record length . . . : 0
Block size . . . . : 6144
1st extent tracks . : 65535
Secondary tracks . : 1500
Data set name type : PDS
The error received while trying to copy any member to this new PDS is:
IEB1135I IEBCOPY FMID HDZ1C10 SERVICE LEVEL UA64641 DATED 20120326 DFSMS .12.00 z/OS
IEB1035I TESTJ BKPLOAD 21:15:44 WED 11 JUN 2014 PARM=''
COPY INDD=INPDS,OUTDD=OUTPDS
SELECT MEMBER=XXXXX
SELECT MEMBER=YYYYY
SELECT MEMBER=ZZZZZ
IEB1013I COPYING FROM PDS INDD=INPDS VOL=AAAAA DSN=XXXX.XXXX.XXXX
IEB1014I TO PDS OUTDD=OUTPDS VOL=BBBBB DSN=YYYY.YYYY.YYYY
IEB1160I OUTPUT DATASET RECFM/LRECL/BLKSIZE COPIED FROM INPUT DATASET
IEB188I MEMBER XXXXX IN DATA SET REFERENCED BY INPDS HAS RECORDS GREATER THAN BLKSIZE. LENGTH=32760 BLKSIZE=6144
TTR=X'A8F713' MBBCCHHR=X'0000000E97000013'
IEB151I JOB HAS TERMINATED WITH ERROR(S)
IEB147I END OF JOB - 8 WAS HIGHEST SEVERITY CODE
IEB1035I TESTJ BKPLOAD 21:15:44 WED 11 JUN 2014 PARM=''
COPY INDD=INPDS,OUTDD=OUTPDS
SELECT MEMBER=XXXXX
SELECT MEMBER=YYYYY
SELECT MEMBER=ZZZZZ
IEB1013I COPYING FROM PDS INDD=INPDS VOL=AAAAA DSN=XXXX.XXXX.XXXX
IEB1014I TO PDS OUTDD=OUTPDS VOL=BBBBB DSN=YYYY.YYYY.YYYY
IEB1160I OUTPUT DATASET RECFM/LRECL/BLKSIZE COPIED FROM INPUT DATASET
IEB188I MEMBER XXXXX IN DATA SET REFERENCED BY INPDS HAS RECORDS GREATER THAN BLKSIZE. LENGTH=32760 BLKSIZE=6144
TTR=X'A8F713' MBBCCHHR=X'0000000E97000013'
IEB151I JOB HAS TERMINATED WITH ERROR(S)
IEB147I END OF JOB - 8 WAS HIGHEST SEVERITY CODE
I did look up the fine manual, but the blocksizes as being reflected in either PDSs' case is same; am unable to put my finger on what is going wrong here; what did I mess-up now and how is that RECL of 32k reflecting; I am suspecting that my INPDS is where the problem lies, because when I test the same with other load libraries, it is working as expected - copying datasets normally.
Surprisingly, when I try copying the members manually from this same PDS after sometime, they are getting copied; and another 10 minutes later, it fails with the same error. What on earth am I doing wrong here
System programmer response
The IEHLIST utility may be used to display the block size in the data set label. If the error recurs and the program is not in error, look at the messages in the job log for more information. Search problem reporting data bases for a fix for the problem. If no fix exists, contact the IBM® Support Center. Provide the JCL and all printed output and output data sets related to the problem.
Programmer response
If the DCB parameters have been overridden, respecify the correct block size and key length.