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
What is the difference between PIC 9.99 and 9v99 in COBOL?
How arrays can be defined in COBOL?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What guidelines should be followed to write a structured cobol prgm?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
State the various causes of s0c1, s0c5 and s0c7.
What are various search techniques in cobol? Explain.
Whats the difference between search & search ALL?
Write a cobol program making use of the redefine clause.
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
Have you used comp and comp-3 in your project? And how?
How do you differentiate between cobol and cobol-ii?
What do you understand by psb and acb?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
How do we get current date from system with century in COBOL?