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
Write a program that uses move corresponding.
For rewrite, why is it mandatory that file needs to be opened?
IF I mention stop run in CICS what happens?
Whats the difference between search & search ALL?
How are the next sentence and continue different from each other?
What are the pertinent COBOL commands?
How you can characterize tables in cobol?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What is the difference between comp and comp-3?
What rules are to be followed while using the corresponding options?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
How arrays can be defined in COBOL?
How do we get current date from system with century in COBOL?