What is the difference between static call & Dynamic call?
Answer Posted / seena s
Static call -> the subpgm gets linked to the mainprogram
during compilation .
Dyanic call-> subprogeam gets linked to mainprogram during
run-time (execution).
Menory is utilised effectively in a Dynamic call.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is amode(24)?
What kind of error is trapped by on size error option?
How do u write test cases?
What are 77 levels used for?
What are the pertinent COBOL commands?
How can you get the ksds file records into your cobol program?
Write some characteristics of cobol as means of business language.
) what is the difference between AID and HANDLE AID?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What are the different rules of SORT operation?
What are declaratives and what are their uses in cobol?
explain sorting techniques in cobol program?
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)?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
Name some of the examples of COBOl 11?