Hi,
//step01 DD DSN=TCLAST15.B836.AUSTRCLR.ISIN.COPYB,
// DISP=(NEW,CATLG),SPACE=(CYL,(1,1),RLSE),
// DCB=(RECFM=VBA,LRECL=&&temp,BLKSIZE=&&temp)
//stepo2 DD DSN=TCLAST15.B836.AUSTRCLR.ISIN.COPYB,
// DISP=(NEW,CATLG),SPACE=(CYL,(1,1),RLSE),
// DCB=(RECFM=FB,LRECL=&&temp,BLKSIZE=&&temp)
I just need to know is there is any way to get the record length of a variable file dynamically then pass this record length to fixed format file.