The maximum number of dimensions that an array can have in
COBOL-85 is ?

Answers were Sorted based on User's Feedback



The maximum number of dimensions that an array can have in COBOL-85 is ?..

Answer / rajeev

7

Is This Answer Correct ?    21 Yes 3 No

The maximum number of dimensions that an array can have in COBOL-85 is ?..

Answer / kumar

cobol85 will support up to 7 min.
cobol74 will support only 3 dim.

Is This Answer Correct ?    15 Yes 1 No

The maximum number of dimensions that an array can have in COBOL-85 is ?..

Answer / ramesh

7

Is This Answer Correct ?    9 Yes 1 No

The maximum number of dimensions that an array can have in COBOL-85 is ?..

Answer / lokesh kumar

7 dimensions

Is This Answer Correct ?    8 Yes 2 No

The maximum number of dimensions that an array can have in COBOL-85 is ?..

Answer / vivek a r

Cobol-85 has 7 dimensions
and Cobol-84 got 3 dimensions

Is This Answer Correct ?    7 Yes 1 No

The maximum number of dimensions that an array can have in COBOL-85 is ?..

Answer / satya sivaji

The maximum number of dimensions allowed in cobol is 7.

Is This Answer Correct ?    10 Yes 5 No

The maximum number of dimensions that an array can have in COBOL-85 is ?..

Answer / veena

7

Is This Answer Correct ?    7 Yes 2 No

The maximum number of dimensions that an array can have in COBOL-85 is ?..

Answer / krishna

answer is 7

Is This Answer Correct ?    4 Yes 1 No

The maximum number of dimensions that an array can have in COBOL-85 is ?..

Answer / aji cherian

9

Is This Answer Correct ?    14 Yes 12 No

The maximum number of dimensions that an array can have in COBOL-85 is ?..

Answer / pavan

We can use 3 in real time scenario.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More COBOL Interview Questions

How do define Dymanic array in cobol how do u define single demensional arry and multidymensional arry in ur cobol.

4 Answers   Cap Gemini,


How to read records from flat file in reverse order through COBOL program?

14 Answers   Accenture, Broadridge, IBM, MAT, Polaris, SPIC, Syntel, TCS, Wipro,


What is reference modification? What is UNION in sql and syntax? What is the difference between GDGS and VSAM? Which is prefer one? What is processing groups in endevor?

1 Answers   Kuwait Oil Company,


how to convert the recors form vsam file to db2 table tru file aid

0 Answers   TCS,


How will you find the currepted records in a file

2 Answers  






consider the following two IF statements: IF X AND NOT Y MOVE A TO B IF Z=1 OR 9 MOVE A TO B select one of the following data divusion entries which gives identical results for both the above IF statements a.01 Z PIC 9 88 X VALUE 1.9 88 Y VALUE 0.2 THRU 8 b.01 Z PIC 9 88 X VALUE 0.2 THRU 8 Y VALUE 1.9 c.01 Z PIC 9 88 X VALUE 1.9 88 NOT-Y VALUE 0.2 THRU 1.9 d.none of yhe above

3 Answers   TCS,


What is level 66 used for ?

3 Answers   TCS,


How do u initialize an array?

2 Answers   CTS,


how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

0 Answers   Valtech,


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

0 Answers  


Where the Plan is located in CICS-DB2

2 Answers   IBM,


when iam reading a flat file which has 100 records through cobol program when iam reading 50th records it gets abends .. so when i run the program again it should read from 50th record .where it got abened ? how it is possible

1 Answers   Patni,


Categories