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

How to marge two files with out using merge command?


IBM Mainframe Forums -> Mainframe Interview Questions
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
kvsumar

New User


Joined: 09 Mar 2008
Posts: 6
Location: bangalore

PostPosted: Tue Mar 25, 2008 12:41 pm
Reply with quote

i have 2 sequential files. File1 contains old backup data and File2 contains latest backup data. I want to compare both files and move to output file3.
The above process should not use Merge command. They will be no Date, Time, Column information in File1 and File2.
Their requirement was that in File3 the latest backup data should be moved.
And How to read File1 and File2 while taking first record of File1 and comparing it to the whole records of File2?
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Tue Mar 25, 2008 7:47 pm
Reply with quote

Hello,

Please start over and more clearly post your question(s).

Explain why having no date, time, etc could be an issue comparing the files.

Explain what tools you are permitted to use to do what needs to be done.

Your last line should be rethought - there is almost never a good reason to compare records from one file against every record of another file.
Back to top
View user's profile Send private message
kvsumar

New User


Joined: 09 Mar 2008
Posts: 6
Location: bangalore

PostPosted: Wed Mar 26, 2008 11:47 am
Reply with quote

Hi,

My question is,

File1 contains old data and File2 contains new data. I want to compare this files and move the latest data to File3 using cobol and without using merge command.

Thanks

Kumar
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Mar 26, 2008 7:19 pm
Reply with quote

Hello,

Near the top of the COBOL section of the forum, there is a "Sticky" about how to implement a 2-file match/merge. Download that sample code, review it, and reply back here if you have any questions.
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 -> Mainframe Interview Questions

 


Similar Topics
Topic Forum Replies
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 RACF - Rebuild SETROPTS command which... All Other Mainframe Topics 3
No new posts Write line by line from two files DFSORT/ICETOOL 7
No new posts Routing command Address SDSF to other... TSO/ISPF 2
Search our Forums:

Back to Top