
Reply to comment
JCL TO CONVERT VB TO FB FILE
//STEP02 EXEC PGM=SORT//SYSOUT DD SYSOUT=*//SORTIN DD DSN=USERID.ABC.VBFORMAT,DISP=SHR//SORTOUT DD DSN=USERID.ABC.FBFORMAT,// DISP=(,CATLG,DELETE),UNIT=SYSDA,// DCB=(LRECL=80,RECFM=FB)//SYSIN DD *SORT FIELDS=COPYOUTREC FIELDS(1:20,80),CONVERT/*
Reply
Click the +1 button below to share it with your friends and colleagues
Share this if you liked it!