Skip to content

Commit 4038a4c

Browse files
committed
PDF Build and Formatting
Signed-off-by: MikeBauerCA <[email protected]>
1 parent 21acb69 commit 4038a4c

File tree

3 files changed

+65
-0
lines changed

3 files changed

+65
-0
lines changed

COBOL Programming Course #1 - Getting Started/Commercial Tooling/IBM Developer for zOS/COBOL Programming Course #1 - Getting Started - IDz.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
---
2+
geometry:
3+
- margin=1in
4+
header-includes:
5+
- \lstset{basicstyle=\ttfamily,
6+
stepnumber=2,
7+
numbersep=5pt,
8+
backgroundcolor=\color{black!10},
9+
showspaces=false,
10+
showstringspaces=false,
11+
showtabs=false,
12+
tabsize=2,
13+
captionpos=b,
14+
breaklines=true,
15+
breakatwhitespace=true,
16+
breakautoindent=true,
17+
linewidth=\textwidth}
18+
- \hypersetup{colorlinks=true,
19+
linkcolor=blue}
20+
---
21+
\newpage
122
# Installing IBM Developer for Z
223

324
This chapter covers all aspects of download and installation of IBM Developer for z/OS and any prerequisites that are needed. It includes:
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
geometry:
3+
- margin=1in
4+
header-includes:
5+
- \lstset{basicstyle=\ttfamily,
6+
stepnumber=2,
7+
numbersep=5pt,
8+
backgroundcolor=\color{black!10},
9+
showspaces=false,
10+
showstringspaces=false,
11+
showtabs=false,
12+
tabsize=2,
13+
captionpos=b,
14+
breaklines=true,
15+
breakatwhitespace=true,
16+
breakautoindent=true,
17+
linewidth=\textwidth}
18+
- \hypersetup{colorlinks=true,
19+
linkcolor=blue}
20+
---
21+
\newpage
22+
# Advanced Topic #1
23+
Coming soon!

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
---
2+
geometry:
3+
- margin=1in
4+
header-includes:
5+
- \lstset{basicstyle=\ttfamily,
6+
stepnumber=2,
7+
numbersep=5pt,
8+
backgroundcolor=\color{black!10},
9+
showspaces=false,
10+
showstringspaces=false,
11+
showtabs=false,
12+
tabsize=2,
13+
captionpos=b,
14+
breaklines=true,
15+
breakatwhitespace=true,
16+
breakautoindent=true,
17+
linewidth=\textwidth}
18+
- \hypersetup{colorlinks=true,
19+
linkcolor=blue}
20+
---
21+
\newpage
122
# Testing
223

324
In this chapter, we focus on the importance of thoroughly testing software to ensure its quality. No language or program is exempt from the importance of testing and automated testing, including programs written in COBOL. The chapter explains how this can only be achieved in an effective and efficient way by automating the testing as part of a continuous delivery pipeline and introduces a framework that can enable such automation.

0 commit comments

Comments
 (0)