What are differences between COBOL and java ? why we are
giving more preference to COBOL ?
Answer Posted / vish
What I believe is that COBOL was actually the prime
business language and used extensively for mainframes batch
systems (although it is used recently in UNIX servers too
which are in most cases migrated from mainframe system to
UNIX systems). At present we have more powerful languages
available than COBOL which can of course provide more value
add for a system development. But still COBOL continues to
be the primary development language for mainframe systems,
some of the reasons could be:
1. Almost all the existing big legacy systems were
developed using COBOL. Now converting these systems to
other languages is a very costly business.
2. Most of the legacy systems using COBOL are batch systems
(although they have online components using mostly CICS)
and COBOL well serve the very purpose efficiently.
Any comments/suggestions are welcome!!!
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is static and dynamic call in cobol?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What are the different rules to perform a Search?
What are the different data types in cobol?
What is the utilization of copybook in cobol?
Write the code implementing the perform … varying.
How do you define a variable of comp-1 and comp-2?
What are 77 levels used for?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What is the use of intialize verb?
A table has two indexes defined. Which one will be used by the SEARCH?
How to print 10 to 1 if the input have only 10 digit number?
What is a scope terminator give example?
What are the different types of condition in cobol and write their forms.
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.