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

Reg:- Merging two input sorted sequential file


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

New User


Joined: 12 Mar 2008
Posts: 53
Location: Chennai

PostPosted: Sat Jan 09, 2010 11:32 pm
Reply with quote

Dear All,

Do we have any common programming logic in COBOL for the following scenarios.


1. One to One match
2. Left Outer Join (Similar to SQL join logic)
3. Right Outer Join (Similar to SQL join logic)
4. Full Outer Join (Similar to SQL join logic)


Note:-
Both the files are not of same layout.
But they do have common key variable like Account Number
Both the files are sorted based upon key variable

Please help or Guide me to overcome the above scenarios.

Ashok Kumar.K
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


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

PostPosted: Sun Jan 10, 2010 9:33 am
Reply with quote

There is a 'button' at the top of the page - PROGRAMS.

there is a lot of logic there.

Also, if you google, you will find thousands of sites with examples of programs.

Ibm's developer works technical manuals provides many examples.

ibm redbooks' site provides examples.

you are obviously just learning,
so you will need to do a lot of research and wade thru the 'advanced stuff'
to find answers to such basic questions as you have posed.
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: Mon Jan 11, 2010 2:36 am
Reply with quote

Hello,

Near the top of the COBOL part of the forum is a "sticky" with working 2-file match/merge code. This will do most of what you want. Many-to-many will depend on the rules of the requirement.

That code works as so all you need to do is modify the record layouts and key location.

To download, use right-click and "save as".

With qsam files this is not a "join" - possibly i misunderstand something.
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 Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts TRIM everything from input, output co... DFSORT/ICETOOL 1
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
Search our Forums:

Back to Top