Answer Posted / 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 |
Post New Answer View All Answers
Define perform?
Explain the syntax of redefine?
How to detect record is locked in cobol/400?
What is redefine?
What is the actual use of fillers?
I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks
What is perform?
Define redefine and its syntax?
How to detect record is locked in cobol/400? What is the solution for that?
What is input procedure?
What is the syntax of redefine?
What is comp?
Explain the input procedure and output procedure?
What is sort?
What is sort? And its syntax?