Comments on COBOL
An Introduction To COBOL
There seems to be a little confusion out there about COBOL. First, COBOL is far from a "dead" language. Were it so, you probably COULD find a free compiler, but most compilers are quite expensive, and only Fujitsu Cobol has a free compiler with all the bugs removed. Unfortunately, it is based on an old standard, and contains little of the modern capabilities (screen handling, class and property, etc. Handling). For these capabilities, find a deep pocket.
There are an estimated BILLION lines of cobol being used every day. Thousands of front and back ends written in basic, C, C++ provide interactive capabilities to these old work horses, and there has yet to be a better business language developed. When you talk of handling, as an example, a quarter of million transactions a week, as many COBOL systems do, no other language can provide the speed and sheer processing power of COBOL.
There are a number of sites out there that are COBOL cognizant. Google "COBOL FAQ" and watch.
The compilers and the language have evolved with the times. There is very little you cannot do with COBOL, and as for the "translator" type compilers than generate C or C++ code from COBOL code, the exercise defeats the entire purpose of COBOL.
COBOL stands for Common Business Oriented Language. 'Nuff said.
-reply by Dale Hermann
Comment/Reply (w/o sign-up)