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
i want a program using by if, evaluate , string, unstring, perform, occurs?
Name the sections present in data division.
What are 77 levels used for?
What rules are to be followed while using the corresponding options?
how to refer the data field?
What is the difference between comp and comp-3 usage?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Difference between cobol and cobol-ii?
how to move the records from file to array table. give with code example
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
State the various causes of s0c1, s0c5 and s0c7.
How do you reference the following file formats from cobol programs?
Write a cobol program making use of the redefine clause.
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?