This project is a set of training materials and labs for testing COBOL applications on z/OS. Free and publicly available client tooling is used to interact with the mainframe environment allowing participants to easily leverage these technologies after the course.
There are currently no official releases of COBOL Programming Course #3 - Testing. All content remains in development. We encourage you to view and contribute to the book :)
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.
A PDF can be built using the following pandoc command. Note: pdflatex is required. MiKTeX can be installed to accomodate this.
pandoc "COBOL Programming Course #3 - Testing.md" -o "COBOL Programming Course #3 - Testing.pdf" --number-sections --toc --listings