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