where can we use index and subscript ? with example ?
Answer Posted / tej
In addition to the above,
subscript is like a working storage variable
abc pic 999.
Using index the search for the data is faster since it gives
the object location(displacement) directly.
Subscript can be modified by ADD,SUBTRACT etc
Index modification is UP BY,DOWN BY
and yeah this q should have been in cobol section ;)
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
List out the buffer pools in db2
What is reorg?
List out the data types available.
What is the maximum length of sqlca?
What are iseries servers?
before altering a table is it necessary to lock ? if lock what is it ? how to do ? ifi want to lock a table what is that command ?
what is a corelated subquerry?
What is null indicator in cobol db2?
what is the sqlcode -501
What is release/acquire in bind?
What is buffer pool?
What is the picture clause of null indicator variable?
What is db2? Explain.
What is the difference between cursor stability and repeatable read isolation levels?
What is a cursor in programming?