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

Answers were Sorted based on User's Feedback



When the working storage variables get allocated? a.At Compile time b.At starting of the run time ..

Answer / kb

At compile time the working storage is allocated

Is This Answer Correct ?    18 Yes 6 No

When the working storage variables get allocated? a.At Compile time b.At starting of the run time ..

Answer / shiva

in working-storage section...
we declare temporary variables...which are used in progam...
so all temporary variables get resolved during compilation...

where as fields declared in linkage-section..get allocated
during execution time r runtime

Is This Answer Correct ?    6 Yes 1 No

When the working storage variables get allocated? a.At Compile time b.At starting of the run time ..

Answer / natarajan

at compile time

Is This Answer Correct ?    8 Yes 7 No

When the working storage variables get allocated? a.At Compile time b.At starting of the run time ..

Answer / suresh ramaiyan

Working storage variables will get allocated when the
program is start running.

so answer would be B. At starting of the run time.

Is This Answer Correct ?    1 Yes 1 No

When the working storage variables get allocated? a.At Compile time b.At starting of the run time ..

Answer / kumar

a.compile time

Is This Answer Correct ?    1 Yes 1 No

When the working storage variables get allocated? a.At Compile time b.At starting of the run time ..

Answer / siddesh

I think at run time

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More COBOL Interview Questions

how can we fetch 3 records in cobol pgm any coding pls ?

3 Answers   CGI,


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

0 Answers  


plz,could any one tell me? what about EBCDIC in cobol?briefly?

1 Answers  


here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

2 Answers   IBM,


Have you code any new programs in COBOL ? What is the functionality of the programs?

2 Answers   Patni, Xansa,






Which is the best IBM mainframe Training Institute in Ameerpet, Hyderabad

35 Answers  


how do you move only numeric data from A to B 01 A pic x(10) value 'a1b2c34d5e'. 01 B pic x(5).

2 Answers   DELL, Mind Tree,


can i use multiple when statements in search & search all ? justify ur answer?

2 Answers  


what are the control characters used in reports

1 Answers  


when COMP-3 is preferrable?

3 Answers   Patni,


What is the difference between a binary search and a sequential search?

10 Answers  


what is the difference between start and startbr?

2 Answers  


Categories