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 we copy a program from production region to development region.What is the process & syntax ?

3 Answers   CTS,


which certifications r 4 cobol,jcl,db2,cics what is format of xam n what is importance of these certifications... plz post answer only if u r sure... thanks

1 Answers  


If we put three reads in COBOL in the same para one after the other, to read a PS file,will it read the same record thrice or it will read three records sequentially? For example : Input File 01 02 03 Para 900 Read infile Display Infile rec Read infile Display infile rec Read infile Display infile rec. What will be the output?

2 Answers  


I have the file which is having the extension no as records. sample file will look like below. 2310 3410 3256 4350 3781 5408 I need to replace the record which is starting with 3 to 5 (i.e) 3410 to 5410. How can we do it through cobol and cobol-db2 program? I need the possible logic?

5 Answers   RBS,


The following entries appear in the WORKING-STORAGE SECTION: 01 DATE-TODAY. 05 YY PIC XX VALUE "90". 05 MM PIC XX VALUE "12". 05 DD PIC XX VALUE :31". 01 DATE-EDIT PIC XX/XX/XX. MOVE DATE-TODAY TO DATE-EDIT. (a) 901231 (b) 90/12/31 (c) 31/12/90 (d) 311290

4 Answers   TCS,






01 WS-NAME PIC X(10) OCCURES 2. by this we can get ws-name 2 times. My qustion is how can we access the second name

5 Answers   TCS,


What is the LINKAGE SECTION used in COBOL?

0 Answers   UGC Corporation,


Define in-line perform?

1 Answers  


give the examples of strings in cobol

1 Answers   IBM,


What is an in line perform? When would you use it? Anything else you wish to say about it.

0 Answers  


Explain about different table spaces.

0 Answers  


What is the Linkage section? What is the Use and Why the parm length use alway "PARM-LENGTH PIC S9(4) or PIC S9 (4) COMP." any reason?.Please let me know any one... Cheers,Prasad

8 Answers   Syntel,


Categories