88 level entry is used for
(a) data items in WORKING-STORAGE SECTION
(b) items with RENAMES clause
(c) condition-names
(d) None of the above
Answer Posted / dev
c
used for condition-names.
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
) how do u code after getting data?
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.
What are the access modes of START statement?
How are the next sentence and continue different from each other?
how do you reference the printer file formats from cobol programs
How do you reference the following file formats from cobol programs?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
Write the code implementing the perform … varying.
Can a Search can be done on a table with or without Index?
What is amode(31)
Define cobol?
Have you used comp and comp-3 in your project? And how?
How do you differentiate between cobol and cobol-ii?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
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