Under which scenario you would go for a static call as
opposed to dynamic call?
Answers were Sorted based on User's Feedback
Answer / shailesh_do
Again I believe there is performance factor involved apart
from compilation overhead for static calls.
Performance wise static call stands better than dynamic
calls as load need not to be linked at every execution for
static calling.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / preeti
If you have less storage space then you can use static call
at the place of dynamic call.
| Is This Answer Correct ? | 5 Yes | 3 No |
Answer / 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 |
Answer / suputhru
If you have less storage space then you can use static call
at the place of dynamic call.
Performance wise static call stands better than dynamic
calls as load need not to be linked at every execution for
static calling.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rajesh
If you want to execute all the subprograms with the caling
program every time U ve to go for static call.
| Is This Answer Correct ? | 0 Yes | 3 No |
Can you REWRITE a record in an ESDS file? Can you DELETE a record from it?
6 Answers ABC, IBM, Mphasis, Wipro,
What is static and dynamic call in cobol?
what is amode(24), amode(31), rmode(24) and rmode(any)?
what is call by value and call by reference ?
3 Answers Infosys, ITC Indian Tobacco Company,
How to display string in the reverse order using occurs clause?
whats the difference between search and search all?
In the JCL, how do you define the files referred to in a subroutine ?
01 var1 pic x(10) 01 var2 redefines var1 pic 9(10). then in procedure division move 'abcde' to var1 then waht is the value of var1 and var2
01 ws-p pic 9(2). 01 ws-q pic 9(2) value 01. 01 ws-r pic 9(2) value 99. p.d. compute p = q + r what will be result of p ans(00) but my question is that how i got 10 on the place of 00. (truncation will ocuure on right side not left). please tell me ?
What is inspect in cobol ?
i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?
How is sign stored in a comp-3 field?