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


Please Help Members By Posting Answers For Below Questions

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.

6075


In COBOL programming, what is PERFORM? What is VARYING?

857


How to print 10 to 1 if the input have only 10 digit number?

1021


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

932


Define static linking and dynamic linking.

863


What is rmode(any) ?

891


example for sub strings ? and refernce modifications whit output pls

2064


Which division and paragraphs are mandatory for a COBOL program?

908


Which mode is used to operate the sequential file?

912


Write a cobol program making use of the redefine clause.

919


I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?

1401


Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.

2228


What is the difference between perform … with test after and perform … with test before?

1136


I have a File that has duplicate records. I need only those records that occur more than thrice.?

9225


Difference between array and sub-script ?

1365