Interviewer And Interviewee Guide

IBM COBOL400 Interview Question:

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
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.