Mar 26 2008 01:33 PM 10403 6 Sort Duplicates in Dataset Mainframeguy How do I use SORT to copy duplicates in a Dataset to another siddup143 Profile Answers by siddup143 Questions by siddup143 Aug 6th, 2011 By using soft utility we can copy the duplicate regards of one file to another file. Code //SYSIN DD * SORT FIELDS=COPY SUM FIELDS=NONE,XSUM //SORTXSUM DD DSN=OZA040.PC.DUP.FILE,DISP=OLD /* Vijay1979 Profile Answers by Vijay1979 Questions by Vijay1979 Mar 10th, 2011 //DDName EXEC PGM=SORT//SORTIN DD DSN=XXXXXXXXXXXXXXXXX,// DISP=SHR//SORTOUT DD DSN=XXXXXXXXXXXXXXXXXXXX,// DISP=(NEW,CATLG,DELETE),// UNIT=XXXXX,SPACE=(XXX,(XX,XX),XXXX),// DCB=(*.SORTIN) Output file... Answer Question Select Best Answer
Mar 26 2008 01:33 PM 10403 6 Sort Duplicates in Dataset Mainframeguy How do I use SORT to copy duplicates in a Dataset to another siddup143 Profile Answers by siddup143 Questions by siddup143 Aug 6th, 2011 By using soft utility we can copy the duplicate regards of one file to another file. Code //SYSIN DD * SORT FIELDS=COPY SUM FIELDS=NONE,XSUM //SORTXSUM DD DSN=OZA040.PC.DUP.FILE,DISP=OLD /* Vijay1979 Profile Answers by Vijay1979 Questions by Vijay1979 Mar 10th, 2011 //DDName EXEC PGM=SORT//SORTIN DD DSN=XXXXXXXXXXXXXXXXX,// DISP=SHR//SORTOUT DD DSN=XXXXXXXXXXXXXXXXXXXX,// DISP=(NEW,CATLG,DELETE),// UNIT=XXXXX,SPACE=(XXX,(XX,XX),XXXX),// DCB=(*.SORTIN) Output file... Answer Question Select Best Answer
siddup143 Profile Answers by siddup143 Questions by siddup143 Aug 6th, 2011 By using soft utility we can copy the duplicate regards of one file to another file. Code //SYSIN DD * SORT FIELDS=COPY SUM FIELDS=NONE,XSUM //SORTXSUM DD DSN=OZA040.PC.DUP.FILE,DISP=OLD /*
Vijay1979 Profile Answers by Vijay1979 Questions by Vijay1979 Mar 10th, 2011 //DDName EXEC PGM=SORT//SORTIN DD DSN=XXXXXXXXXXXXXXXXX,// DISP=SHR//SORTOUT DD DSN=XXXXXXXXXXXXXXXXXXXX,// DISP=(NEW,CATLG,DELETE),// UNIT=XXXXX,SPACE=(XXX,(XX,XX),XXXX),// DCB=(*.SORTIN) Output file...