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 / suresh ramaiyan
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 |
Post New Answer View All Answers
What are the different types of condition in cobol and write their forms.
explain sorting techniques in cobol program?
what is the difference between COBOL2 AND COBOL390?
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
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
Why did you choose to work with ibm mainframe cobol programming?
What is the difference between perform … with test after and perform … with test before?
What the difference is between continue and next sentence?
A table has two indexes defined. Which one will be used by the SEARCH?
Discuss about changing dataset name in proc.
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
How can you get the ksds file records into your cobol program?
What is the difference between PIC 9.99 and PIC9v99?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.