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

Match one file with two other file and write in output file


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Rjadeja

New User


Joined: 18 Feb 2008
Posts: 9
Location: Mumbai

PostPosted: Sat Mar 12, 2011 10:15 am
Reply with quote

Hi All,

I have threee input files callled A,B,C and output file D and wanted to match on basis of field called NUMBER. All files are sorted on NUMBER field.

If record of file A matches with B or C wrtie record in file D.

Can you please suggest how to do this.
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: Sat Mar 12, 2011 10:34 am
Reply with quote

Hello,

Depending on how much experience you have, you could write a 3-file match/merge using the A file as the driving file.

If your experience is somewhat limited, you could consider combining the B and C files and cloning the 2-file match/merge tested sample code that is an attachment to the "Sticky" near the top of this COBOL part of the forum.
Back to top
View user's profile Send private message
Rjadeja

New User


Joined: 18 Feb 2008
Posts: 9
Location: Mumbai

PostPosted: Sat Mar 12, 2011 10:43 am
Reply with quote

Thanks a lot. I was not thinking in that and trying to compare one file with two files. I got it your point. Thanks for your help and quick response
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: Sat Mar 12, 2011 11:12 am
Reply with quote

You're welcome - good luck icon_smile.gif

Someone will be here if there are questions/problems.

d
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts TRIM everything from input, output co... DFSORT/ICETOOL 1
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 4
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