The maximum number of dimensions that an array can have in
COBOL-85 is ?
Answers were Sorted based on User's Feedback
Answer / kumar
cobol85 will support up to 7 min.
cobol74 will support only 3 dim.
| Is This Answer Correct ? | 15 Yes | 1 No |
Answer / vivek a r
Cobol-85 has 7 dimensions
and Cobol-84 got 3 dimensions
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / satya sivaji
The maximum number of dimensions allowed in cobol is 7.
| Is This Answer Correct ? | 10 Yes | 5 No |
how would find total records in files using seqientional
how do you reference the esds vsam file formats from cobol programs
should I use Go back in the main program ? Yes we can use Go back in main program as well.
How much salary you are expecting? If they ask in an interview, what we have to tell?
6 Answers Tech Mahindra, Wipro,
I have a occurs for 100 times but it has executed 101 time what could be the reason?
Difference between file status codes 02 and 22.... since both are for duplicate key detection.
why 02 level number can't be use as a separate level number like 01 or 77 ?
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.
What does the INITIALIZE verb do?
what are the steps to sort in a cobol program?
What is "Call by content" and "call by reference"?
Which of the following paragraphs is compulsory in every COBOL program? (a) SPECIAL-NAMES (b) PROGRAM-ID (c) FILE-CONTROL (d) OBJECT-COMPUTER