BY seeing a program how can we say that it is static call
or dynamic call
Answer Posted / khazi shaheen
incase of static call within the main program itself
calling program inlcuded
incase of dynamic call the calling program should be reside
in another member
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
What is the difference between PIC 9.99 and PIC9v99?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What is the difference between comp and comp-3?
Differentiate between structured cobol programming and object-oriented cobol programming.
What is a scope terminator give example?
Whats the difference between search & search ALL?
How to print 10 to 1 if the input have only 10 digit number?
how to move the records from file to array table. give with code example
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What are all the divisions of a COBOL program?
What is the difference between perform … with test after and perform … with test before?
Write the code to count the sum of n natural numbers.
What are various search techniques in cobol? Explain.
What is the difference between Call and a Link?