OCCURS clause is used in the DATA DIVISION on data names at
(a) 01 level
(b) 77 level
(c) 88 level
(d) any level from 02 to 49
Answer Posted / sriharsha
d is the right answer as Occurs cannont be used for 01, 77
& 88 levels.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the different rules to perform a Search?
What are the pertinent COBOL
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.
Which is not true about evaluate statement
How arrays can be defined in COBOL?
What are declaratives and what are their uses in cobol?
IF I mention stop run in CICS what happens?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
Name some of the examples of COBOl 11?
How do define dynamic array in cobol.
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
In which area will you utilize 88 level items in cobol?
Write a cobol program making use of the redefine clause.
Why did you choose to work with ibm mainframe cobol programming?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.