When the working storage variables get allocated?
a.At Compile time
b.At starting of the run time
c.At end of the run time.
d.None of these

Answer Posted / kb

At compile time the working storage is allocated

Is This Answer Correct ?    18 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are various search techniques in cobol? Explain.

641


Name the sections present in data division.

697


What guidelines should be followed to write a structured cobol prgm?

668


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

670


What are 77 levels used for?

656






how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

1646


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.

1111


How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?

734


State the various causes of s0c1, s0c5 and s0c7.

657


Write some characteristics of cobol as means of business language.

614


What is the difference between Global and External Variables?

660


How do you differentiate between cobol and cobol-ii?

651


2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2102


If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly

2656


write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc

697