Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Under which scenario you would go for a static call as
opposed to dynamic call?

Answers were Sorted based on User's Feedback



Under which scenario you would go for a static call as opposed to dynamic call?..

Answer / shailesh_do

Again I believe there is performance factor involved apart
from compilation overhead for static calls.
Performance wise static call stands better than dynamic
calls as load need not to be linked at every execution for
static calling.

Is This Answer Correct ?    3 Yes 0 No

Under which scenario you would go for a static call as opposed to dynamic call?..

Answer / preeti

If you have less storage space then you can use static call
at the place of dynamic call.

Is This Answer Correct ?    5 Yes 3 No

Under which scenario you would go for a static call as opposed to dynamic call?..

Answer / lu

it's up to you....
Static call ==> when u modify the called program, you have
to recompile 3 programs (called and calling program.....
Dynamic call ===> when u modify the called program, u
recompile only the called program...

Is This Answer Correct ?    2 Yes 1 No

Under which scenario you would go for a static call as opposed to dynamic call?..

Answer / suputhru

If you have less storage space then you can use static call
at the place of dynamic call.
Performance wise static call stands better than dynamic
calls as load need not to be linked at every execution for
static calling.

Is This Answer Correct ?    1 Yes 0 No

Under which scenario you would go for a static call as opposed to dynamic call?..

Answer / rajesh

If you want to execute all the subprograms with the caling
program every time U ve to go for static call.

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More COBOL Interview Questions

HOW WE WILL SORT THE ARRAY WHICH IS GOING TO USE FOR SEARCH ALL?

2 Answers   Cap Gemini,


If we use GO BACK instead of STOP RUN in cobol?

1 Answers   Temenos,


. How do we cast a variable in COBOL

1 Answers   HSBC,


how to create temporary data set in jcl? what is the use?

3 Answers   Cap Gemini, Temenos,


Can you call an OS VS COBOL pgm from a VS COBOL II pgm ?

3 Answers   Microsoft,


1)what is use of linkage section? 2)what is difference between comp and comp-3

1 Answers   Cap Gemini,


Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?

0 Answers  


suppose a cobol programme A calling programme B,C and D. If C undergoes some change what if A,B,C,D need to be recompiled or only C nee to be recompliled.

2 Answers   IBM,


How do you submit JCL via a Cobol program?

5 Answers   IBM,


What is the difference between NEXT SENTENCE and CONTINUE?

2 Answers   Mphasis,


What is SQL Code -904 and -903 in DB2 And how to handle it?

1 Answers   IBM,


What is the meaning of 'Eject' verb in cobol?

2 Answers   TCS, Wipro,


Categories