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
Name some of the examples of COBOl 11?
Write the code implementing the perform … varying.
What is the utilization of copybook in cobol?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What is the difference between comp and comp-3?
What is static and dynamic call in cobol?
What is report-item in COBOL?
What are the pertinent COBOL
) what is the difference between AID and HANDLE AID?
how do you reference the variable block file formats from cobol programs
What is the difference between PIC 9.99 and PIC9v99?
how to convert the recors form vsam file to db2 table tru file aid
) How do u handle errors in BMS macro
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?