Skip to content

Commit e52628f

Browse files
committed
Add commercial tooling section
Signed-off-by: MikeBauerCA <[email protected]>
1 parent 8ee03ac commit e52628f

File tree

1 file changed

+7
-34
lines changed
  • COBOL Programming Course #1 - Getting Started

1 file changed

+7
-34
lines changed
Lines changed: 7 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
1-
![](https://github.com/openmainframeproject/artwork/raw/master/projects/cobol-programming-course/cobol-programming-course-color.png)
1+
# COBOL Programming Course #1 - Getting Started
22

3-
![License](https://img.shields.io/github/license/OpenMainframeProject/cobol-programming-course)
3+
This project is a set of training materials and labs for a "Getting Started" 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. See the Commercial Tooling [README](Commercial%20Tooling/README.md) for information on completing this course using commercial tooling.
44

5-
# COBOL Programming Course
6-
7-
This project is a set of training materials and labs for a "Getting Started" level course on COBOL.
8-
9-
## How to use
5+
## How to get started
106

117
To begin, select a recent [release](https://github.com/openmainframeproject/cobol-programming-course/releases) of the course. Under a given release, you should see two assets.
128

13-
- The COBOL Programming with VSCode PDF asset contains the course instructions.
9+
- The COBOL Programming Course #1 - Getting Started PDF asset contains the course instructions.
1410
- The Source code asset contains everything that was in the project when the release was published.
1511

1612
To complete the course, you will also need to do one of the following:
@@ -19,41 +15,18 @@ To complete the course, you will also need to do one of the following:
1915

2016
If you run into any issues, please don't hesitate to reach out on our [slack channel](https://openmainframeproject.slack.com/archives/C011NE32Z1T).
2117

22-
## Discussion
23-
24-
You can connect with the community in a variety of ways...
25-
26-
- [#cobol-programming-course channel on Open Mainframe Project Slack](https://slack.openmainframeproject.org)
27-
- ['COBOL technical questions' category on Open Mainframe Project Community Forums](https://community.openmainframeproject.org/c/cobol-technical-questions/16)
28-
- [COBOL Programming Course Discussion Mailing list](https://lists.openmainframeproject.org/g/cobol-course-discussion)
29-
3018
## Providers
3119

3220
These materials are being used by other organizations to provide COBOL training to the community. This project, nor Open Mainframe Project, doesn't review, maintain, or endorse 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](https://github.com/openmainframeproject/cobol-programming-course/edit/governance-docs/README.md) to have it included.
3321

34-
- IBM has provided a [free environment for completing the labs](http://ibm.biz/cobollabs).
35-
- IBM has provided a [free trial to IDz environment](https://developer.ibm.com/mainframe/products/ibm-z-open-development).
22+
- IBM has provided a [free environment for completing this lab](http://ibm.biz/cobollabs).
3623

3724
## Build
3825

3926
The PDF is built using the following [pandoc](https://pandoc.org/) command. Note: pdflatex is required. [MiKTeX](https://miktex.org/) can be installed to accomodate this.
4027

4128
```
42-
pandoc "COBOL Programming with VSCode.md" -o "COBOL Programming with VSCode.pdf" --number-sections --toc -B Front_Matter.tex --listings
29+
pandoc "COBOL Programming Course #1 - Getting Started.md" -o "COBOL Programming Course #1 - Getting Started.pdf" --number-sections --toc -B Front_Matter.tex --listings
4330
```
4431

45-
`Front_Matter.tex` contains the content before the table of contents. `COBOL Programming with VSCode.md` contains the body. The command combines the two, generates the section numbers and table of contents for the body, and outputs `COBOL Programming with VSCode.pdf`
46-
47-
## Contributing
48-
49-
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
50-
51-
All contributions must align with the [Open Mainframe Project contribution guidelines](https://github.com/openmainframeproject/tac/blob/master/process/contribution_guidelines.md), including having a DCO signoff on all commits.
52-
53-
## Governance
54-
55-
This project is openly governed as defined in [GOVERNANCE.md](GOVERNANCE.md).
56-
57-
## Credits
58-
59-
The courseware materials were made available through a joint collaboration IBM, it's clients, and American River College and proposed as a new project by IBM.
32+
`Front_Matter.tex` contains the content before the table of contents. `COBOL Programming Course #1 - Getting Started.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 #1 - Getting Started.pdf`

0 commit comments

Comments
 (0)