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 |
Deleting a record from a Sequential file.
seqence numbers in cobol
I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks
Explain the input procedure?
When search all is used in cobol program without sorted input data
write a cobol program to display prime numbers between 1 to 100?
Define redefine and its syntax?
How COBOL helps Mainframe to maintain large records ???
Explain the difference between comp & comp-3?
how array can be declare in cobol?
What is redefine?
Explain the output procedure?