This course is a combination of lecture, discussion and hands-on lab sessions.
First, an overview of JCL is given which describes the purpose of JCL, its relationship to the operating system, and the format / rules for coding.
Then, the JOB, EXEC and DD statements are covered extensively.
The purpose and use of each statement is described in detail; along with many parameters available to provide information to the operating system.
Procedures and several commonly used IBM utilities are covered in detail.
Mainframe Training Learning Objectives
Upon successful completion of the course, each student will be able to -
- Describe MVS operating system functions
- Describe Job Control Language statement syntax and format
- Create and use the JOB statement and its parameters
- Create and use EXEC statements and its parameters
- Create and use DD statements and its parameters
- Describe the need for and use JCL procedures
- Create and use JCL procedures
- Use the Sort utility and several other IBM utilities
- Describe the function of JES
Mainframe Training Audience
This course is for entry level programmers or experienced information processing personnel who need an in-depth knowledge of JCL (Job Control Language).
Mainframe Training Prerequisites
Participants should have a good working knowledge of data processing fundamentals.
Mainframe Training Course duration
3 days
Mainframe Training Course outline
I. Job Control language (JCL) Overview
|
|
A. Introduction to Job Control Language (JCL)
- Operating Systems - overall functions, I/O functions, data management functions
- The function of JCL
- How JCL is interpreted
- Job Entry Subsystem (JES) functions
B. JCL Statement Coding Format
- JCL identifier
- Name field
- Operation field
- Operand field - Keyword and Positional parameters
- Suggested standards
C. JCL Statement Types
- JOB statement
- EXEC statement
- DD statement
- Comment statement
- Delimiter statement
D. JCL Procedures
|
II. JCL Statements
|
|
A. JOB statement
- Definition of a "job'
- Accounting information
- CLASS
- COND
- MSGCLASS
- MSGLEVEL
- Other parameters
B. EXEC statement
- Definition of JOB "steps"
- Step name
- What is being executed? - Program, Procedure
- PARM
- COND
- TIME
C. DD statement
- Definition of a "file"
- DDNAME
- DSNAME
- DCB
- DISP
- UNIT
- VOLUME
- SPACE
- SYSOUT
- DUMMY
D. Comments
|
III. JCL Procedures
|
|
A. Introduction to JCL procedures
- Definition of JCL procedures
- When to use JCL procedures
- In-stream procedures
- Catalogued procedures
- IBM-provided and vendor-provided procedures
B. PROC statement
- Procedure name
- Definition of symbolic parameters and their defaults
C. PEND statement
D. Using procedures - in-stream and catalogued
E. Overriding procedures
|
IV. Utilities
|
|
A. SORT
B. IDCAMS
C. IEBGENER
D. IEBPRPCH
E. IEBCOMPR
|