In COBOL CALL-CALLING,if a program A is calling 3 sub-
programs, dynamically, then it is said sub-programs will
always will always in Initial Mode. My question is : Do we
need to code CANCEL or (IS INITIAL) for dynamically called
sub-programs or it is the property of Dynamically called
pgms so every time sub-pgms are called they will be in initial
mode. ***This question is only Dynamic call****,
Please reply. Thank you in advance.
Answer Posted / kingmanish
The dynamically called program is loaded once a call is
made to it dynamically by a calling program.
The program is initialised only when it is called for the
first time and remains in memory till the end of calling
program.
After the first call from second call onwards the called
program should be initialised.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What kind of error is trapped by on size error option?
How you can characterize tables in cobol?
Write some characteristics of cobol as means of business language.
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
Mention the guidelines to write a structured cobol program?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What is the difference between comp and comp-3?
Define static linking and dynamic linking.
What is Pic 9v99 Indicates in COBOL?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What is inspect in cobol ?
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)?