Answer Posted / somnath
Two or more data items can use same working storage area by
redefining a storage area.
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
how do you reference the esds vsam file formats from cobol programs
How do we get current date from system with century in COBOL?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Which division and paragraphs are mandatory for a COBOL program?
What is rmode(any) ?
Define cobol?
What are different data types in cobol?
In which area will you utilize 88 level items in cobol?
Write some characteristics of cobol as means of business language.
State the various causes of s0c1, s0c5 and s0c7.
how do you reference the printer file formats from cobol programs
What is the use of intialize verb?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
Define static linking and dynamic linking.
Why occurs cannot be used in 01 level in COBOL?