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
Difference between array and sub-script ?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
How do you reference the following file formats from cobol programs?
How you can read the file from bottom?
HOw can I get the negative sign while deduct high value from low value
What is static and dynamic call in cobol?
What is the difference between structured cobol programming and object alternativelyiented cobol?
Write a program to enter and display the names of students in a class using the occurs clause.
what are decleratives in cobol?
What is the difference between Call and a Link?
how do you define single dimensional array and multidimensional array in your cobol?
what is difference between cobol and cobol/400
Why would you use find and get rather than to obtain?
What are the different rules of SORT operation?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.