I'm thinking about learning COBOL. Where should I start?
-
Is there a Managed COBOL Compiler? – Timur Fanshteyn Feb 03 '09 at 21:33
-
Just to note: Microfocus have a COBOL.Net which integrates COBOL with the .Net libraries. – rbrayb Feb 03 '09 at 21:35
-
Fujitsu also has a .NET COBOL compiler that does not have runtime licensing restrictions. – tonyriddle Feb 09 '09 at 15:46
6 Answers
Please refer to the book "Structured COBOL Programming, Second Edition" by Shelly Cashman Foremam. I studied this book and it is really helpful.

- 25,260
- 12
- 52
- 71
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

- 132,095
- 25
- 206
- 225
-
1I won't tell you why I am thinking of learning COBOL, but I will tell you I knew I would get some good answers by asking. – joeforker Feb 04 '09 at 02:02
-
1I can answer that for myself: I'm seriously looking into learning cobol because some really big companies are paying the best salaries to cobol programmers, the systems behind these companies won't change anytime soon and the demand for more cobol programmers is growing not shrinking... at least here im my area. – Jonathan DS Nov 23 '12 at 23:44
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.

- 251
- 3
- 8
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.

- 1
- 1

- 388
- 1
- 3
- 12