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 are INPUT PROCEDURE and OUTPUT PROCEDURE?
Can you please let me know the centre name of INS certification in Kolkata.
What is a report item?
What is amode(24)?
How to know whether the module is dynamical or statistical?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
How you can characterize tables in cobol?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
What are the rules of the move verb?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
what is the difference between COBOL2 AND COBOL390?
Write a program to enter and display the names of students in a class using the occurs clause.
How do get the result of your program directly on your pc?
What is the default value(s) for an initialize and what keyword allows for an override of the default?