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 comp?
What is input procedure?
Explain what all the conditiones required for using open opcode on a file?
What is sort?
What is output procedure?
Define perform? And its types?
Define redefine and its syntax?
what is PERFORM? and its types?
Define sort?
What are fillers?
can i anyone tell me how to use copybooks in cobol
How to detect record is locked in cobol/400?