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

Sample Cobol-Db2 program


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

New User


Joined: 04 Oct 2005
Posts: 34

PostPosted: Wed Sep 04, 2013 12:02 pm
Reply with quote

Need a Sample Cobo-DB2 program.

1. Read the input file. Input file have a 10 millions of records.
2. Search each input record into database(Employee Table and Departnment table) by using the Key Employee Location and Departnment number.

Employee location is in Employee Table.
Departnment Number is Department Table.

If records are found fetch all the records from Employee table and Department table by using the filed Employee location and Department Number and write into a output file.

3. Produce the control report input record count and output file record count.

4. Mainly performance should be Good.
Back to top
View user's profile Send private message
Pandora-Box

Global Moderator


Joined: 07 Sep 2006
Posts: 1592
Location: Andromeda Galaxy

PostPosted: Wed Sep 04, 2013 12:15 pm
Reply with quote

Dear Naveen,

Did you "SEARCH forum or GOOGLE" ??

1. You should be able to do it urself else please read the manual


2.What if the numbers in both the table doesnt match for a record in input file ( You might have thought about that ?? )

3. You should be able to do it urself else please read the manual
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Wed Sep 04, 2013 1:38 pm
Reply with quote

naveensrimf

Please DO NOT ask for sample code without being prepared to pay the going daily rate for the skills required, usually around 750 euro per day.

You also need to show what research you have done, or as it looks in this case, haven't done
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 Sep 04, 2013 7:12 pm
Reply with quote

Hello,

Siggest you consider creating a "load" file and the loading the data in bulk.

Individuakl INSERTs for millions of rows will NOT perform so well.
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 Replace each space in cobol string wi... COBOL Programming 3
No new posts Using API Gateway from CICS program CICS 0
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 Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
Search our Forums:

Back to Top