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

Cobol-Db2 precompilation for sub programs


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

New User


Joined: 07 Mar 2005
Posts: 17
Location: India

PostPosted: Fri Aug 17, 2007 6:10 pm
Reply with quote

Hi,
I am having a called and calling programs. Both contains the Db2 code.
Please explain for both Static and Dynamic calls.

1) What are all the steps I need to do to run this progrm ( i.e precopilie,compile..)
2) If I cange any of the programs in future, what are the steps I need to take care while precompiling.
Back to top
View user's profile Send private message
kgumraj2

New User


Joined: 01 Aug 2007
Posts: 42
Location: Hyderabad

PostPosted: Fri Aug 17, 2007 6:17 pm
Reply with quote

Static Calls:
There is only one Load module, and the load module is linked through OBJ files.

Dynamic Calls:
Each program has one load module. but cant excecute independently

Say ProgramA calls ProgramB and ProgramB is edited

Satic Calls:
You need to precompile ProgramB and ProgramA, with all subprogram OBJ file passing.

Dynamic call:
You need to precompile ProgramB and ProgramA.

OBJ files of all the programs needs to be stored in saparate dataset, hence space problem. this is not there in Dynamic calls .
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 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
No new posts Calling Java method from batch COBOL ... COBOL Programming 5
Search our Forums:

Back to Top