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

What is the difference between perform … with test after and perform … with test before?

0 Answers  


What is the difference between structured cobol programming and object alternativelyiented cobol programming?

0 Answers  


How to resolve the soc4 and soc7 errors?

5 Answers   IBM, RBS,


I have 2 dimensional array with having 100 elements. So how to find the 11th item in an array?

6 Answers   IBM,


how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

0 Answers   Valtech,






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

2 Answers   Temenos,


Describe the difference between subscripting and indexing ?

2 Answers  


Why IBM?

1 Answers   IBM,


What is the difference between subscript and index?

1 Answers  


Hi All, how is sign is stored in S9(17) comp-3 variable. Answer with an Example will be of great help.

5 Answers   EDS,


How many bytes will be allocated for the following record description entries? 01 REC-A. 05 A PIC S9(4). 05 B PIC XXXBXXX. 05 C PIC ____9.99. 05 D PIC S9(5) COMP-3. 05 E PIC 9(3) COMP.

16 Answers   IBM, TCS,


How to Write the RESTART Logic Using COBOL?

4 Answers   GalaxE, L&T, Syntel, TCS,


Categories