Skip to content

Commit 335979c

Browse files
committed
Edit list styling
Signed-off-by: Hartanto Ario Widjaya <[email protected]>
1 parent 7a15fc3 commit 335979c

File tree

2 files changed

+7
-7
lines changed
  • COBOL Programming Course #1 - Getting Started/Labs
  • COBOL Programming Course #2 - Advanced Topics/Labs

2 files changed

+7
-7
lines changed

COBOL Programming Course #1 - Getting Started/Labs/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ Please note that the following instruction is provided as-is. Neither this proje
77
## Contents
88

99
There are 4 folders within this directory:
10-
1. **cbl**, containing the actual COBOL source code
11-
2. **jcl**, containing the JCL used to compile, link, and execute COBOL source code
12-
3. **jclproc**, containing the supplied cataloged procedure used in the JCL
13-
4. **data**, containing the data used as input for the COBOL program
10+
- **cbl**, containing the actual COBOL source code
11+
- **jcl**, containing the JCL used to compile, link, and execute COBOL source code
12+
- **jclproc**, containing the supplied cataloged procedure used in the JCL
13+
- **data**, containing the data used as input for the COBOL program
1414

1515
There are 2 kinds of data provided inside the **data** folder:
1616
- **data** is a binary file that is still encoded in EBCDIC with packed decimal

COBOL Programming Course #2 - Advanced Topics/Labs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Please note that the following instruction is provided as-is. Neither this proje
77
## Contents
88

99
There are 3 folders within this directory:
10-
1. **cbl**, containing the actual COBOL source code
11-
2. **jcl**, containing the JCL used to compile, link, and execute COBOL source code
12-
3. **jclproc**, containing the supplied cataloged procedure used in the JCL
10+
- **cbl**, containing the actual COBOL source code
11+
- **jcl**, containing the JCL used to compile, link, and execute COBOL source code
12+
- **jclproc**, containing the supplied cataloged procedure used in the JCL
1313

1414
There are 3 supplied cataloged procedures inside the **jclproc** folder:
1515
- **DB2CBL** for COBOL code compilation, link-edit, and Db2 binding

0 commit comments

Comments
 (0)