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
) how do u code after getting data?
What is cobol?
How do you reference the following file formats from cobol programs?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is inspect in cobol ?
Can you please let me know the centre name of INS certification in Kolkata.
What are the pertinent COBOL commands?
What is length is cobol?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What are various search techniques in cobol? Explain.
Write a program to enter and display the names of students in a class using the occurs clause.
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What are the different rules of SORT operation?
How you can read the file from bottom?