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?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What guidelines should be followed to write a structured cobol prgm?
Explain what you understand by passing by value.
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is the difference between external and global variables in COBOL?
how to access the file from prodution from changeman tool and to submit a file to production
What is the difference between PIC 9.99 and PIC9v99?
What is redefines clause in COBOL?
How you can characterize tables in cobol?
What are the different types of condition in cobol and write their forms.
Difference between array and sub-script ?
Explain how to differentiate call by context by comparing it to other calls?