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 / bazghah
Occur clause is used for 02 to 49 level (d) is true answer
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are the pertinent COBOL commands?
How do you differentiate between cobol and cobol-ii?
What is the problem of ordered sequential files access?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Write a cobol program making use of the redefine clause.
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What is comp-1 and comp-2?
Which Search verb is equivalent to PERFORM…VARYING?
how do you define single dimensional array and multidimensional array in your cobol?
What is the difference between structured cobol programming and object alternativelyiented cobol?
Difference between cobol and cobol-ii?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
How to remove 2 duplicate records and copy only one using job control language?