if one main program ,n -subprograms are then which call you
follow ?why reasonuhg
Answer Posted / sandhya
dynamic call is preferable with respect to space and
static call is preferable with respect to fast execution...
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
what happens if parmparameter passes zero bytes to the program
how to access the file from prodution from changeman tool and to submit a file to production
how do you reference the ksds vsam file formats from cobol programs
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What are various search techniques in cobol? Explain.
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What is the difference between perform … with test after and perform … with test before?
What is the usage of comp fields in cobol?
) what is the difference between AID and HANDLE AID?
What are the rules of the move verb?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
Explain what you understand by passing by value.
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc