Code how to read 5th element of the array?
Answers were Sorted based on User's Feedback
Answer / 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 |
Code how to read 5th element of the array?
Explain the syntax of redefine?
What is the syntax of redefine?
What are fillers?
Explain what all the conditiones required for using open opcode on a file?
how array can be declare in cobol?
Explain the types of perform?
what is PERFORM? and its types?
What are Fillers ? What is the actual use of Fillers ? With small/simple Example..
what is INPUT PROCEDURE and OUTPUT PROCEDURE?
What are fillers? What is the actual use of fillers? With mall/simple example?
What is perform?