7

I'm thinking about learning COBOL. Where should I start?

Kb.
  • 7,240
  • 13
  • 56
  • 75
joeforker
  • 40,459
  • 37
  • 151
  • 246

6 Answers6

14

I 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.

rbrayb
  • 46,440
  • 34
  • 114
  • 174
2

Please refer to the book "Structured COBOL Programming, Second Edition" by Shelly Cashman Foremam. I studied this book and it is really helpful.

Ben McCormick
  • 25,260
  • 12
  • 52
  • 71
2

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

SQLMenace
  • 132,095
  • 25
  • 206
  • 225
  • 1
    I 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
  • 1
    I 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
0

Check out the easy COBOL Tutorial and few COBOL sample programs

0

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.

twblamer
  • 251
  • 3
  • 8
0

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

http://www.amazon.com/Sams-Teach-Yourself-COBOL-Days/dp/0672317885/ref=sr_1_4?ie=UTF8&s=books&qid=1234194482&sr=8-4

Also, the Murach books are supposed to be very good.

Community
  • 1
  • 1
tonyriddle
  • 388
  • 1
  • 3
  • 12