Answers

Question and Answer:

  Home  IBM COBOL400

⟩ Code how to read 5th element of the array?

In COBOL we can directly access the particular index of the

array using subscript.

Eg: Arrayname(5)

or

Move 5 to indx

Arrayname(indx).

 136 views

More Questions for you: