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.
feedback
|
|
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. | |||||||||||||
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. | |||||||||||
feedback
|
|
Hop over to the OpenCOBOL website and install it. They have documentation as well. | ||||
|
feedback
|
|
Take a look at GNU COBOL. Disclaimer: I don't know what the current status of the project is. | |||||||||
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. | ||||
|
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) | |||
|
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. | |||
|
feedback
|
|
You can get a used AS/400 of eBay for <500$. | |||||||||||||
feedback
|
|
Here is an allegedly ready to run COBOL program for the OpenCOBOL.org compiler: Found here: imranontech.com/2007/01/24/using-fizzbuzz-to-find-developers-who-grok-coding/ | |||
|
feedback
|