Interview Questions

What is the different between index and subscript?

COBOL Interview Questions


(Continued from previous question...)

What is the different between index and subscript?

Subscript refers to the array of occurrence, where as Index represents an occurence of a table element. An index can only modified using perform, search and set. Need to have an index for a table in order to use SEARCH and SEARCH ALL.

(Continued on next question...)

Other Interview Questions