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?
What are fillers? What is the actual use of fillers? With mall/simple example?
What is output procedure?
What is the syntax of redefine?
What is perform?
What is sort?
What are fillers?
Explain how to update data area in cobol 400 program?
What is input procedure?
why icetool be used in programmer view?
How to detect record is locked in cobol/400?
Explain the input procedure and output procedure?
What is the syntax of sort?
I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks
How to update data area in cobol 400 program?