GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Interview Questions  >  Mainframe
Go To First  |  Previous Question  |  Next Question 
 Mainframe  |  Question 6 of 51    Print  
What is the difference between static and dynamic call?

  
Total Answers and Comments: 3 Last Update: May 31, 2007     Asked by: balu 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
January 23, 2006 13:39:05   #1  
JOHN        

RE: what is the difference between static and dynamic ...

In the static call the load module of the called pgm is linked with the calling pgm. While in case of dynamic call the 2 load modules stay separately.

In case of dynamic call the called pg can be used by many other pgms.


 
Is this answer useful? Yes | No
March 10, 2006 01:35:05   #2  
Minoo Member Since: January 2006   Contribution: 8    

RE: what is the difference between static and dynamic ...

Static call, Identified by call literal eg: call 'pgm1'

               SUb-modules are link edited with the main module

               If the sub-pgm undergoes any changes,both the sub and main    

               pgms need to be recompiled.

Dynamic call, Identified by a call variable eg: call ws-pgm

                   sub-modules are picked up during the run time from the load

                   library.

                  If the sub-pgm undergoes any changes it is sufficient to recompile the sub-pgm alone.


 
Is this answer useful? Yes | NoAnswer is useful 0   Answer is not useful 1Overall Rating: -1    
May 31, 2007 04:58:47   #3  
crackball Member Since: July 2006   Contribution: 2    

RE: What is the difference between static and dynamic ...

In a static call, the call is done using a literal. Compiler option is NODYNAM
In a dynamic call, the call is done using variable. Compiler option is DYNAM


 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape