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

executing a Cobol-DB2 program


IBM Mainframe Forums -> Mainframe Interview Questions
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Rajeev_mainframe

New User


Joined: 21 Aug 2006
Posts: 13

PostPosted: Wed Sep 13, 2006 4:16 am
Reply with quote

Hi all,

I am pretty new to DB2 environment. I need info as to how do we run a Cobol-DB2 program. can anyone give the sample bind JCL, and brief me about the steps.

Thanks,
Rajeev
Back to top
View user's profile Send private message
kgumraj

Active User


Joined: 01 May 2006
Posts: 151
Location: Hyderabad

PostPosted: Wed Sep 13, 2006 8:20 pm
Reply with quote

//DSNTIAUL EXEC DSNHCOB2,
// USER=userid,MEM=<member name>,PARM.PC=SOURCE,
// PARM.COB=LIB
//PC.SYSLIB DD
// DSN=<lib where include library is located>,
// DISP=SHR
//PC.SYSIN DD DSN=<dataset where code is present> ,
// DISP=SHR
//PC.SYSCIN DD DSN=<where modified code need to be given>,
// DISP=SHR
//COB.SYSLIB DD DSN=<lib where copylib are present> ,
// DISP=SHR
//COB.SYSIN DD DSN=<where precompiler output is present>,
// DISP=SHR
//LKED.SYSIN DD DUMMY

Note load module will be created default dataset also the same is true for DBRM

Hope that was helpful
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Thu Sep 14, 2006 9:24 am
Reply with quote

1> Write COBOL-DB2 Proram.
2> Compile program with DB2 precompile.
3> Bind the plan.
4> Write & execute JCL to run this program.

Am I missing something ??? icon_rolleyes.gif
Back to top
View user's profile Send private message
Rajeev_mainframe

New User


Joined: 21 Aug 2006
Posts: 13

PostPosted: Sat Sep 30, 2006 3:13 am
Reply with quote

Hi friends,
Thanks for the responses. I used the utility BMCADM and it solved the binding issues.

Thanks,
Rajeev
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 -> Mainframe Interview Questions

 


Similar Topics
Topic Forum Replies
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
No new posts Generate random number from range of ... COBOL Programming 3
Search our Forums:

Back to Top