home 
 
 
 
nlfr
 
Home
About ABIS
Services
Courses
Resources
Contact
MyABIS
All CoursesbalkjeGeneral » Soft skills » Introduction to HW & SW » TracksOperating systems » MVS - z/OS » UNIX - Linux - AIX » Mac OS X » iPad and iPhone iOSDatabases, transaction systems and middleware » DB2 for z/OS » DB2 UDB for Linux, UNIX and Windows » Oracle » SQL Server » MySQL » IMS » CICS » WebSphere MQ » WebSphere Application Server » Data warehouse, business analytics and big dataApplication development » Methods and techniques » TOGAF » PRINCE2 » Agile development and Scrum » Programming languages » Internet development » Object Oriented systems » Java » IBM development tools » SAS » XML » SOA & web servicesSystems management » ITIL » SecuritybalkjePractical informationRegistration 
JCL

Intended for

Programmers, operators, system programmers, schedulers.

Background

Basic knowledge of ISPF/PDF is necessary (see course ISPF/PDF basics). You can test yourself to see if you have enough background by printing and filling in the self-test (PDF file - 26 KB).

Training method

About half of the time is spent on practical exercises.

Course leader

an ABIS instructor.

Duration

2 days.

Schedule

datelanguageplacepriceremarks
21/08/2013 Leuven910 EUR
30/10/2013NWoerden910 EUR
Legend
  • You can enrol by clicking on the dates in the calendar.
  • N: Dutch; F: French; E: English; No code: language depends on the participants.
  • All prices are VAT excluded.
  • Countries:
    Belgium 
    Netherlands 
    Elsewhere 

Objectives

This course teaches:

  • how to code JCL (Job Control Language) statements to obtain a correct execution of programs and the correct treatment of data sets;
  • the interpretation of job output via SDSF (Spool Display and Search Facility) in order to correct possible errors as soon as possible;
  • the use and creation of procedures.

Main topics

  • Job Entry Subsystem (JES) and batch processing
  • The different statements and their function:
  • JOB statement: accounting information, job scheduling parameters, execution parameters, job output specification
  • EXEC statement: PGM, PROC, PARM, COND, TIME, etc.
  • DD statement: data set description, resource specification, output description, in-stream data sets, etc.
  • IF-THEN-ELSE construction
  • OUTPUT statement
  • Job log and job output • SDSF manipulation
  • Special datasets and associated parameters:

concatenation • partitioned and sequential data sets • temporary data sets • backward references • GDG • SMS parameters • JOBLIB • STEPLIB • ...

  • INCLUDE and JCLLIB
  • Use of procedures:

definition • parameters • changing and adding • symbolic parameters

  • Debugging of JCL, frequent abends, ...
  • JES2 control statements