where do we use dyanamic call ?
and where do we use static call pls give any example pls ?

Answers were Sorted based on User's Feedback



where do we use dyanamic call ? and where do we use static call pls give any example pls ?..

Answer / shiva

if tere r n-subprograms in a program..we use dynamoc call
since no need of compiling main program everytime as sub
programs are modofied...

any way interms of proceesing static is only one best

Is This Answer Correct ?    2 Yes 0 No

where do we use dyanamic call ? and where do we use static call pls give any example pls ?..

Answer / kanchan

where speed is required we use Static call and if storage
is an inportant factor then we use dynamic call

Is This Answer Correct ?    1 Yes 0 No

where do we use dyanamic call ? and where do we use static call pls give any example pls ?..

Answer / bhaskar

dynamic call is noting but link edit of object code done at
the time of excution.
before excution is called as static.

static used at gaving value in value clause
ex.01 a pic 9(2) value 19.

dynamic is accept clause
accepted in pd.

Is This Answer Correct ?    0 Yes 6 No

Post New Answer

More COBOL Interview Questions

How do u find the programs calling the given module, without having doing 3.13 on loadlib/source library?

2 Answers  


What is the LINKAGE SECTION used for?

4 Answers  


How To move a value to an array using move verb?

3 Answers   IBM,


What is tne need to use sub programs in Cobol?

3 Answers   HSBC,


Can the OCCURS clause be at the 01 level?

8 Answers   Oracle,






How To move a value to an array using move verb?

3 Answers   IBM,


How to print 10 to 1 if the input have only 10 digit number?

0 Answers  


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

0 Answers  


how can we code index in an array of cobol pgm?

1 Answers   Wipro,


what is Reentrancy and Quasi-reentrancy?

1 Answers  


whats the difference between search and search all?

4 Answers   Patni,


What is XDC ?

3 Answers   Cap Gemini, IBM,


Categories