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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to convert the recors form vsam file to db2 table tru file aid

2763


what is amode(24), amode(31), rmode(24) and rmode(any)?

705


State the various causes of s0c1, s0c5 and s0c7.

665


How do we get current date from system with century in COBOL?

807


What is the use of intialize verb?

750






What is perform what is varying?

711


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

811


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

883


what happens if parmparameter passes zero bytes to the program

1667


What rules are followed by the search verb.

638


What are the various section in data division and briefly explain them.

700


Write down the divisions of cobol program?

671


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

5695


What is rmode(any) ?

686


In COBOL programming, what is PERFORM? What is VARYING?

672