In COBOL, both subscript and index are used to access individual elements within tables (arrays).
However, they have distinct characteristics and usage:
* A subscript is an integer value that directly specifies the position or occurrence number of an...