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

What are the steps you go through while creating a COBOL program executable?

3 Answers  


how many times PARA-A is performed : PERFORM PARA-A VARYING TIMES-COUNTER FROM 1 BY 1 UNTIL TIMES-COUNTER >0 PARA-A MOVE P TO Q MOVE H TO TIMES COUNTER a.10 b.1 c.11 d.0

4 Answers   TCS,


what happens if parmparameter passes zero bytes to the program

0 Answers   HSBC,


tell me about examine inspect and evaluate ?

2 Answers   CTS,


How many sections are there in data division?.

10 Answers   Amdocs, TCS,






WORKING-STORAGE SECTION. 01 A PIC X(3) VALUE 'ABC' 01 B PIC 9(3). PROCEDURE DIVISION. MOVE A TO B. STOP RUN. OUTPUT IS: AB3 WHY AND HOW THIS IS HAPPENING.

4 Answers   Atos Origin,


I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?

1 Answers  


how do you reference the printer file formats from cobol programs

0 Answers  


hi friends,can any one post the ibm mainframe inteqview questions for 1year exp candidate,for itc infotech interview?. have any body attended for this in the past?...

1 Answers   ITC Infotech,


I have a Main Program which is calling Sub-Program which is a DB2 pgm. What will happen if I am not closing the cursor used in the Sub-program? Please advise..

3 Answers   iGate,


What is the Purpose of POINTER Phrase in STRING command in COBOL?

0 Answers   Winsol Solutions,


i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc

0 Answers  


Categories