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
How can you get the ksds file records into your cobol program?
) how do u code after getting data?
what is the use of outrecord?
Why occurs cannot be used in 01 level in COBOL?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
how do you reference the esds vsam file formats from cobol programs
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What is inspect in cobol ?
how to refer the data field?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is amode(24)?
What is the difference between comp and comp-3?
Explain how you can characterize tables in cobol?
Write the code to count the sum of n natural numbers.