Please let me know at which Scenarios we will go for STATIC
call or DYNAMIC
Answer Posted / gopikrishna
If it is static call. More memory will be utilized as the
called program is also included in the compilation.
Compilation mightslightly take more time when comapred with
dynamic calls.Dynamic calls are always done at run time
and execution time for Dynamic calls might be more than
static calls.
Usage of static and dynamic calls depends on your
requirement, based on specific condition- Say when Var1=0 u
need to call PGM1 and whn Var1=1 u need to call PGM2 then u
have to go for dynamic call.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
Mention the guidelines to write a structured cobol program?
Write the code implementing the perform … varying.
What is the LINKAGE SECTION used in COBOL?
Explain how to differentiate call by context by comparing it to other calls?
Which division and paragraphs are mandatory for a COBOL program?
Difference between cobol and cobol-ii?
Describe the cobol database components?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
Why did you choose to work with ibm mainframe cobol programming?
What do you understand by psb and acb?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Write a program to explain size error.
What is link edit in cobol?