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
seqence numbers in cobol
What is sort?
Define perform?
Explain the difference between search and searchall?
Explain what all the conditiones required for using open opcode on a file?
Explain the input procedure and output procedure?
why icetool be used in programmer view?
Explain the difference between comp & comp-3?
What is comp?
What is input procedure?
What is the syntax of redefine?
Explain the syntax of redefine?
What are fillers?
Explain how to detect record is locked in cobol/400? What is the solution for that?
Define perform? And its types?