mf_user Intermediate

Joined: 01 Jun 2003 Posts: 372 Topics: 105
|
Posted: Mon Sep 01, 2008 5:31 am Post subject: Using FIRSTDUP on inconsistent lengths. |
|
|
Hi,
I have a list of PS file names.
Code: |
115 //SYSUT2 DD DSN=xxxx1.xxxx2.xxx3.xxxxx4.xxx5(+1),
124 //SYSUT1 DD DSN=xxxx1.xxxx2.xxx3.xxxxx4.xxx5(+1),
450 //SYSREC00 DD DSN=xxxx3.xxxx4.xxx5.xxxxxx6(+1),
|
The first and second entries are duplicates. I want to copy only either one of them to output using SORT. I thought of using FIRSTDUP but it requires position to be specified.
Please suggest me a way to do this.
TIA. _________________ MF
==
Any training that does not include the emotions, mind and body is incomplete; knowledge fades without feeling.
== |
|