Write the syntax of a two dimensional array?

Answer Posted / jagan

WORKING-STORAGE SECTION.
01 M-GROUP.
02 M OCCURS 6 TIMES.
03 W PIC X(4) OCCURS 4 TIMES.

Is This Answer Correct ?    9 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the cobol coding sheets?

673


IF I mention stop run in CICS what happens?

1902


What is inspect in cobol ?

808


How do we get current date from system with century in COBOL?

815


What is the problem of ordered sequential files access?

708






What the difference is between continue and next sentence?

667


What are the different rules for performing sort operation?

770


What is the difference between comp and comp-3 usage?

683


Have you used comp and comp-3 in your project? And how?

2014


What is the difference between PIC 9.99 and 9v99 in COBOL?

741


HOw can I get the negative sign while deduct high value from low value

1804


In which area will you utilize 88 level items in cobol?

732


What are the different rules of SORT operation?

704


How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?

751


Write a program to explain size error.

683