View previous topic :: View next topic |
Author |
Message |
rajith Beginner
Joined: 26 Dec 2005 Posts: 15 Topics: 9 Location: chennai
|
Posted: Thu May 18, 2006 4:55 am Post subject: Remove Duplicates with original Records |
|
|
Got a Situation. In a file I have 10 records with 4 unique records and 6 duplicate records. I need to remove all duplicate and original 6 records and my output file should have only unique records of input file(ie., 4). I need this to achived thru JCL. Can anybody help?? _________________ Thanks,
Rajith |
|
Back to top |
|
 |
Phantom Data Mgmt Moderator

Joined: 07 Jan 2003 Posts: 1056 Topics: 91 Location: The Blue Planet
|
Posted: Thu May 18, 2006 6:22 am Post subject: |
|
|
Rajith,
JCL is not a programming language. It can NOT anything by itself. You need to use utilities like SORT / FILEAID to achieve the desired result.
Please Check the FAQ page before posting. check this link
http://www.mvsforums.com/helpboards/viewtopic.php?t=5339
Thanks,
Phantom |
|
Back to top |
|
 |
bommkris Beginner
Joined: 27 Apr 2006 Posts: 1 Topics: 0
|
|
Back to top |
|
 |
|
|