This project is a set of training materials and labs for a "Learning COBOL" level course on COBOL. Free and publicly available client tooling is used to interact with the mainframe environment allowing participants to easily leverage these technologies after the course.
To begin, select a recent release of the course. Under a given release, you should see two assets.
- The COBOL Programming Course #2 - Learning COBOL PDF asset contains the course instructions.
- The Source code asset contains everything that was in the project when the release was published.
To complete the course, you will also need to do one of the following:
- Select a provider below and follow their registration process. Once complete, you should be given system details to use in the course.
- Upload the source code for the course (located in the Labs folder) to your mainframe environment.
If you run into any issues, please don't hesitate to reach out on our slack channel.
These materials are being used by other organizations to provide COBOL training to the community. Neither this project nor Open Mainframe Project reviews, maintains, or endorses any one of these particular providers. If you are using these materials in your training materials, feel free to edit and issue a pull request to have it included.
- IBM has provided a free environment for completing this lab.
The PDF is built using the following pandoc command. Note: pdflatex is required. MiKTeX can be installed to accommodate this.
pandoc "COBOL Programming Course #2 - Learning COBOL.md" -o "COBOL Programming Course #2 - Learning COBOL.pdf" --number-sections --toc -B Front_Matter.tex --listings
Front_Matter.tex
contains the content before the table of contents. COBOL Programming Course #2 - Learning COBOL.md
contains the body. The command combines the two, generates the section numbers and table of contents for the body, and outputs COBOL Programming Course #2 - Learning COBOL.pdf