Interview Questions

How do you define a table/array in COBOL?

COBOL Interview Questions


(Continued from previous question...)

How do you define a table/array in COBOL?

ARRAYS
05 ARRAYS1 PICX(9) OCCURS 10 TIMES.
05 ARRAYS2 PICX(6) OCCURS 20 TIMES INDEXED BY WS-INDEX.

(Continued on next question...)

Other Interview Questions