Please let me know at which Scenarios we will go for STATIC
call or DYNAMIC
Answer Posted / mahesh
Dynamic calls are used when subprogram is called frequently.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
How do you reference the fixed block file formats from cobol programs
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
i want a program using by if, evaluate , string, unstring, perform, occurs?
How do you define a variable of comp-1 and comp-2?
Difference between cobol and cobol-ii?
how do you reference the rrds file formats from cobol programs
What is the difference between Call and a Link?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
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 usage?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is redefines clause in COBOL?
Which division and paragraphs are mandatory for a COBOL program?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?