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
What is report-item in COBOL?
What is a report item?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What is difference between static and dynamic call in cobol?
how do you reference the fixed unblock file formats from cobol programs
What are the rules of the move verb?
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
What are the different rules to perform a Search?
how do you reference the variable unblock file formats from cobol programs
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.
how do you define single dimensional array and multidimensional array in your cobol?
What guidelines should be followed to write a structured cobol prgm?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
Can we redefine the field of x(200) to less than 200?