Cobol Question:

Download Job Interview Questions and Answers PDF

How do you define a table/array in COBOL?

Cobol Interview Question
Cobol Interview Question

Answer:

ARRAYS. 05 ARRAY1 PIC X(9) OCCURS 10 TIMES. 05 ARRAY2 PIC X(6) OCCURS 20 TIMES INDEXED BY WS-INDEX.

Download Cobol Interview Questions And Answers PDF

Previous QuestionNext Question
What is the difference between index and subscript?What does the IS NUMERIC clause establish?