level number 77 is used to define
a)group data
b)elementary data
c)redefine
d)none
Answer Posted / jagannath
Both 01 and 77 level can be used to define elementary data.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Write a program that uses move corresponding.
What is the LINKAGE SECTION used in COBOL?
how do you reference the fixed unblock file formats from cobol programs
What is link edit in cobol?
What is amode(24)?
What is rmode(24)
What are 77 levels used for?
Whats the difference between search & search ALL?
how can i see junk values in dclgen or in hostvariable of comp ?
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 to move the records from file to array table. give with code example
What are the different rules for performing sort operation?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
Explain the configuration section of a cobol program with examples of syntax.
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?