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 / ab
I think Nagesh's answer is correct.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Why occurs cannot be used in 01 level in COBOL?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
How do you get the data to code the BMS macro?
what is the difference between COBOL2 AND COBOL390?
What are the different data types in cobol?
Discuss about changing dataset name in proc.
how do you reference the esds vsam file formats from cobol programs
Are you comfortable in cobol or jcl?
What is the difference between goback, stop run and exit program in cobol?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
what is s000 u4087 error? please give the all error codes in cobol,jcl.
HOw can I get the negative sign while deduct high value from low value
What is cobol?
In COBOL programming, what is PERFORM? What is VARYING?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?