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

Answer Posted / rajeev

7

Is This Answer Correct ?    21 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is report-item in COBOL?

796


What is a report item?

813


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

1716


What is the utilization of copybook in cobol? Could we utilize a similar copybook?

836


What is difference between static and dynamic call in cobol?

903






how do you reference the fixed unblock file formats from cobol programs

804


What are the rules of the move verb?

813


Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks

2448


What are the different rules to perform a Search?

702


how do you reference the variable unblock file formats from cobol programs

858


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.

5895


how do you define single dimensional array and multidimensional array in your cobol?

766


What guidelines should be followed to write a structured cobol prgm?

766


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

768


Can we redefine the field of x(200) to less than 200?

955