Answer Posted / saugata das
77 level variable is used for independent data item.So,it has no other sub level declaration.
Is This Answer Correct ? | 29 Yes | 1 No |
Post New Answer View All Answers
explain sorting techniques in cobol program?
What rules are followed by the search verb.
What is difference between static and dynamic call in cobol?
Can a Search can be done on a table with or without Index?
What are all the divisions of a COBOL program?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
In COBOL, what is the different between index and subscript?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
In COBOL programming, what is PERFORM? What is VARYING?
Explain the configuration section of a cobol program with examples of syntax.
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 is inspect in cobol ?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
what are decleratives in cobol?
Which division and paragraphs are mandatory for a COBOL program?