BY seeing a program how can we say that it is static call
or dynamic call
Answer Posted / siddhesh
If you have CALL identifier, it is always a dynamic call.
If you have CALL literal, it may be a static call (NODYNAM)
or dynamic call (DYNAM).
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
what is difference between cobol and cobol/400
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What is inspect in cobol ?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
Explain how to differentiate call by context by comparing it to other calls?
i want a program using by if, evaluate , string, unstring, perform, occurs?
What are the pertinent COBOL
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What is the difference between Call and a Link?
Can you please let me know the centre name of INS certification in Kolkata.
What are the rules of the move verb?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
What are the different rules of SORT operation?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
Explain about different table spaces.