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 / 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 |
Post New Answer View All Answers
What is the use of intialize verb?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Write a cobol program making use of the redefine clause.
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
How many sections are there in data division in COBOL?
What are the different open modes available in cobol?
What is the difference between goback, stop run and exit program in cobol?
What rules are followed by the search verb.
What are the different data types in cobol?
What is perform what is varying?
Explain about different table spaces.
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
How are the next sentence and continue different from each other?
In COBOL programming, what is PERFORM? What is VARYING?
Can we change the password using ALTER? anyone tried and changed?