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

Read two files together through Cobol


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

New User


Joined: 09 Mar 2009
Posts: 13
Location: Bombay

PostPosted: Tue May 12, 2009 4:50 pm
Reply with quote

Hi All,
I have to read two input files simultaneously through cobol program so plz let me know how can i do it.
icon_question.gif
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


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

PostPosted: Tue May 12, 2009 4:55 pm
Reply with quote

If you explain the process (is this a match-merge, match-delete, match-compare....)
someone can help you.

there is also a 'STICKY' in the COBOL forum about reading two files in a COBOL program
Back to top
View user's profile Send private message
Pavan101

New User


Joined: 09 Mar 2009
Posts: 13
Location: Bombay

PostPosted: Tue May 12, 2009 5:06 pm
Reply with quote

Hi

I want to read a one input file and one temporary file which i took as a copy of output file , then i want to match records and write in to the output file
icon_smile.gif
Back to top
View user's profile Send private message
Succor

New User


Joined: 20 Feb 2009
Posts: 96
Location: Bangalore :)

PostPosted: Tue May 12, 2009 5:32 pm
Reply with quote

Pavan101,Do you actually want to achieve this through a program, as from the description of your requirement
Quote:
one temporary file which i took as a copy of output file
it looks as if it is a one time requirement.
Are there certain fields on which you want to match the records or its one record in whole u want to compare, you can use an easytrieve ,JCL sort JOINKEYS or a buch of options which Dbz has suggested.

WTF
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 May 12, 2009 9:05 pm
Reply with quote

Hello Pavan and welcome to the forum,

The best way for you to get help is to post some sample records from both files and the output you want when those exact sample records are processed. You need to identify the "keys" you want to use to compare and you need to show how duplicates should be handled as well as keys that are in one file but not the other.

Once you provide proper info, someone will be able to make a more useful suggestion.
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 Compare 2 files(F1 & F2) and writ... JCL & VSAM 8
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts Error to read log with rexx CLIST & REXX 11
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
Search our Forums:

Back to Top