Skip to content

Commit c32d562

Browse files
authored
Merge pull request #314 from openmainframeproject/prep-v3.1.0
Prep v3.1.0
2 parents 91efa44 + 7f90cd0 commit c32d562

File tree

8 files changed

+35
-11
lines changed

8 files changed

+35
-11
lines changed

COBOL Programming Course #1 - Getting Started/Front_Matter.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ \section*{
66
\\[35pt]
77
\Huge COBOL Programming Course 1 \\[10pt]
88
\Huge Getting Started \\[15pt]
9-
\Large Version 3.0.0}\label{cobol-programming-course-1}}
9+
\Large Version 3.1.0}\label{cobol-programming-course-1}}
1010
\end{center}
1111

1212
\pagebreak

COBOL Programming Course #2 - Learning COBOL/Front_Matter.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ \section*{
66
\\[35pt]
77
\Huge COBOL Programming Course 2 \\[10pt]
88
\Huge Learning COBOL \\[15pt]
9-
\Large Version 3.0.0}\label{cobol-programming-course-2}}
9+
\Large Version 3.1.0}\label{cobol-programming-course-2}}
1010
\end{center}
1111

1212
\pagebreak

COBOL Programming Course #3 - Advanced Topics/Front_Matter.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ \section*{
66
\\[35pt]
77
\Huge COBOL Programming Course 3 \\[10pt]
88
\Huge Advanced Topics \\[15pt]
9-
\Large Version 3.0.0}\label{cobol-programming-course-3}}
9+
\Large Version 3.1.0}\label{cobol-programming-course-3}}
1010
\end{center}
1111

1212
\pagebreak

COBOL Programming Course #4 - Testing/COBOL Programming Course #4 - Testing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ Then issue command `cd ..` to come back to the parent directory.
445445

446446
*Figure 21. Output: A new COBOL program with the test cases embedded as statements*
447447

448-
20. You need to copy this file to the MVS data sets (Z99998.CBL) which you can view in your DATA SETS tab. Use the command `cp CC##99.CBL "//Z99998.CBL(NUMBERS)'"`
448+
20. You need to copy this file to the MVS data sets (Z99998.CBL) which you can view in your DATA SETS tab. Use the command `cp CC##99.CBL "//'Z99998.CBL(NUMBERS)'"`
449449

450450
![](Images/image230.png)
451451

@@ -606,7 +606,7 @@ In this lab, You will have to write test cases for a given COBOL program to chec
606606

607607
*Figure 5. ssh connection*
608608

609-
6. Copy the newly generate source code to DATA SETS (Z99998.CBL) just like as we have seen earlier, use the command `cp CC##99.CBL “//’Z99998.CBL(EMPPAY)’”`
609+
6. Copy the newly generate source code to DATA SETS (Z99998.CBL) just like as we have seen earlier, use the command `cp CC##99.CBL "//'Z99998.CBL(EMPPAY)'"`
610610

611611
![](Images/image241.png)
612612

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
\begin{center}
2+
\vspace*{25pt}
3+
\includegraphics{Images/COBOL-Programming-Course.png}
4+
\hypertarget{cobol-programming-course-4}{%
5+
\section*{
6+
\\[35pt]
7+
\Huge COBOL Programming Course 4 \\[10pt]
8+
\Huge Testing \\[15pt]
9+
\Large Version 3.1.0}\label{cobol-programming-course-3}}
10+
\end{center}
11+
12+
\pagebreak
13+
\hypertarget{copyright}{%
14+
\section*{Copyright}{
15+
\normalsize COBOL Programming Course is licensed under Creative Commons
16+
Attribution 4.0 International. To view a copy of this license, visit
17+
\href{https://creativecommons.org/licenses/by/4.0}{https://creativecommons.org/licenses/by/4.0}. \\[10pt]
18+
Copyright Contributors to the Open Mainframe Project's COBOL Programming Course}\label{copyright}}
19+
\pagebreak
113 KB
Loading

COBOL Programming Course #4 - Testing/README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@ This project is a set of training materials and labs for testing COBOL applicati
44

55
## How to get started
66

7-
There are currently no official releases of COBOL Programming Course #4 - Testing. All content remains in development. We encourage you to view and contribute to the [book](COBOL%20Programming%20Course%20%233%20-%20Testing.md) :)
7+
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.
8+
9+
- The COBOL Programming Course #4 - Testing PDF asset contains the course instructions.
10+
- The Source code asset contains everything that was in the project when the release was published.
11+
12+
To complete the course, you will also need to do one of the following:
13+
- Select a [provider](#providers) below and follow their registration process. Once complete, you should be given system details to use in the course.
14+
- Upload the source code for the course (located in the Labs folder) to your mainframe environment.
815

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

@@ -16,8 +23,8 @@ These materials are being used by other organizations to provide COBOL training
1623

1724
## Build
1825

19-
A PDF can be built using the following [pandoc](https://pandoc.org/) command. Note: pdflatex is required. [MiKTeX](https://miktex.org/) can be installed to accommodate this.
26+
A PDF can be built using the following [pandoc](https://pandoc.org/) command. Note: pdflatex is required. [MiKTeX](https://miktex.org/) can be installed to accommodate this. Prior to issuing the following command, all subscript and superscript notation must be changed. Find all instances of `<sub>` and `</sub>` and replace them with `~`. Find all instances of `<sup>` and `</sup>` and replace them with `^`. This is the notation required for pandoc but this would make it difficult to read the markdown in GitHub.
2027

2128
```
22-
pandoc "COBOL Programming Course #4 - Testing.md" -o "COBOL Programming Course #4 - Testing.pdf" --number-sections --toc --listings
29+
pandoc "COBOL Programming Course #4 - Testing.md" -o "COBOL Programming Course #4 - Testing.pdf" --number-sections --toc -B Front_Matter.tex --listings
2330
```

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ This project is a set of training materials and labs for COBOL on z/OS. The foll
1111
- [COBOL Programming Course #1 - Getting Started](COBOL%20Programming%20Course%20%231%20-%20Getting%20Started/README.md)
1212
- [COBOL Programming Course #2 - Learning COBOL](COBOL%20Programming%20Course%20%232%20-%20Learning%20COBOL/README.md)
1313
- [COBOL Programming Course #3 - Advanced Topics](COBOL%20Programming%20Course%20%233%20-%20Advanced%20Topics/README.md)
14-
15-
- Incubation
1614
- [COBOL Programming Course #4 - Testing](COBOL%20Programming%20Course%20%234%20-%20Testing/README.md)
1715

1816
If you run into any issues, please don't hesitate to reach out on our [Slack channel](https://openmainframeproject.slack.com/archives/C011NE32Z1T).
@@ -39,7 +37,7 @@ This project is openly governed as defined in [GOVERNANCE.md](GOVERNANCE.md).
3937

4038
## Credits
4139

42-
The courseware materials were made available through a joint collaboration between IBM, its clients, and American River College and proposed as a new project by IBM.
40+
The course materials were made available through a joint collaboration between IBM, its clients, and American River College and proposed as a new project by IBM.
4341

4442
## Video Course Links
4543

0 commit comments

Comments
 (0)