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

What are differences between Static Call and Dynamic Call?

10 Answers   IBM, KBC, Keane India Ltd, Verizon,


input:- A 10 20 30 40 B 5 7 10 14 C 8 12 14 16.... output:- A = 100,B=36,C=50. Here spaces are considered between numbers. When we give input as above, the numbers should be added n displayed.So please help me out.

4 Answers  


01 a pic s9(5) value -12345, if we disply a , the sign will overpunched with last digit but i need to get the miuns sign in the result?

7 Answers  


)what is retrieve?

1 Answers   IBM,


In COBOL, what is the different between index and subscript?

0 Answers   TryTechnicals Pvt Ltd,


01 a pic s9(5) value '-12345' how it will be stored

7 Answers   ACS,


Consider the following COBOL entries: 05 X PIC 99 VALUE 10. SUBTRACT 20 FROM X. The resultant value of X wil be

7 Answers   TCS,


How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.

7 Answers   CGI, TCS,


Have you used comp and comp-3 in your project? And how?

0 Answers   IBM,


What is a scope terminator give example?

0 Answers  


created cluster using IDCAMS ..that is empty ..when i write a program for read using Input ..wil it open the cluster or gives any error?

2 Answers   HCL,


What is ASKTIME, SUSPEND

1 Answers   IBM,


Categories