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
How many bytes S(8) comp field occupy and its maximum value?
Write a cobol program making use of the redefine clause.
Can a Search can be done on a table with or without Index?
What are declaratives and what are their uses in cobol?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What is the compute verb? How is it used?
What the difference is between continue and next sentence?
Have you used comp and comp-3 in your project? And how?
What are the rules of the move verb?
State the various causes of s0c1, s0c5 and s0c7.
What is a scope terminator give example?
In which area will you utilize 88 level items in cobol?
What is the difference between external and global variables in COBOL?