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
Mention the guidelines to write a structured cobol program?
What is redefines clause in COBOL?
Write down the divisions of cobol program?
What are all the divisions of a COBOL program?
For rewrite, why is it mandatory that file needs to be opened?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
Difference between array and sub-script ?
What is the difference between next sentence and continue in cobol programing language?
What is the difference between comp and comp-3 usage?
What are different data types in cobol?
how do you reference the fixed unblock file formats from cobol programs
What is the utilization of copybook in cobol?
How can you get the ksds file records into your cobol program?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
how do you define single dimensional array and multidimensional array in your cobol?