Download as ppt, pdf, or txt
Download as ppt, pdf, or txt
You are on page 1of 8

Basic JCL TMS

TMS

Outline
• Introduction
• Coding JCL to Create Jobs
• Basic JCL Standards

©2000 IMF - JCL Part 1 (Slide 1)


TMS
TMS

©2000 IMF - JCL Part 1 (Slide 2)


TMS
TMS

To communicate with the operating system……..


To define
 the work to be done
 the method to be used
 the resources (e.g. storage, datasets, devices etc.)
needed
 for your program

©2000 IMF - JCL Part 1 (Slide 3)


Job TMS
TMS

What is a JOB?
JOB

©2000 IMF - JCL Part 1 (Slide 4)


Job TMS
TMS

A collection of

related processing
programs submitted
to the operating system

©2000 IMF - JCL Part 1 (Slide 5)


Job TMS
TMS

Made up of
1 or more job steps
Job step
is a unit of work associated with
one of the processing programs
that make up the job

©2000 IMF - JCL Part 1 (Slide 6)


Job TMS
TMS

How is a job processed by MVS

Job Reader/
Stream
Interpreter Input
Work
Queue

Job in Execution
Datasets
Output
Work
Queue
Output Output Writer

©2000 IMF - JCL Part 1 (Slide 7)


Coding JCL to Create Jobs TMS
TMS

Please run the NETG CBT MVS/ESA: Coding JCL


to Create Jobs.

After completion of this session, you will be able to


code basic JCLs.

Please refer to study guide for procedures to run the


CBT.

©2000 IMF - JCL Part 1 (Slide 8)

You might also like