PDA

View Full Version : Cobol++ replaces JAVA



Guest.Visitor
01-01-1995, 02:00 AM
HI I was on the Search/400 site and got in on the chat with Roger Pence. A question was asked if IBM was working on a new language to replace JAVA. Roger 's reply to this was " Yes. Cobol++ " was this a joke? Frank

nycsusan@hotmail.com
08-30-2000, 11:10 AM
Frank, I am *STILL* laughing! :-) I HOPE it's true just so I can drop all of the Java classes that I have signed up for this fall. I'd much rather spend my time and my money on fun stuff. Unfortunately, I'd be surprised if this was for real, so I'll go to my Java classes as planned. Thanks for the diversion, I needed it today! Is today April 1st, per chance?

Guest.Visitor
08-30-2000, 12:30 PM
I heard that DDS on the /400 is going away too :) Bret

Guest.Visitor
08-30-2000, 01:01 PM
So that's what the "C" in C++ stands for :))

Guest.Visitor
08-30-2000, 04:02 PM
Steve Winchell wrote: what the "C" in C++ stands for C and C++ were grades. :-) Dave

Guest.Visitor
09-01-2000, 10:14 AM
The letter 'B' had been used for a prior programming language, hence 'C' comes after 'B' What ever happened to visual cobol; is there a visual RPG? bobh

Guest.Visitor
09-01-2000, 11:09 AM
A company called ASNA produces Visual RPG. They came out with it first, ergo IBM produces "Visual Age for RPG". Dave

Guest.Visitor
09-01-2000, 11:39 AM
David, ASNA also had structured programming for the /34 and /36 before IBM did with release 4.0 of the S/36 CPF and never for the /34. I used IFxx, CASxx, CABxx (so sue me), DOUxx, DOWxx, DO, and the Indicator Array *IN,XX long before IBM provided. If I remember correctly, ASNA also wrote the kernel for IBM's ODBC driver. Not sure about that one, so don't quote me or blast me, please. Dave Ferguson and his wife Ann, are quite the friendly and helpful type. Beckman and Krantzner, from the other magazine, came from ASNA when they moved their company location. Later, Bret

T.Holt
09-01-2000, 12:33 PM
There is such a thing as object-oriented COBOL. I've never worked with it, so I don't know who makes the compilers.

Guest.Visitor
09-02-2000, 04:52 AM
Microfocus makes COBOL compilers for Windows, and Unix based systems. I understand the newer versions are OO. The versions I worked with were not. Dave

Guest.Visitor
09-05-2000, 08:27 AM
IBM has object-oriented COBOL compilers. They call it OO COBOL.

Guest.Visitor
01-16-2001, 03:09 PM
LegacyJ (www.legacyj.com) has a cobol compiler for the AS/400 which compiles cobol to java byte code, thus allowing COBOL to run atop the Java Virtual Machine. It is called PERCobol, and it gives you the benefits of Java but lets you maintain/program in COBOL. So basically it IS Cobol++!

Guest.Visitor
01-16-2001, 04:09 PM
guest user wrote: "So basically it IS Cobol++!" Can the COBOL code be subclassed? Are the COBOL procedures polymorphic? If the compiler generates a big class that executes on the JVM, big whoopee. Is it that hard to get a COBOL compiler running everywhere a JVM runs? I think it's been done. Talk about jumping on a slow bandwagon... Ralph ralph@ee.net