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 do you reference the variable unblock file formats from cobol programs
What is the LINKAGE SECTION used in COBOL?
How you can characterize tables in cobol?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
How do you define a variable of comp-1 and comp-2?
What are 77 levels used for?
Can a Search can be done on a table with or without Index?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is the difference between perform … with test after and perform … with test before?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What is rmode(any) ?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What is the problem of ordered sequential files access?