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 / siddesh

I think at run time

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

explain sorting techniques in cobol program?

686


how to refer the data field?

1807


What is length is cobol?

650


Explain what you understand by passing by value.

695


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

2658






How many sections are there in data division in COBOL?

678


What are the rules of the move verb?

704


what is search and searchall?what is the diffrence between them?give an best example?

5548


What are INPUT PROCEDURE and OUTPUT PROCEDURE?

686


What is the difference between external and global variables in COBOL?

813


If you are current on the owner of a set, what is the difference between obtain next and obtain first?

641


What are literals?

630


What are the different open modes available in cobol?

716


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.

1115


Have you used comp and comp-3 in your project? And how?

2008