I am a Java developer (mostly) and I would like to learn some cobol/mainframe. Not for actual doing much coding, but to better understand cobol/mainframe developers.

The problem is last time I checked there wasn't a mainframe under my desk.

link|improve this question

13  
At first I thought you wanted to actually use COBOL! – Zifre Jun 7 '09 at 15:53
Takes all sorts..... – skaffman Jun 25 '09 at 18:25
What you have at your desk is much faster than the mainframes of yesterday! – Kevin Panko Aug 25 '09 at 0:53
4  
But nowhere near as powerful as the mainframes of today :-) – paxdiablo Aug 25 '09 at 4:17
feedback

9 Answers

up vote 12 down vote accepted

This is a pretty good COBOL tutorial: http://www.csis.ul.ie/cobol/Course/Default.htm

For the mainframe (z/OS) overview in general, I would recommend this Redbook: http://www.redbooks.ibm.com/abstracts/sg246366.html There are other Redbooks from the series (Introduction to the new Mainframe).

There are unfortunately no legal means to run z/OS yourself, but a copy that runs in Hercules can be found on P2P networks.

link|improve this answer
1  
The latest legal copy of the z/OS lineage that can run on Hercules is MVS 3.8j (unless you work for Big Blue of course). It is to z/OS 1.10 as Windows XP is to CP/M. Please don't suggest illegal activities here even if preceded by a disclaimer. Anyway, getting z/OS up and running on Hercules is NOT something for the faint of heart, trust me on that one. – paxdiablo Jun 15 '09 at 3:42
4  
Yeah, I know it's illegal. But I mention it because there is sadly no other way, and I don't find it immoral for learning MF skills. The IBM policy in this regard is stupid, and the only way to change it is to point it out. – J S Jun 17 '09 at 19:28
It's not your job to decide what is legal or what is excusable. Either promote piracy or don't but don't try and justify it. On SO, I don't think it should be discussed. – John May 14 '10 at 14:04
There is no need to have a mainframe to learn Cobol. There are many variants that operate on beige boxen. – Joe Zitzelberger Sep 29 '11 at 3:09
feedback

I'm a COBOL programmer. I'm 58 years old and most of my work colleagues are only about 10 years or so younger, and I've been around since computers had valves. The main trick to understanding COBOL programmers is not to inadvertently make 'MicroSoft' requests.
By this I mean that if I am asked to write a program to read tens of millions of records I'm happy. If you ask that unwanted data be eliminated by a whole list of what will become complex SQL clauses, I'm still happy. If the results are to be grouped by hundreds of variables and then sorted, I'm still a little bit happy. But if you then say that you want the results in a spreadsheet - I WILL curse at you and tell you not very politely to put the results in a spreadsheet yourself.

link|improve this answer
1  
Great answer. What about Google Docs? Would that be ok? ;-) – Jens Schauder Aug 14 '09 at 9:41
Good story :))) – RedFilter Aug 20 '09 at 19:41
8  
"I'm a COBOL programmer." Admiting you have a problem is always the first step in recovery... sorry, I couldn't resist. – jinxx0r Aug 31 '09 at 19:00
feedback

Hop over to the OpenCOBOL website and install it. They have documentation as well.

link|improve this answer
feedback

Take a look at GNU COBOL. Disclaimer: I don't know what the current status of the project is.

link|improve this answer
This link works: cobolforgcc.sourceforge.net – Jim Ferrans Jun 6 '09 at 19:47
looks like sourceforge has some problems at the moment – anon Jun 6 '09 at 20:31
3  
Must be the new Stack Overflow Effect! ;-) – Jim Ferrans Jun 6 '09 at 22:08
feedback

MicroFocus COBOL has a good reputation for commercial COBOL development tools. They have a free download version for developers, called Net Express.

Also see this list of free COBOL compilers and interpreters.

I'd try MicroFocus first, since it will be a very faithful, mainframe compatible implementation. My last company used MicroFocus products back in 1995-1999, for Y2K remediation consulting.

link|improve this answer
feedback

I got this book:

http://www.amazon.com/Murachs-Mainframe-COBOL-Mike-Murach/dp/1890774243

It's awesome... it is set up in a unique way with the text on the left page and the example on the right page. There is also a JCL book:

http://www.amazon.com/Murachs-OS-390-JCL/dp/1890774146

It's done the same way and I also got that.

Also... regarding there not being a mainframe under your desk, you may be mistaken on that point... check this out (haven't tried it myself)

http://en.wikipedia.org/wiki/Hercules_emulator

link|improve this answer
feedback

One way to understand COBOL developers is to imagine that you work with lots of very old, maybe decades old, programs. Documentation is sketchy. Many programmers have touched the code. Testing can be difficult. You don't get to develop new stuff.

And, the systems you work on are "mission" critical, think ATM network and airline reservation systems.

link|improve this answer
feedback

You can get a used AS/400 of eBay for <500$.

link|improve this answer
do you mean >500$? or is it supposed to be <500$ ? – Jens Schauder Aug 13 '09 at 20:37
1  
Yeah, but the shipping will kill you. – dlamblin Aug 14 '09 at 4:29
You are right Jens, I meant <500$. I'll edit the answer. – Peter Stuer Aug 15 '09 at 13:57
Not to mention the power bills :-) – Stephen C Aug 15 '09 at 14:05
or he meant >$500 - just to be anal about syntax. – Andreas Petersson Aug 22 '09 at 12:26
feedback

Here is an allegedly ready to run COBOL program for the OpenCOBOL.org compiler:

fizzbuzz-contest-2.cob

Found here: imranontech.com/2007/01/24/using-fizzbuzz-to-find-developers-who-grok-coding/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.