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 you can read the file from bottom?

860


Write some characteristics of cobol as means of business language.

816


how do you reference the ksds vsam file formats from cobol programs

858


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

851


Can we redefine the field of x(200) to less than 200?

1077






What guidelines should be followed to write a structured cobol prgm?

851


What are different data types in cobol?

899


A table has two indexes defined. Which one will be used by the SEARCH?

998


How are the next sentence and continue different from each other?

990


how do you reference the esds vsam file formats from cobol programs

855


Difference between array and sub-script ?

1356


What happens when we move a comp-3 field to an edited (say z (9). Zz-)?

1015


how to refer the data field?

1979


How many sections are there in data division in COBOL?

870


2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2337