Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Question: Explain the concept of the INDEX in COBOL.
Answer: The INDEX in COBOL is a special register that is used to store the position within a table. It is often manipulated using the SET and PERFORM statements.

Example:

SET TABLE-INDEX TO 1.
Is it helpful? Yes No

Most helpful rated by users:

©2025 WithoutBook