IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Find Duplicate in a ps file


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
cvadlamudi

New User


Joined: 19 Apr 2007
Posts: 68
Location: India

PostPosted: Fri May 09, 2008 5:10 pm
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
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Fri May 09, 2008 5:49 pm
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: 175
Location: PUNE(INDIA)

PostPosted: Fri May 09, 2008 6:33 pm
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

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Fri May 09, 2008 6:45 pm
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

New User


Joined: 19 Apr 2007
Posts: 68
Location: India

PostPosted: Mon May 12, 2008 12:08 pm
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: 344
Location: Spain

PostPosted: Mon May 12, 2008 2:29 pm
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
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
Search our Forums:

Back to Top