which one is better among static call and dynamic call?
Answer Posted / lu
static call is faster than dynamic call, but when you
modifies a called program, you have to recompile a called
program and calling program...
dynamic call , you don't need to recompile 2 programs
calling and called...it's independent..
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What kind of error is trapped by on size error option?
What rules are to be followed while using the corresponding options?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
State the various causes of s0c1, s0c5 and s0c7.
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
Write the code to count the sum of n natural numbers.
Explain how to differentiate call by context by comparing it to other calls?
What is length is cobol?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What is the usage of comp fields in cobol?