Answer Posted / shubha
index denotes the displacement value and it is system
defined.if you are using index variable with occurs
clause,it need not have be defined in the data division.but
it should be mentioned as i.e syntax is:
levelno(02 to 49) identifier occurs n times indexed by
indxname
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are 77 levels used for?
Define static linking and dynamic linking.
Write a program to enter and display the names of students in a class using the occurs clause.
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What the difference is between continue and next sentence?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What is the usage of comp fields in cobol?
Are you comfortable in cobol or jcl?
How many sections are there in data division in COBOL?
Why would you use find and get rather than to obtain?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What is cobol?
What is the difference between Call and a Link?
Can a Search can be done on a table with or without Index?