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 / yogesh
Occurs clause can be coded only in the levels between 02 to
49
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we change the password using ALTER? anyone tried and changed?
What is the difference between comp and comp-3 usage?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
Why did you choose to work with ibm mainframe cobol programming?
Difference between cobol and cobol-ii?
Write a program to enter and display the names of students in a class using the occurs clause.
IF I mention stop run in CICS what happens?
what is the difference between COBOL2 AND COBOL390?
What is the local-storage section?
How many bytes S(8) comp field occupy and its maximum value?
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.
How arrays can be defined in COBOL?
how to access the file from prodution from changeman tool and to submit a file to production
What is a report item?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue