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