Answer Posted / santosh kumar kottakota
When ever we want to declare level number with uniquely,we
use 77 level number...That means,it dnot hae any sub level
numbers...
Is This Answer Correct ? | 23 Yes | 1 No |
Post New Answer View All Answers
Differentiate between structured cobol programming and object-oriented cobol programming.
When is inspect verb is used in cobol?
What is rmode(any) ?
how do you reference the rrds file formats from cobol programs
What is cobol?
what are decleratives in cobol?
Which Search verb is equivalent to PERFORM…VARYING?
IF I mention stop run in CICS what happens?
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
What is the difference between PIC 9.99 and PIC9v99?
Why occurs cannot be used in 01 level in COBOL?
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.
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What are 77 levels used for?