Skip to content

Commit 37f2759

Browse files
committed
Include TOC for COBOL program compilation
Signed-off-by: Hartanto Ario Widjaya <[email protected]>
1 parent f5faab8 commit 37f2759

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -557,6 +557,24 @@ To restate what we have learned, the compiler will translate the COBOL program w
557557

558558
As part of the compilation, we need to define the necessary data sets and specify any compiler options necessary for our program.
559559

560+
561+
- **Compilation via JCL**
562+
563+
- **Catalogued JCL Procedure**
564+
565+
- **Writing JCL to compile programs**
566+
567+
- **Specifying compiler options**
568+
569+
- **Specifying options in the PROCESS statement**
570+
571+
- **Specifying options in JCL**
572+
573+
- **Batch compilation**
574+
575+
- **Compiler options in a batch compilation**
576+
577+
560578
## Compilation via JCL
561579

562580
The primary method of COBOL program compilation we have done on this course is through JCL or Job Control Language. We have primarily used a set of catalogued procedures provided by IBM which reduces the amount of JCL that we need to write.

0 commit comments

Comments
 (0)