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 perform? And its types?
Explain the input procedure and output procedure?
How to detect record is locked in cobol/400? What is the solution for that?
Define redefine and its syntax?
define sort? and its syntax?
What are the types of perform?
What is sort? And its syntax?
what is the cobol compiler?
What is output procedure?
What are fillers?
write a cobol program to display prime numbers between 1 to 100?
When search all is used in cobol program without sorted input data