Code how to read 5th element of the array?

Submitted by: Administrator
In COBOL we can directly access the particular index of the
array using subscript.

Eg: Arrayname(5)
or
Move 5 to indx
Arrayname(indx).
Submitted by: Administrator

Read Online IBM COBOL400 Job Interview Questions And Answers