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
How do define dynamic array in cobol.
What is the usage of comp fields in cobol?
What is cobol?
how do you reference the ksds vsam file formats from cobol programs
Name the divisions, which are available in a cobol program?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What are the different rules of SORT operation?
) How do u handle errors in BMS macro?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
What is the difference between PIC 9.99 and PIC9v99?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
Write some characteristics of cobol as means of business language.
When is inspect verb is used in cobol?
how to refer the data field?
What is the local-storage section?