Howard Brazee
2004-05-21 16:45:48 UTC
We ran a job in the past with the following sort parms:
SORT FIELDS=(04,09,CH,A, SID
01,02,CH,A) INST
SUM FIELDS=NONE ELIMINATE DUPLICATES
DEBUG ABEND ABORT IF ERRORS
END
What I would like to do now is re-run this file and only select those duplicates that were eliminated the first time. (column 3 is different for the duplicates).
Is there a reliable way of getting only the ones that were eliminated in the previous run?
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to ***@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html
SORT FIELDS=(04,09,CH,A, SID
01,02,CH,A) INST
SUM FIELDS=NONE ELIMINATE DUPLICATES
DEBUG ABEND ABORT IF ERRORS
END
What I would like to do now is re-run this file and only select those duplicates that were eliminated the first time. (column 3 is different for the duplicates).
Is there a reliable way of getting only the ones that were eliminated in the previous run?
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to ***@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html