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

Static Call


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

New User


Joined: 22 Jul 2005
Posts: 1
Location: Hyderabad

PostPosted: Fri Jul 22, 2005 8:32 am
Reply with quote

I am Calling Program B from a Main Program A statiaclly.
If you compile and run the Progarm program A with out copiling the program B what happens? and what abend will occurs?
Back to top
View user's profile Send private message
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1592

PostPosted: Sun Jul 24, 2005 10:32 pm
Reply with quote

The link editor will include the unchanged load module of A. It really depends on what the LE cntlcards and JCL you use dictate. But then again, it may not since the A module was unchanged and if you include/replace you get the same version.

If you haven't changed anything in B that affects its interfacing with A it should execute as before.
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 Error while running web tool kit REXX... CLIST & REXX 5
No new posts Call program, directly from panel CLIST & REXX 9
No new posts Batch call online program, EXCI task ... CICS 3
No new posts CSQBGET - Call giving completion code... COBOL Programming 3
No new posts CICS DPL call CICS 6
Search our Forums:

Back to Top