I'm thinking about learning COBOL. Where should I start?
views:
389answers:
6I started with this excellent tutorial.
There is an open-source COBOL compiler called OpenCOBOL which you could use to work through the exercises.
And a COBOL Portal.
I did Cobol during the Y2K time, Cobol was the easy part, the nightmare was JCL or Job Control Language to run your Cobol programs, what a disaster!
I really, really would like to know why you even are thinking of learning Cobol
You could always just go to the original manuals.
Sorry, couldn't resist ;)
IBM i5/OS Information Center link:
http://publib.boulder.ibm.com/infocenter/systems/scope/i5os/index.jsp?topic=/rzahg/rzahgcobol.htm
I know very little about this language so I can't tell you how much of the language information is IBM-specific.
There are also:
http://www.amazon.com/Sams-Teach-Yourself-COBOL-Hours/dp/0672314533/ref=sr_1_1?ie=UTF8&s=books&qid=1234194482&sr=8-1 which says it comes with the free fujitsu compiler that is not available for download anymore as far as I know
and
Also, the Murach books are supposed to be very good.