Write the syntax of a two dimensional array?

Answer Posted / siri

TWO DIMENTIONAL ARRAY SYNTAX:-

01 WS-ARRAY
05 A OCCURS 30 TIMES
10 B OCCURS 30 TIMES
15 B1 PIC X(10)
15 B2 PIC X(10).

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the compute verb? How is it used?

673


What rules are followed by the search verb.

644


What rules are to be followed while using the corresponding options?

647


When is inspect verb is used in cobol?

683


Write some characteristics of cobol as means of business language.

631






How arrays can be defined in COBOL?

672


Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.

2067


Mention the guidelines to write a structured cobol program?

627


How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?

720


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

3731


i need a small 3d program using inline and outline.

1647


Difference between array and sub-script ?

1171


What is length is cobol?

656


how do you reference the rrds file formats from cobol programs

807


For rewrite, why is it mandatory that file needs to be opened?

628