Hi,
we are trying to implement a functionality using JCL instead of a cobol program.
functionality is:
need to remove all the occurences of duplicate records and output file should have only the records which are unique.
i know, it is possible to implement using ICETOOL but as per the project rules, we shouldnt use ICETOOL.
I tried implementing using SORT but using SORT one occurence of the duplicate record is appearing in the file. we dont that one occurence also.
Could you please suggest me if it is possible to implement using SORT?
Thanks