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

how to implement code for this logic in DB2 cobol program


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

New User


Joined: 11 Apr 2006
Posts: 41
Location: Chennai

PostPosted: Fri May 05, 2006 1:49 pm
Reply with quote

I am using 2 cursors in this program ,each cursor will generate seperate report. How do i implement code for the below logic. Could you please tell me..................
Open the first output file.
Declare the cursors.
Open the first cursor, check the SQLCODE.
Get the first row.

Process until SQLCODE = 100
Process the row.
Write a record to the report.
Fetch the next row.

Close the first cursor.
Close the first output file.

Open the second cursor.
Open the second output file.
Get the first row.

Process until SQLCODE = 100
Process the row
Write a record to the report.
Fetch the next row.

Close the second cursor
Close the second output file.


Thanks,
Suresh
Back to top
View user's profile Send private message
DavidatK

Active Member


Joined: 22 Nov 2005
Posts: 700
Location: Troy, Michigan USA

PostPosted: Fri May 05, 2006 8:37 pm
Reply with quote

Suresh,

I'm not sure exactly what you?re asking for, the Pseudo code you have looks reasonable for a start. Refine it and come back

Dave
Back to top
View user's profile Send private message
vijayamadhuri

Active User


Joined: 06 Apr 2005
Posts: 180

PostPosted: Sat May 06, 2006 1:14 am
Reply with quote

Hello

1) open u r i/p an o/p files.
2)declares u r cursors
3) fetch rows till sql code =100
if sql code = 0 fetch data into host variables
based on the data fetched do any manipulatios u require and move the variables to u r o/p(report fields).This where u r requirements should be coded to obtain the desired report.
4) close u r files
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 run rexx code with jcl CLIST & REXX 15
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
Search our Forums:

Back to Top