Skip to content

Commit c77bbbc

Browse files
committed
Add links to IBM Docs for more info on JCL
Signed-off-by: Hartanto Ario Widjaya <[email protected]>
1 parent 926f9c9 commit c77bbbc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1235,7 +1235,11 @@ To simplify things, Enterprise COBOL for z/OS provided three JCL procedure to co
12351235
2. Compile and link-edit procedure (IGYWCL)
12361236
3. Compile, link-edit, and run procedure (IGYWCLG)
12371237

1238-
Since this course is a COBOL course, the JCL necessary for you to do the Labs is provided for you. If you want to make a new COBOL code, you can copy one of the JCL provided and modify it accordingly.
1238+
Since this course is a COBOL course, the JCL necessary for you to do the Labs is provided for you. Therefore, you will encounter the procedures listed above on the JCL. If you want to make a new COBOL code, you can copy one of the JCL provided and modify it accordingly.
1239+
1240+
To read more on JCL, visit the IBM Knowledge Center:
1241+
1242+
[https://www.ibm.com/docs/en/zos-basic-skills?topic=collection-basic-jcl-concepts](https://www.ibm.com/docs/en/zos-basic-skills?topic=collection-basic-jcl-concepts)
12391243

12401244
## COBOL Divisions
12411245

0 commit comments

Comments
 (0)