Program A calls program B. Will the working storage
variables declared in program B be initialized every time
it is called by program A or will the values be retained
until the end of program A?
Answer Posted / vivek
Rajagopalan's answer is the correct one.
Refer the IBM documentation.
http://publib.boulder.ibm.com/infocenter/pdthelp/v1r1/index.
jsp?topic=/com.ibm.entcobol.doc_3.4/tpsub04.htm
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
Write some characteristics of cobol as means of business language.
What are the pertinent COBOL commands?
What is the use of intialize verb?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
Write a program to explain size error.
What are the different rules to perform a Search?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What is the difference between binary search and sequential search?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
how to move the records from file to array table. give with code example
Why would you use find and get rather than to obtain?
Which mode is used to operate the sequential file?
Name the sections present in data division.
how do you reference the printer file formats from cobol programs