Skip to content

Commit

Permalink
Merge pull request #107 from openmainframeproject/prepare-release
Browse files Browse the repository at this point in the history
Prepare release
  • Loading branch information
Sudharsana-Srinivasan committed May 5, 2020
2 parents 5ec6b48 + 4b343c2 commit ff733e0
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 24 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.DS_Store
*~
COBOL Programming with VSCode.pdf
Binary file removed COBOL Programming with VSCode.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion Labs/cbl/CBL0002.cobol
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
*-----------------------
IDENTIFICATION DIVISION.
*-----------------------
PROGRAM-ID. CBL0001
PROGRAM-ID. CBL0002
AUTHOR. Otto B. Fun.
*--------------------
ENVIRONMENT DIVISION.
Expand Down
2 changes: 1 addition & 1 deletion Labs/cbl/CBL0005.cobol
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
*-----------------------
IDENTIFICATION DIVISION.
*-----------------------
PROGRAM-ID. CBL0004
PROGRAM-ID. CBL0005
AUTHOR. Otto B. Formatted
*--------------------
ENVIRONMENT DIVISION.
Expand Down
2 changes: 1 addition & 1 deletion Labs/cbl/CBL0011.cobol
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
*-----------------------
IDENTIFICATION DIVISION.
*-----------------------
PROGRAM-ID. CBL0010
PROGRAM-ID. CBL0011
AUTHOR. Otto B. Intrisic.
*--------------------
ENVIRONMENT DIVISION.
Expand Down
2 changes: 1 addition & 1 deletion Labs/cbl/CBL0012.cobol
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
*-----------------------
IDENTIFICATION DIVISION.
*-----------------------
PROGRAM-ID. CBL0011
PROGRAM-ID. CBL0012
AUTHOR. Otto B. Intrisic.
*--------------------
ENVIRONMENT DIVISION.
Expand Down
2 changes: 1 addition & 1 deletion Labs/cbl/COBOL.cobol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
IDENTIFICATION DIVISION.
PROGRAM-ID. ADDONE.
PROGRAM-ID. COBOL.
AUTHOR. STUDENT.
*
ENVIRONMENT DIVISION.
Expand Down
2 changes: 1 addition & 1 deletion Labs/cbl/PAYROL0X.cobol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
IDENTIFICATION DIVISION.
PROGRAM-ID. PAYROL00.
PROGRAM-ID. PAYROL0X.
DATA DIVISION.
WORKING-STORAGE SECTION.
****** Variables for the report
Expand Down
42 changes: 24 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,31 @@ This project is a set of training materials and labs for a "Getting Started" lev

## How to use

There are two sets of materials available
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.

- [Chapters](https://github.com/openmainframeproject/cobol-programming-course/blob/master/COBOL%20Programming%20with%20VSCode.pdf) which contain the lessons, broken up into chapters.
- [Labs](https://github.com/openmainframeproject/cobol-programming-course/tree/master/Labs) which contain the source code used in the chapters.
- The COBOL Programming with VSCode 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](#providers) 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](https://openmainframeproject.slack.com/archives/C011NE32Z1T).

## Discussion

You can connect with the community in a variety of ways...

- [#cobol-programming-course channel on Open Mainframe Project Slack](https://slack.openmainframeproject.org)
- ['COBOL technical questions' category on Open Mainframe Project Community Forums](https://community.openmainframeproject.org/c/cobol-technical-questions/16)
- [COBOL Programming Course Discussion Mailing list](https://lists.openmainframeproject.org/g/cobol-course-discussion)

## Providers

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.

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

## Build

Expand All @@ -29,21 +50,6 @@ Pull requests are welcome. For major changes, please open an issue first to disc

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.

# Discussion

You can connect with the community in a variety of ways...

- [COBOL Programming Course Discussion Mailing list](https://lists.openmainframeproject.org/g/cobol-course-discussion)
- [#cobol-programming-course channel on Open Mainframe Project Slack](https://slack.openmainframeproject.org)
- ['COBOL technical questions' category on Open Mainframe Project Community Forums](https://community.openmainframeproject.org/c/cobol-technical-questions/16)

## Providers

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.

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

## Governance

This project is openly governed as defined in [GOVERNANCE.md](GOVERNANCE.md).
Expand Down

0 comments on commit ff733e0

Please sign in to comment.