3.0.0
This is the third major release of the Open Mainframe Project's COBOL Programming Course. Please see the course PDFs below.
Highlights:
#272 reorganizes the content into three courses: Getting Started, Learning COBOL, and Advanced Topics. This allows learners who already have Zowe and their VS Code environment set up to jump right into course 2 - Learning COBOL.
#287 updates the content to leverage Zowe Version 2, which includes making use of Zowe team configuration to simplify the getting started experience
#267 corrects the PERFORM VARYING AFTER example
#274, #276, #279 add syntax highlighting for code snippets and enhance code readability
#277, #278 improve code used in labs
#280 adds error handling to code used in Debugging challenge
#281 adds a step to verify that the Db2 table is properly loaded with data in the COBOL API Lab of the Advanced Topics Course
#283 adds SQL error handling to the programs used in the COBOL API Lab
#284 corrects binary range images used in the Advanced Topics Course