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
What is output procedure?
Explain how to update data area in cobol 400 program?
Define perform? And its types?
Explain the difference between search and searchall?
Define sort?
why icetool be used in programmer view?
What are the types of perform?
seqence numbers in cobol
Explain the types of perform?
What is sort?
What is the syntax of sort?
Define redefine and its syntax?
Explain how to convert 2010/02/11 to m/dd/yyy.. With string and without string if any other method... Code?
How to detect record is locked in cobol/400?
What is perform?