Write the syntax of a two dimensional array?
Answer Posted / jagan
WORKING-STORAGE SECTION.
01 M-GROUP.
02 M OCCURS 6 TIMES.
03 W PIC X(4) OCCURS 4 TIMES.
Is This Answer Correct ? | 9 Yes | 6 No |
Post New Answer View All Answers
What is rmode(24)
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What rules are followed by the search verb.
What is the difference between goback, stop run and exit program in cobol?
What is an in line perform? When would you use it? Anything else you wish to say about it.
what is difference between cobol and cobol/400
how to convert the recors form vsam file to db2 table tru file aid
i need a small 3d program using inline and outline.
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
Explain how to differentiate call by context by comparing it to other calls?
What is Pic 9v99 Indicates in COBOL?
Describe the cobol database components?
How you can read the file from bottom?
Write the code implementing the perform … varying.