JCL Standards #2 Company Name

Slides:



Advertisements
Similar presentations
Review Questions Business 205
Advertisements

© 2005 Prentice Hall4-1 Stumpf and Teague Object-Oriented Systems Analysis and Design with UML.
Managing the development and purchase of information systems (Part 1)
A Simple Cobol Example – ISPF vs RDz Enterprise Systems1.
Title of Articulate Module (must match what’s on the VITALS calendar) Johnny Hippocrates, MD Assistant Professor of Western Medicine
AR354: Advanced Billing Welcome to AR354: Advanced Billing.
Our COBOL Programming COBOL Programming - Basics 1 hour PowerPoint Our COBOL Environment PowerPoint Our COBOL Programming Webinar Understanding COBOL and.
Lecture 31 Creating Executable Programs on the Mainframe Tuesday, January 20, 2009.
Welcome This is a document to explains the chosen concept to the animator. This will take you through a 5 section process to provide the necessary details.
Introduction to the new mainframe © Copyright IBM Corp., All rights reserved. Chapter 6: Using Job Control Language (JCL) and System Display and.
Ecampus Training Session Trainer: Siddhesh Krishnan.
AS Level ICT Analysis. Analysis is the process of breaking down a problem into small parts so that it is easier to understand and therefore easier to.
Appendix A 12.0 Workbench Environment
Integration Framework of SAP Business One Training
Project Portfolio Architecture of Complex Systems Name
Project Management: Messages
Essentials of UrbanCode Deploy v6.1 QQ147
Coupling and Cohesion Rajni Bhalla.
Business System Development
Module 11: File Structure
Commercial Skills Testing Information Management System (CSTIMS)
Student SOLE Page – Living Page
Lawson System Foundation 9.0
Developing Information Systems
Introduction to PL/SQL
Deploying and Configuring SSIS Packages
THIS IS JEOPARDY. THIS IS JEOPARDY With Your Host... Paul Berman.
Welcome to Research Wave/IACUC
Our Data Center Structure
System Monitoring Practices and Procedures
Inviting Applicants to Interviews/EVENTs
Intro to PHP & Variables
Students Welcome to “Students” training module..
© Paradigm Publishing, Inc.
Managing the development of information systems (Part 1)
Designing and Debugging Batch and Interactive COBOL Programs
Understanding COBOL and Your Role
Microsoft Word - Formatting Pages
Understanding System Problem Resolution
Database Applications – Microsoft Access
JCL Standards #5 Company Name
Topics Introduction to File Input and Output
JCL Standards #3 Company Name
Why ISO 27001? Subtitle or presenter
Our CICS Systems Company name CICS TS - Introduction Graphic
Our Mainframe Applications and Subsystems
Our z/OS System Setup Company Name Introduction to z/OS
This presentation document has been prepared by Vault Intelligence Limited (“Vault") and is intended for off line demonstration, presentation and educational.
Appeals Process Screener Training Module Module 6
Company Name Date - Time
Online Training Course
Welcome 1 This is a document to explains the chosen concept to the animator. This will take you through a 5 section process to provide the necessary details.
Company Name Date - Time
ACCESS for ELLs Score Reports
Why ISO 27001? MARIANNE ENGELBRECHT
Understanding DB2 and Your Role
Topics Introduction to Value-returning Functions: Generating Random Numbers Writing Your Own Value-Returning Functions The math Module Storing Functions.
System Problem Resolution Practices
Chapter 11 Describing Process Specifications and Structured Decisions
Improving the Sailor Performance Evaluation Journey
Handling SMF and System Messages
System Start-Up and Shutdown
Chapter 22, Part
Improving the Sailor Performance Evaluation Journey
Welcome 1 This is a document to explains the chosen concept to the animator. This will take you through a 5 section process to provide the necessary details.
Topics Introduction to File Input and Output
HIGH PPT TEMPLATE ——Add text content——.
This presentation document has been prepared by Vault Intelligence Limited (“Vault") and is intended for off line demonstration, presentation and educational.
LOGO BUSINESS GENERAL POWERPOINT TEMPLATE.
Presentation transcript:

JCL Standards #2 Company Name Graphic: Insert your organization's name in the above slide. Audio to include the following: Welcome to the JCL Standards #2 presentation. My name is _____. I work in the ___ department and have been using JCL for ___ years. (This should be expanded so the learner is confident that you have the right credentials to create this presentation.) This presentation follows on from the “Working with the EXEC Statement” and “Working with the DD Statement” Datatrain courses and associated Datatrain JCL Concepts assessment. The presentation will show how these two statements are used in our organization. Any questions about the content of this presentation or the Datatrain modules just mentioned should be forwarded to _______ so they can be included in the Webinar discussion at the end of this learning pathway.

Using EXEC and DD statements Identify where organizational programs and procedures are stored. Describe the organizational standards for EXEC and DD statements and why they are required. Audio will need to cover the following: The training sessions that you have undertaken so far have focused on general JCL usage associated with the JOB, EXEC, and DD statements, which form the majority of the "building blocks" used to create a batch job. The JCL Standards #1 PowerPoint presentation looked at our organizational requirements for the JCL JOB statement and the general format of JCL statements. The aim of this session is to explain how the EXEC and DD statements are used in our organization, the standards and processes that you need to be aware of, and the implications of not following them. Expand on the objectives above.

Step basics Are there standards for step names? Description of the activity performed by the step Graphic: Select an example of an EXEC statement that is commonly used in your organization to replace the example on this slide. Audio will need to cover the following: Firstly, you will look at the EXEC statement that is used to invoke a program or procedure. Step names do not need to be specified in JCL, but in our organization _______ and they must be unique to the job. (Describe the standard used in your organization and explain why it is used and what happens when it is not adhered to.) If documentation is required, describe the standard or best practice. For example, the lines immediately following each EXEC statement should contain an explanation about the step, including its purpose and the action to take if the job fails in this step.

COND parameters on the EXEC statement How do we use them? Common examples used in our JCL and what they indicate Graphic: Select an example of the use of the EXEC statement COND parameter in your organization and insert it in the above slide. Alternatively, add an additional slide that contains several common examples. Audio will need to cover the following: Conditional checking can be performed in several ways. In our organization, the standard is to ____ . (If the COND parameter is used at the step level, explain that this method can be used in preference to others.) If examples are displayed on this slide, explain how they are used and why. Choose simple examples as the COND parameter is discussed in more detail in later courses.

DD statement Are there data set naming standards? Which data set parameters do I need to code? What about output-related parameters? Audio will need to cover the following: You will now look at the DD statement, particularly the standards used for data set naming. You will also see the parameters that are used to reference and create data sets and output. Entering any of these incorrectly can result in job failures or not being able to locate output that you require. (Explain other possible consequences of coding this information incorrectly, citing some of your own experiences.)

Are there data set naming standards? What data set names are allowed in your JCL? What about temporary data sets? Graphics: An example of the data set names used in JCL can be displayed on this slide. Audio will need to cover the following : You have probably noticed that the input and output data set names specified in the JCL that you use has a standard name. These standards can be located ______. Explain why these standards are used, such as easier debugging and identification of the data set's purpose, and what happens when the standards are not adhered to. You may also need to explain the different naming conventions for VSAM, database files, tape, and DASD sequential and partitioned data sets. Explain whether temporary data sets are used, the situations in which they are used, and the naming convention that is used.

Which data set parameters do I need to code? Which DD statement parameters are required for data sets? What are the defaults if I do not enter any parameters? Graphics: Select an example of JCL that is commonly used in your organization and include it on this slide. Audio will need to cover the following: As you will have noticed in previous training, there are many DD statement parameters that can be used. Our organization does not use all of them, and sometimes they are left to their defaults. Discuss what happens when parameters such as UNIT, SPACE, and DCB are not included when a new data set is created, and why it can be beneficial to specify them. Explain the standards, if any, that govern the use of the required DD statements. Also explain why standards are required, and the consequences of not adhering to them. Explain the role that SMS plays in handling data sets in your organization.

Output-related parameters What sysout standards are there? Which output-related parameters are required? Graphics: Select an example of common coding for output–related statements and include it on this slide. Audio will need to cover the following: The output class that you specify in your JCL dictates where you can view the output produced by the job. Explain where these standards are and what they mean. For example, certain sysout classes can be printed immediately, and others are sent to the held output queue and displayed by using a product such as SDSF. Other parameters are used by our organization in association with the sysout parameter. Explain the standards and defaults used for the DEST, FORM, COPIES, and other parameters that used by your organization.

Summary Invoking programs and procedures Standards used when creating data sets and output Audio: This presentation has shown how our JCL is used to reference programs and procedures, and the parameters that can be used when creating data sets and output. The next stage of the training schedule requires you to attend our internal Webinar – “How do we use JCL?”. Being a Webinar, you will have the opportunity to interact with the presenter. Please forward any JCL related questions that you have to ____ prior to this session so they can be integrated into the presentation. Thank you for attending.