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

compare 2 rows within the same file


IBM Mainframe Forums -> SYNCSORT
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
ram_vizag

Active User


Joined: 21 Aug 2008
Posts: 112
Location: hyd

PostPosted: Wed Jun 14, 2017 12:34 am
Reply with quote

I would like to know how to compare two rows within same file and write matched records into output file.
Back to top
View user's profile Send private message
Akatsukami

Global Moderator


Joined: 03 Oct 2009
Posts: 1788
Location: Bloomington, IL

PostPosted: Wed Jun 14, 2017 2:15 am
Reply with quote

Look up JOINKEYS in the manual.
Back to top
View user's profile Send private message
ram_vizag

Active User


Joined: 21 Aug 2008
Posts: 112
Location: hyd

PostPosted: Wed Jun 14, 2017 2:57 am
Reply with quote

Hey Akatsukami,

If you done before using JOINKEYS share it.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Wed Jun 14, 2017 3:13 am
Reply with quote

ram_vizag, after almost 9 years here you should know that this is a HELP forum, not a WRITE-THE-CODE-FOR-YOU forum. If you ask for code, be prepared to pay the going rate for it. Furthermore, you did not specify the record length of the file, nor whether you are calling duplicates a complete duplicate or just a duplicate key (and if so, how long the key is and where it starts), so nobody could help you even if they wanted to give you the code.

Google is your friend. Googling joinkeys returned about 40,900 hits and one of the first was www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.icea100/ice2ca_Example_1_-_Paired_F1_F2_records_without_duplicates.htm which has an example of precisely what you want, using 2 files instead of 1.
Back to top
View user's profile Send private message
Rohit Umarjikar

Global Moderator


Joined: 21 Sep 2010
Posts: 3054
Location: NYC,USA

PostPosted: Wed Jun 14, 2017 10:26 am
Reply with quote

No one will give you readymade solutions here until you try something
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10874
Location: italy

PostPosted: Wed Jun 14, 2017 1:29 pm
Reply with quote

the question has already been asked a few times, search the forum
Back to top
View user's profile Send private message
Nic Clouston

Global Moderator


Joined: 10 May 2007
Posts: 2455
Location: Hampshire, UK

PostPosted: Wed Jun 14, 2017 4:14 pm
Reply with quote

Your terminology could be better: not 'file' but a 'data set' and both files and data sets have records, not rows. SQL tables have rows.
Back to top
View user's profile Send private message
sergeyken

Senior Member


Joined: 29 Apr 2008
Posts: 2029
Location: USA

PostPosted: Thu Jun 15, 2017 10:21 pm
Reply with quote

Nic Clouston wrote:
Your terminology could be better: not 'file' but a 'data set' and both files and data sets have records, not rows. SQL tables have rows.

Frankly, any "table" has "rows", not only a SQL table:
- ISPF tables
- Excel tables
- tables printed on paper
- etc.
icon_biggrin.gif
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 -> SYNCSORT

 


Similar Topics
Topic Forum Replies
No new posts Binary File format getting change whi... All Other Mainframe Topics 7
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts Compare 2 files(F1 & F2) and writ... JCL & VSAM 8
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
Search our Forums:

Back to Top