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 / kb
At compile time the working storage is allocated
| Is This Answer Correct ? | 18 Yes | 6 No |
Post New Answer View All Answers
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is the difference between perform … with test after and perform … with test before?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
How arrays can be defined in COBOL?
how do you reference the rrds file formats from cobol programs
What is the difference between next sentence and continue in cobol programing language?
) how do u code after getting data?
Write down the divisions of cobol program?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
how can i see junk values in dclgen or in hostvariable of comp ?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
How to remove 2 duplicate records and copy only one using job control language?
Which mode is used to operate the sequential file?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this