The maximum number of dimensions that an array can have in
COBOL-85 is ?
Answer Posted / satya sivaji
The maximum number of dimensions allowed in cobol is 7.
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
What are the different rules of SORT operation?
Write a program that uses move corresponding.
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
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.
When is inspect verb is used in cobol?
How many bytes S(8) comp field occupy and its maximum value?
how do you reference the esds vsam file formats from cobol programs
What is redefines clause in COBOL?
How are the next sentence and continue different from each other?
What is the difference between PIC 9.99 and 9v99 in COBOL?
What is static and dynamic call in cobol?
Write a cobol program making use of the redefine clause.
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
What are the pertinent COBOL commands?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?