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
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 |
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 |
Whats the difference between search & search ALL?
what is mainframe? what is the mainframe software ? what is use in s/w field?
I have sequential file recl 1000 i want to add another 15 bytes to it. The record length should not change..How?
How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.
What are declaratives and what are their uses in cobol?
What is file status 92?
Consider the following COBOL entries: 05 X PIC 99 VALUE 10. SUBTRACT 20 FROM X. The resultant value of X wil be
What is 66 level number and where it is used in real time by software developers?
2 Answers ITC Indian Tobacco Company, TCS,
How do you do in-line PERFORM?
Why occurs cannot be used in 01 level in COBOL?
What is the difference between a binary search and a sequential search?
Explain the difference between an internal and an external sort, the pros and cons, internal sort syntax etc.