Under which scenario you would go for a static call as
opposed to dynamic call?
Answer Posted / suputhru
If you have less storage space then you can use static call
at the place of dynamic call.
Performance wise static call stands better than dynamic
calls as load need not to be linked at every execution for
static calling.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
In COBOL programming, what is PERFORM? What is VARYING?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
A table has two indexes defined. Which one will be used by the SEARCH?
how to move the records from file to array table. give with code example
What is Pic 9v99 Indicates in COBOL?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What are literals?
What are the different data types in cobol?
What the difference is between continue and next sentence?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What are the rules of the move verb?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..