Discover millions of ebooks, audiobooks, and so much more with a free trial

Only $11.99/month after trial. Cancel anytime.

MVS JCL Utilities Quick Reference, Third Edition
MVS JCL Utilities Quick Reference, Third Edition
MVS JCL Utilities Quick Reference, Third Edition
Ebook83 pages27 minutes

MVS JCL Utilities Quick Reference, Third Edition

Rating: 5 out of 5 stars

5/5

()

Read preview

About this ebook

IBM mainframe programmers will appreciate this handy reference for using the IBM MVS JCL utilities, such as IEBGENER and IDCAMS. It includes many examples of common functions with precise JCL syntax. The third edition includes a section on basic JCL concepts and keywords with plenty of examples for those who are not familiar with IBM JCL. This is a great desk reference!

LanguageEnglish
Release dateFeb 26, 2019
ISBN9781386632603
MVS JCL Utilities Quick Reference, Third Edition
Author

Robert Wingate

Robert Wingate is a computer services professional with over 30 years of IBM mainframe and distributed programming experience. He holds several IBM certifications, including IBM Certified Application Developer - DB2 11 for z/OS, and IBM Certified Database Administrator for LUW. He lives in Fort Worth, Texas.  

Read more from Robert Wingate

Related to MVS JCL Utilities Quick Reference, Third Edition

Related ebooks

Operating Systems For You

View More

Related articles

Reviews for MVS JCL Utilities Quick Reference, Third Edition

Rating: 5 out of 5 stars
5/5

1 rating1 review

What did you think?

Tap to rate

Review must be at least 10 words

  • Rating: 5 out of 5 stars
    5/5
    Very good book. Has practical examples which you can be used.

Book preview

MVS JCL Utilities Quick Reference, Third Edition - Robert Wingate

Legal

Disclaimer

The contents of this book are based upon the author’s understanding of and experience with the IBM JCL product.  Every attempt has been made to provide correct information.  However, the author and publisher do not guarantee the accuracy of every detail, nor do they assume responsibility for information included in or omitted from it. All of the information in this book should be used at your own risk.

Copyright

The contents of this book may not be copied in whole, or in part, without the explicit written permission of the author. The contents are intended for personal use only. Secondary distribution for gain is not allowed.  Any alteration of the contents is absolutely forbidden. 

Copyright, 2018

Robert Wingate

OVERVIEW

This book includes sample Job Control Language (JCL) code to accomplish many routine file operations using the MVS utility programs.  The objectives are to provide ready reference material for the most common utility programs, and to encourage their use.  Both these objectives should contribute to programmer productivity by minimizing or eliminating custom programming for simple, routine operations.

This third edition includes explanation and examples of basic JCL syntax and operations.  More commentary is included for some of the examples from the second edition.  

This book is not intended to be a comprehensive training guide.  For more detailed information on JCL, consult these excellent references:

z/OS JCL, 5th Edition by Gary Brown

MVS JCL, 2nd Edition by Doug Lowe

Murach's OS/390 and z/OS JCL by Raul Menendez and Doug Lowe

Finally, thanks for your purchase! If you find this MVS JCL utilities reference guide useful, please leave a positive review at the place you bought it.  I’ll really appreciate that.

Robert Wingate

Basic JCL

Introduction

Job Control Language (JCL) is an IBM mainframe scripting language that invokes batch programs and other processes to run on a mainframe computer.  A batch job is an instance of JCL that consists of one or more steps which specify which program to run, what files are to be processed, and the conditions for executing subsequent steps.  JCL is submitted to the Job Entry System (JES) via a submit statement or by means of a scheduling tool such as CA7 or Control-M.

JCL Structure and Syntax

JCL Statements

JCL has three statement types: JOB, EXEC and DD.

JOB               

A JOB statement is like a header that identifies the beginning of a job, some information about the overall job such as accounting, notification and default output routing, and job class designation (which has implicit time limits).  A

Enjoying the preview?
Page 1 of 1