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
What is rmode(24)
What are the various section in data division and briefly explain them.
Name some of the examples of COBOl 11?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What are different data types in cobol?
Can a Search can be done on a table with or without Index?
Name the sections present in data division.
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?
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
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
In which area will you utilize 88 level items in cobol?
How arrays can be defined in COBOL?
What is an in line perform? When would you use it? Anything else you wish to say about it.
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
how to move the records from file to array table. give with code example