Hi,
I want your help for this question:
I have a File with these records:
A
A
B
C
C
C
C
D
and I want to have 2 files as output : 1 with the records which don't have duplicates and another with records duplicadates ,
like this
OUTPUT 1 :
B
D
OUTPUT 2 :
A
A
C
C
C
C
I want a solution using JCL and no using a program. I tried using XSUM but I didn't have what I want
Thanks for your help