Introduction
Job Control Language or JCL is a set of control statements that provide the specifications necessary to process a job. It is a means of communication between a program that can be written in COBOL, ASSEMBER or PL/I and the MVS operating system. Without a JCL, you can’t able to run a job on MVS operating system. Communication with the OS is by typing commands or Job Control Language statements. The OS coordinates and manages resources; the command language provides guidance and direction.
Why JCL?
NOTE: Click the Chapter Name for More information.
CHAPTER 1. BASIC CONCEPTS
CHAPTER 2. JOB STATEMENT
CHAPTER 3. EXEC STATEMENT.
CHAPTER 4. JOB AND EXEC ADDITIONAL PARAMETERS
CHAPTER 5. DD STATEMENT.
CHAPTER 6. PROCEDURES.
CHAPTER 7. GENERATION DATA GROUPS (GDG).
CHAPTER 8. UTILITIES.
CHAPTER 9. SORTING AND MERGING.
CHAPTER 10. COMPILE LINK EDIT RUN.
CHAPTER 11. ABBEND CODES.
CHAPTER 12. JCL PROGRAMS.
CHAPTER 13. FAQ's ON JCL.