What is the difference between static call & Dynamic call?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / ms. stanley
When the Subprogram (Subroutine) Name is specified at
Run-time its called as Dynamic Call.
When the Subprogram (Subroutine) Name is pre-defined, its
called as a static call.
| Is This Answer Correct ? | 2 Yes | 3 No |
how do you reference the rrds file formats from cobol programs
Difference between file status codes 02 and 22.... since both are for duplicate key detection.
How do u know what version of cobol u are using?
in how many mode we can open a file ?
How many times the loop runs here 01 a pic 9(2) value 10. perform para1 a times stop run. para1: move 20 to a.
What are the steps you go through while creating a COBOL program executable?
What is the figurative constant in cobol?
What is the maximum size of a 01 level item in COBOL I? in COBOL II?
What is the meaning of 'TALLING' verb in cobol?
How will you find the currepted records in a file
Difference between array and sub-script ?
Write the syntax of a two dimensional array?