//DD2 DD DSNAME=file1,DISP=OLD,DCB=(RECFM=VB,LRECL=80,
// BLKSIZE=80)
//DD3 DD DSNAME=File2,DISP=(,CATLG,DELETE),UNIT=SYSDA,
// ,VOLUME=SER=600,DCB=(RECFM=FB)
My requirement is that in DD2 LRECL=80 and BLKSIZE=80 so in dd3 file2 will be created with same LRECL=80 and BLKSIZE=80 so is it possible to do that ?