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 |
Define perform?
how array can be declare in cobol?
How can i change the below code in SQL to cobol/400? EXEC SQL SELECT COUNT(*) INTO : WS-COUNT FROM Db file WHERE Field 1 = : WS-VAR AND Field 2 = : WS-USERID END-EXEC * EVALUATE TRUE WHEN SQLCODE = +000 MOVE WS-COUNT TO Copybook field WHEN SQLCODE = +100 MOVE ZEROES TO Copybook field
How to update data area in cobol 400 program?
What is sort?
What are fillers? What is the actual use of fillers? With mall/simple example?
can i anyone tell me how to use copybooks in cobol
what is the difference between section,paragraph and sentences
what is redefine and its syntax?
How to detect record is locked in cobol/400?
What are the types of perform?
Explain what all the conditiones required for using open opcode on a file?