What are differences between COBOL and java ? why we are
giving more preference to COBOL ?
Answer Posted / ragahvendra
Cobol is a structured language where as Java is a High level
and Object oriented Language. Cobol has extensive facilities
for report generation.
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is rmode(24)
What is the difference between comp and comp-3 usage?
Difference between cobol and cobol-ii?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
In COBOL programming, what is PERFORM? What is VARYING?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What is amode(31)
how do you reference the variable unblock file formats from cobol programs
how do you reference the rrds file formats from cobol programs
What are different data types in cobol?
how do you reference the ksds vsam file formats from cobol programs
How arrays can be defined in COBOL?
What is the difference between PIC 9.99 and PIC9v99?
What is length is cobol?