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 / natarajan
at compile time
| Is This Answer Correct ? | 8 Yes | 7 No |
Post New Answer View All Answers
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What is rmode(any) ?
What the difference is between continue and next sentence?
What are the access modes of START statement?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
Explain about different table spaces.
What is the difference between binary search and sequential search?
how do you reference the variable unblock file formats from cobol programs
What are the different rules for performing sort operation?
example for sub strings ? and refernce modifications whit output pls
what is amode(24), amode(31), rmode(24) and rmode(any)?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
) how do u code after getting data?
What is the difference between structured cobol programming and object alternativelyiented cobol?
What is the difference between comp and comp-3 usage?