level number 77 is used to define
a)group data
b)elementary data
c)redefine
d)none
Answers were Sorted based on User's Feedback
Answer / santy
level number 77 is used to define elementary data element.
| Is This Answer Correct ? | 27 Yes | 1 No |
Answer / jagannath
Both 01 and 77 level can be used to define elementary data.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / v.s.rajashekar
LEVEL NO:77 IS USED FOR DECLARING ELEMENTRY DATA
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / siddu
level number 77 is used to define elementary data
| Is This Answer Correct ? | 1 Yes | 0 No |
wht is structured cobol pgm and non structred cobol pgm ?
Which of the following files can be OPENed in all the 4 modes? The four modes are INPUT, I-O, OUTPUT and EXTEND. (a) INDEXED (b) RELATIVE (c) SEQUENTIAL (d) All of the above
How will 128 be saved in s9 (3) comp-3 How will 12 be saved in s9 (2) comp
how to display comp3 variables reply soon ?
Which of the following characters is NOT valid in column 7? a. - b. \ c. * d. # e. $
what is a load module ?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
where do u use low-value and high value in cobol
What divisions, sections and paragraphs are mandatory for a COBOL program?
COMPUTE X = A * B - C * D and COMPUTE X = (A * B) - (C * D) (a) Are not the same (b) Are same (c) Syntactically wrong (d) Will yield a run time error
I have sequential file recl 1000 i want to add another 15 bytes to it. The record length should not change..How?
How do define Dymanic array in cobol how do u define single demensional arry and multidymensional arry in ur cobol.