Code how to read 5th element of the array?
Answers were Sorted based on User's Feedback
Answer / ggp
In COBOL we can directly access the particular index of the
array using subscript.
Eg: Arrayname(5)
or
Move 5 to indx
Arrayname(indx).
| Is This Answer Correct ? | 22 Yes | 0 No |
Define redefine and its syntax?
define comp?
What is output procedure?
what is the difference between comp & comp-3?
Explain the syntax of sort?
Explain the difference between comp & comp-3?
What are the types of perform?
Code how to read 5th element of the array?
How to detect record is locked in cobol/400? What is the solution for that?
Explain the difference between search and searchall?
what is the cobol compiler?
What is the syntax of redefine?