120 likes | 234 Vues
This document outlines the essential Job Control Language (JCL) standards followed in our organization, detailing who uses JCL, where it is stored, and the responsibilities associated with maintaining it. Key topics include the roles of application and system programmers, schedulers, and operators, as well as a thorough overview of JCL formatting, job naming conventions, and job accounting information. Compliance with these standards is critical to ensure efficient job execution and proper resource management.
E N D
JCL Standards #1 Company Name
Our organization and JCL • Who uses JCL in our organization? • Where is JCL stored and how is itcreated? • Who is responsible for maintaining JCL?
Who uses JCL in our organization? • Application programmers • System programmers • Schedulers • Operators
Where is JCL stored and how is it created? • What JCL data sets are you allowed to access? • What if I need to run JCL from another location? • Production JCL
Who is responsible for maintaining JCL? • Your own JCL • Production JCL
Job statement • General JCL formatting requirements • Job naming standards • Job accounting information • Keyword parameter standards
JCL formatting requirements • What are our general JCL formatting standards?
Job naming standards • What are our job naming standards? • What will happenif I do not use the standards?
Job accounting information standards • What do I need to code for job accounting information? • How is the accounting information used?
CLASS and MSGCLASS standards • What standards are used for these keyword parameters? • How are these standards enforced?
Other JOB statement parameters • Which other JOB statement parameters are required?
Summary • Importance of JCL standards • JOB statement parameters used by our organization