level number 77 is used to define
a)group data
b)elementary data
c)redefine
d)none
Answer Posted / siddu
level number 77 is used to define elementary data
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the access modes of START statement?
What is the problem of ordered sequential files access?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
How you can characterize tables in cobol?
what is difference between cobol and cobol/400
explain sorting techniques in cobol program?
Explain about different table spaces.
What is link edit in cobol?
Write down the divisions of cobol program?
What is redefines clause in COBOL?
What are all the divisions of a COBOL program?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
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.
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?