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

handling DUP conditions from EZT to cobol


IBM Mainframe Forums -> CA Products
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
nagendra prasad

New User


Joined: 03 Apr 2008
Posts: 2
Location: chennai

PostPosted: Thu Feb 05, 2009 11:07 am
Reply with quote

Hi , am in a process of converting a ezetrieve program to cobol program.
2 files are there file A and file B, both files are sorted out based on account number and other field.

Ezetrieve handels duplicate values, but to implement the same in cobol , what is the best way?
say for example IF no dup file A AND file B then proceed
another example if first dup file A then proceed.

what i did is - first i read File A and File B then i move the key varialbe to a temp-hold variable. then i compare file A and File B with these hold variables to check for any duplicates.

Please can any one help, if there is a better way of doing this.
Thanks,
Nagendra
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: Thu Feb 05, 2009 12:31 pm
Reply with quote

Hello Nagendra and welcome to the forum,

At the top of the COBOl part of the forum is a "Sticky" that is working sample COBOL code that does a 2-file match/merge (which is what i believe you want).

Download the code, review it, and upload to your system. If there are any questions or problems, post the problem bit of code and your question about it. Someone will be able to clarify.

This topic will probably be moved to COBOL as it progresses.
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 -> CA Products

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts How to load to DB2 with column level ... DB2 6
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
Search our Forums:

Back to Top