File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
COBOL Programming Course #1 - Getting Started/Labs
COBOL Programming Course #2 - Advanced Topics/Labs Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ Please note that the following instruction is provided as-is. Neither this proje
77## Contents
88
99There 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
1515There 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
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ Please note that the following instruction is provided as-is. Neither this proje
77## Contents
88
99There 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
1414There are 3 supplied cataloged procedures inside the ** jclproc** folder:
1515- ** DB2CBL** for COBOL code compilation, link-edit, and Db2 binding
You can’t perform that action at this time.
0 commit comments