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 literals?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is length is cobol?
What is the usage of comp fields in cobol?
What is the problem of ordered sequential files access?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Write a program that uses move corresponding.
How do you reference the fixed block file formats from cobol programs
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is the difference between Call and a Link?
how do you define single dimensional array and multidimensional array in your cobol?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What is difference between static and dynamic call in cobol?
What is the difference between PIC 9.99 and PIC9v99?
What type of SDLC u followed? Why?