Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Find Duplicate in a ps file

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> TSO/ISPF
Author Message
cvadlamudi

Active User


Joined: 19 Apr 2007
Posts: 54
Location: India

PostPosted: Fri May 09, 2008 5:10 pm    Post subject: Find Duplicate in a ps file
Reply with quote

Hi All,

Is there any tso command which can be used to find a duplicate record in a file.

Regards,
Mouli
Back to top
View user's profile Send private message
References
PostPosted: Fri May 09, 2008 5:10 pm    Post subject: Re: Find Duplicate in a ps file Reply with quote

expat

Global Moderator


Joined: 14 Mar 2007
Posts: 3167
Location: Brussels once more ...

PostPosted: Fri May 09, 2008 5:49 pm    Post subject:
Reply with quote

Not that I know of.
Back to top
View user's profile Send private message
ParagChouguley

Active User


Joined: 03 Feb 2007
Posts: 151
Location: PUNE(INDIA)

PostPosted: Fri May 09, 2008 6:33 pm    Post subject:
Reply with quote

Interesting Requirement...........!

I usually use SORT utilities for this thru JCL.
Using SORT command on TSO, one can get duplicate records one after another...................But again how to see if duplicates exists ??
Back to top
View user's profile Send private message
dbzTHEdinosauer

Senior Member


Joined: 20 Oct 2006
Posts: 1490
Location: germany

PostPosted: Fri May 09, 2008 6:45 pm    Post subject:
Reply with quote

if you can edit/VIEW the file, and it is sorted by the dup position that you are looking for, you can write a quick macro that can find dups for you.
i normally x all, and then only show dups.
Back to top
View user's profile Send private message
cvadlamudi

Active User


Joined: 19 Apr 2007
Posts: 54
Location: India

PostPosted: Mon May 12, 2008 12:08 pm    Post subject:
Reply with quote

How the x all command is used, do u say XSUM in the JCL or it is a tso command...

Regards,
Mouli
Back to top
View user's profile Send private message
acevedo

Active User


Joined: 11 May 2005
Posts: 280
Location: Spain

PostPosted: Mon May 12, 2008 2:29 pm    Post subject:
Reply with quote

as Dick pointed it's easy to get it using a Macro, sure there's a lot of ways but this is what I use:

1-Sort for field desired (start and length).
2-Exclude all
3-loop from 1 to zlast, if actualline (s,l) = previousline (s,l) then change status to nx.

you can play with flip or delete excluded or non-excluded...

hth.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> TSO/ISPF All times are GMT + 6 Hours
Page 1 of 1