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 are 77 levels used for?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What is amode(31)
Can we change the password using ALTER? anyone tried and changed?
What is the use of intialize verb?
What is the difference between perform … with test after and perform … with test before?
) How do u handle errors in BMS macro?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
Describe the cobol database components?
Are you comfortable in cobol or jcl?
What is redefines clause in COBOL?
What is the difference between structured cobol programming and object alternativelyiented cobol?
what is the use of outrecord?
) How do u handle errors in BMS macro
What is the difference between Call and a Link?