Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Software Development Tools No-Code Development
Business
Entrepreneurship Communication Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certifications Network & Security Hardware Operating Systems & Servers Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Paid Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement & Gardening Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition & Diet Yoga Mental Health Martial Arts & Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Learning Teacher Training Test Prep Other Teaching & Academics
Web Development JavaScript React Angular CSS Node.Js Typescript HTML5 PHP
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Amazon AWS Cisco CCNA CompTIA Security+ Microsoft AZ-900
Microsoft Power BI SQL Tableau Data Modeling Business Analysis Data Analysis Data Warehouse Blockchain Business Intelligence
Unity Unreal Engine Game Development Fundamentals C# 3D Game Development C++ Unreal Engine Blueprints 2D Game Development Mobile Game Development
Google Flutter iOS Development Android Development Swift React Native Dart (programming language) Kotlin SwiftUI Mobile App Development
Graphic Design Photoshop Adobe Illustrator Drawing Canva Digital Painting InDesign Design Theory Procreate Digital Illustration App
Life Coach Training Neuro-Linguistic Programming Personal Development Personal Transformation Life Purpose Mindfulness Sound Therapy Emotional Intelligence Coaching
Business Fundamentals Entrepreneurship Fundamentals Freelancing Business Strategy Online Business Startup Business Plan Blogging Amazon Kindle Direct Publishing (KDP)
Digital Marketing Social Media Marketing Marketing Strategy Internet Marketing Copywriting Google Analytics Email Marketing Startup Advertising Strategy

IT & SoftwareIT CertificationsJCL

JCL Course: The Ultimate Guide to Job Control Language.

Mainframe JCL Course | JCL SORT | VSAM | GDG | Mainframe utilities | TSO/ISPF | JCL Tips | Mainframe Interview Questions
Rating: 4.2 out of 54.2 (19 ratings)
61 students
Created by Topictrick Education
Last updated 1/2022
English
English [Auto]

What you'll learn

  • Introduction to z/OS and the mainframe environment. You will learn how to connect to the mainframe and a brief introduction to TSO/E, SDSF and ISPF facility.
  • Explain how JCL works with the system, JCL coding techniques, followed by relevant parameters and job control statements.
  • Learn how to create a mainframe job and submit it for execution. Utilize the System Display and Search Facility (SDSF) to view the results of your job.
  • Learn how to define and use Datasets, GDG bases, and VSAM clusters in JCLs. Understanding how to create and manipulate VSAM data sets with the IDCAMS utility.
  • Develop skills in using mainframe utilities including (IEFBR14, IEBGENER, IEBCOMPR, etc.) in JCL, as well as understanding DD statements requirements.
  • Learn how to write JCL Procedures, Symbolic Parameters, SET statements in JCL's. Understand how to override statements in procedures.
  • Find out how to use the SORT utility and JOINKEYS to perform several operations on flat files.
  • Learn and understand how to use TIME, REGION, RESTART, TYPRUN, etc. in JCL's. Familiarize yourself with the most common abend codes.
  • Learn how to prepare for job interviews using job interview questions and answers. You will also have an opportunity to test your knowledge in a chapter quiz.
  • By taking this course, the student will acquire a theoretical as well as a practical understanding of JCL.

Requirements

  • Basic Programming Skills.
  • General idea about IBM Mainframe.

Description

Introduction.

Today, IBM Mainframe computers play a crucial role in the day-to-day operations of most of the world's largest corporations, including most Fortune 1000 companies. Even though many business applications use other forms of computing, the Mainframe occupies a coveted position in the current e-business environment. The mainframe computer continues to form the foundation of modern business in industries such as banking, health care, insurance, public utilities, and government. When you work in the mainframe computing world, you must know JCL (i.e. job control language or Mainframe JCL), which tells Z/OS what resources are required to process a batch job or start a system task.


What is JCL in Mainframe?

The term JCL stands for Job Control Language. JCL is a scripting language used by IBM's mainframe systems to instruct the systems on how to initiate a batch job or start an online subsystem particular, Mainframe JCL (i.e., job control language) specifies which programs to execute with which input and output devices, as well as whether or not there are additional conditions which need to be met before proceeding with the step.


There are three basic JCL statements (i.e., job control statements):

  • JOB: Provides a job name to the system that will be used for this batch workload. In addition to accounting information, there are a few job-related parameters that may be present.

  • EXEC: Identifies a program to be executed. A job may contain more than one EXEC statement. These statements are referred to as job steps.

  • DD: The Data Definition provides inputs and outputs to the execution program on the EXEC statement. Using this statement, you can link a data set or other I/O device or function with a ddname coding in the program. A DD statement is associated with a particular job step.

JCL details can be complex, but the general principles are quite straightforward. In addition, a small subset of JCL is used for at least 90% of the process.

This JCL course discusses all key concepts. The following are some highlights of the course.

  • Mainframe Architecture and Tools.

  • JCL Overview and Basic Concepts.

  • JCL Procedures and overriding techniques.

  • Mainframe utilities and how to use them in JCL's.

  • Mainframe Datasets, VSAM and GDG's.

  • JCL tips and tricks and advance parameters.

  • JCL interview questions and answers.

  • JCL abend code and return code.

  • Demo Class and practice test.

Job Control Language is the language used to control z/OS. Therefore, if you're a developer or operator who works with a mainframe running one of the operating systems, you need to understand JCL. Despite the fact that programmers often get by with minimal JCL skills, the best ones acquire a solid set of skills as it helps them get more done in less time.


Note: This course does not include Mainframe IDs. You must arrange your own Mainframe ID. For a list of topics covered, please refer to the content section. It is a pleasure to have you as a student. I would appreciate it if you would leave feedback because your feedback is important for us!


Tags: #jcl #mainframejcl #jclcourse #jclconcept #jclinterviewquestions #learnjcl #mainframeconcepts #vsam #gdgconcepts #cics #tutorialpoint #topictrick

Who this course is for:

  • If you are interested in learning Job Control Language (JCL).
  • In case you're a programmer trainee, this course represents the most efficient and effective way to learn z/OS JCL.
  • Additionally, if you are an experienced programmer, you can use this course to enhance your JCL skills when needed.
  • Note: Whether you are a fresher or an experienced professional, this course is for you.

Instructor

Topictrick Education
Solution Architect
Topictrick Education
  • 4.2 Instructor Rating
  • 19 Reviews
  • 61 Students
  • 1 Course

I have 15 years of experience in application programming and solution designing. I've also worked on several mainframe optimizations and modernization projects. I have primarily worked in three different sectors, such as banking and financial services, the telecom sector and the retail sector.

Finally, I will be the instructor for the course, and I will help you throughout the course. I am looking forward to sharing my professional knowledge with you.

Thank you!


Top companies choose Udemy Business to build in-demand career skills.
NasdaqVolkswagenBoxNetAppEventbrite
  • Udemy Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Investors
  • Terms
  • Privacy policy
  • Sitemap
  • Accessibility statement
Udemy
© 2022 Udemy, Inc.