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

Calling Cobol DB2 program from a cobol pgm


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
nkjain87

New User


Joined: 21 Jul 2016
Posts: 2
Location: India

PostPosted: Thu Jul 21, 2016 5:12 pm
Reply with quote

PGM-A is simple Cobol program which calls PGM-B which is a COBOL-DB2 program and PGM-B calls final routine PGM-C which is COBOL-DB2 program.

Here, Pgm-B and Pgm-C are prepared long back at different times and pgm-A is developed recently.

Now What would be the process(pre-compilation, compilation, link editing, binding etc. of any of the above programs) to follow before executing Run JCL? And also what shall I input in place of 'pgm' and 'plan' in runjcl?
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Thu Jul 21, 2016 6:23 pm
Reply with quote

Compiling programs is specific to a site -- some sites use source code management facilities, some don't; some sites customize the IBM-provided procedures, some don't, etc. You need to consult with your co-workers, your team leader, your manager, or your site support group to use what works at your site.
Back to top
View user's profile Send private message
Rohit Umarjikar

Global Moderator


Joined: 21 Sep 2010
Posts: 3053
Location: NYC,USA

PostPosted: Thu Jul 21, 2016 9:07 pm
Reply with quote

Did you consult anyone else at your work site before posting here ?
Quote:
Now What would be the process(pre-compilation, compilation, link editing, binding etc. of any of the above programs) to follow before executing Run JCL?
Code:
Main Program :compilation-> link editing-> binding
Quote:
And also what shall I input in place of 'pgm' and 'plan' in runjcl?
Code:
IKJEFT01
Quote:
and 'plan' in runjcl?
Create a new plan for main program and bind it and use that.
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 -> DB2

 


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