What are some good resources for starting COBOL programming?

I am thinking about learning COBOL. Where to begin?

+5
source share
6 answers

I started with this excellent tutorial .

There is an open source COBOL compiler called OpenCOBOL that you can use to do the exercises.

And COBOL Portal .

+12
source

I did Cobol during Y2K, Cobol was the easy part, the nightmare was JCL or the job management language to run your Cobol programs, what a disaster!

I really would like to know why you are even thinking about learning Cobol

+2
source

, " COBOL, " Shelly Cashman Foremam. , .

+2

Check out the easy COBOL Tutorial and a few COBOL Sample Programs

0
source

All Articles