Cobol Question:
What is the difference between index and subscript?
Answer:
Subscript refers to the array occurrence while index is the displacement (in no of bytes) from the beginning of the array. An index can only be modified using PERFORM, SEARCH & SET. Need to have index for a table in order to use SEARCH, SEARCH ALL.
Previous Question | Next Question |
What is the difference between SEARCH and SEARCH ALL? | How do you define a table/array in COBOL? |