icon_CloudMgmt icon_DollarSign icon_Globe icon_ITAuto icon_ITOps icon_ITSMgmt icon_Mainframe icon_MyIT icon_Ribbon icon_Star icon_User icon_Users icon_VideoPlay icon_Workload icon_caution icon_close s-chevronLeft s-chevronRight s-chevronThinRight s-chevronThinRight s-chevronThinLeft s-chevronThinLeft s-trophy s-chevronDown

BMC Mainframe: z/OS JCL Workshop Part 1 - Foundation Skills

The course is developed and delivered by © RSM Technology.

This course is essential for all those working in technical roles within a z/OS environment. The course teaches the coding of job control statements to execute programs and access datasets, as well as how to write and test catalogued procedures.

The course combines classroom tuition with practical exercises using various IBM utilities. Regularly upgraded to reflect recent developments in z/OS, the practical sessions of this course now comprise almost 40% of the course timetable!

Major release:

BMC Mainframe Infrastructure Platform Training

Good for:

Operators, System Programmers

Course Delivery:

Instructor-Led Training (ILT) | 24 hours

Course Modules

  • z/OS: Structure & Components
    • z/OS background and history
    • MVS main memory and virtual storage
    • MVS versions
    • Address space layout
    • Common area
    • Private area
    • Main components of z/OS
    • z/OS processing environments: On-line, TSO, ISPF, Batch
    • MVS spooling
    • Other program products and their functions. This segment gives a brief overview of z/OS
  • Introduction to z/OS Job Control Language
    • Basic job structure
    • Job stream processing
    • JCL output
    • JCL statement types
    • JCL statement format and coding rules
    • JES2 control statements
    • JES3 control statements
    • JCL error points
    • Describes jobs and job steps, introduces rules for coding JCL statements and explains the role that JES has in job submission and execution
  • The JOB Statement
    • The JOB statement overview
    • Accounting information - positional
    • Programmer's name - positional
    • Keyword parameters
    • Other keyword parameters
    • Example JOB statements.
    • This segment distinguishes between positional and keyword parameters. It also explains the more common JOB statement parameters
  • The EXEC Statement
    • The EXEC statement
    • EXEC format - program
    • EXEC format - procedure
    • EXEC keyword parameters
    • Other EXEC keyword parameters
    • COND parameter
    • EVEN or ONLY
    • Example EXEC statements
    • EXEC statement summary
    • Covers the differences between executing a program and a procedure. Parameters used when a program is executed are explained
  • Printing & In-stream Data
    • Print files & In-stream data
    • Printing: Examples, DEST, COPIES, DCB
    • Output statement
    • OUTPUT statement: Implicit, Explicit, Multiple output
    • Output statement parameters
    • Examples
    • OUTDISP parameter
    • In-stream data.
    • JES's handling of print output (which output queue the print output will go to, etc), plus the use of in-stream data
  • The DD Statement
    • The DD statement
    • DD parameters: DSN, DISP, UNIT and VOL
    • SMS considerations
    • DD statement summary
    • Existing catalogued dataset
    • Existing non-catalogued dataset
    • Describes the JCL needed for existing datasets. The importance of cataloguing datasets is emphasised
  • The DD Statement - Working with Datasets
    • Dataset types
    • Sequential datasets
    • Partitioned Data Sets
    • VSAM datasets
    • BUFNO
    • Accessing existing datasets
    • Creating new non-VSAM datasets
    • Data Control Block parameters
    • SPACE parameter
    • Space allocation DSCBs
    • System Managed Storage: Disk datasets with SMS, Space allocation with SMS. DCB parameters with SMS
    • Creating VSAM datasets in JCL
    • Generation datasets
    • SMS GDG considerations
    • Stages in creating a generation dataset
    • Tape datasets
    • . LABEL parameter
    • DD statement summary
    • Creating a new dataset on disk - non-SMS
    • Creating a new tape dataset.
    • This segment describes the JCL needed to create new datasets, either on DASD, or cartridge. An explanation of generation datasets and the JCL needed to use them is included in this segment, along with details of the new parameters available if SMS is used
  • Further DD Considerations
    • Special ddnames
    • JOBLIB
    • STEPLIB
    • Dump datasets
    • Concatenated datasets
    • Temporary dataset names
    • Dummy datasets.
    • The remaining uses of the DD statement, with emphasis on DD names for libraries, dump, concatenated and temporary datasets
  • Procedures
    • JCL procedures
    • In-stream procedures
    • What a catalogued procedure cannot contain
    • Cataloguing a procedure
    • INCLUDE statement
    • Calling a procedure
    • Symbolic parameters
    • Examples of symbolic translation
    • Default parameters
    • Resolving symbolic parameters
    • SET statement
    • Modifying EXEC statement parameters
    • Modifying DD parameters
    • Concatenated data sets
    • Adding DD statements
    • Substitution prefixes
    • Using a standard COBOL compile/link/go procedure.
    • Catalogued procedures are widely used in z/OS. This segment deals with all aspects of them, including creating, testing and modification
  • Conditional JCL Statements
    • The general construct
    • Name field
    • Relational-expression field
    • Relational-expression keywords
    • Comparison operators
    • Logical operators
    • NOT operator
    • Order of priority of operators
    • Parentheses
    • THEN and ELSE clauses
    • Contents of THEN and ELSE clauses
    • IF/THEN/ELSE/ENDIF and COND.
    • This is the IBM recommended way of coding conditional JCL. All aspects of the IF, THEN, ELSE construct are explained