Write the syntax of a two dimensional array?
Answer Posted / praveen
WORKING-STORAGE SECTION.
01 MATA.
05 ROWA OCCURS 2 TIMES.
10 COLA OCCURS 2 TIMES PIC 9.
| Is This Answer Correct ? | 44 Yes | 11 No |
Post New Answer View All Answers
how to convert the recors form vsam file to db2 table tru file aid
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What are the different open modes available in cobol?
How do define dynamic array in cobol.
Differentiate between structured cobol programming and object-oriented cobol programming.
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
how do you define single dimensional array and multidimensional array in your cobol?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What are the pertinent COBOL
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
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.
what is amode(24), amode(31), rmode(24) and rmode(any)?
What is report-item in COBOL?
How to remove 2 duplicate records and copy only one using job control language?
Write the code to count the sum of n natural numbers.