وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

The Complete Job Control Language (JCL) Course.

سرفصل های دوره

Mainframe JCL Procedures, SORT, GDGs, Libraries, Utilities such as IEBCOPY, IEBGENER etc are explained in detail.


1 - Introduction to the Course
  • 1 - Course Overview.html
  • 1 - The-Complete-job-control-language-course.pdf
  • 2 - JCL Programs used in the course.html
  • 2 - all-JCLs-in-a-separate-text-file.zip
  • 2 - jcl-programs-used.pdf

  • 2 - What is JCL
  • 3 - Batch Processing
  • 4 - JCL Overview
  • 5 - JCL syntax

  • 3 - Statements
  • 6 - JOB statement
  • 7 - EXEC statement
  • 8 - DD statement
  • 9 - Please leave a review for my course.html

  • 4 - Execution of JCL program
  • 10 - Lets run our first JCL
  • 11 - Job Processing
  • 12 - Return Codes
  • 13 - SDSF in zOS
  • 14 - OUTLIST in MVS

  • 5 - Defining Datasets
  • 15 - Create a PS dataset
  • 15 - createps.zip
  • 16 - Create a PDS dataset
  • 16 - creatpds.zip
  • 17 - Delete a PSPDS dataset
  • 17 - delmem.zip
  • 17 - delpds.zip
  • 17 - delps.zip

  • 6 - Generation Data Groups GDG
  • 18 - GDG Overview
  • 19 - Create a GDG
  • 19 - cregdg.zip
  • 19 - cregen.zip
  • 20 - Alter a GDG
  • 21 - Referencing a GDG
  • 22 - Delete a GDG generation
  • 23 - Delete a GDG

  • 7 - Libraries
  • 24 - JOBLIB
  • 25 - STEPLIB
  • 26 - JCLLIB

  • 8 - Procedures
  • 27 - InStream Procedures
  • 28 - Symbolic Parameters
  • 29 - Cataloged Procedure and Nested Procedure
  • 30 - SET Statement
  • 31 - Overriding Datasets

  • 9 - Conditional processing in JCL
  • 32 - COND parameter
  • 33 - COND parameter without any Step name
  • 34 - COND parameter in the JOB statement
  • 35 - COND0LE Never execute a step
  • 36 - COND4095LT Always execute a step
  • 37 - CONDONLY and CONDEVEN
  • 38 - IF statement
  • 39 - IF ELSE statement

  • 10 - SORT
  • 40 - IMDB list
  • 40 - column-details.zip
  • 40 - imdb-list.zip
  • 41 - Sort syntax
  • 42 - Sort Multiple fields
  • 43 - Copy a dataset

  • 11 - SORT Including or Omitting records
  • 44 - Sort with INCLUDE
  • 45 - SORT with multiple INCLUDE
  • 46 - Sort with OMIT

  • 12 - JOINKEYS in SORT
  • 47 - Inner Join
  • 48 - Left Outer Join
  • 49 - Right Outer Join
  • 50 - Full Outer Join
  • 51 - UNPAIRED records from only one file
  • 52 - UNPAIRED records from both the input files
  • 53 - UNPAIRED records summary

  • 13 - Reformatting records using SORT
  • 54 - Sort with OUTREC
  • 55 - OUTREC using FINDREP

  • 14 - Create multiple output datasets using SORT
  • 56 - Create Multiple Copies of a dataset
  • 57 - Split a dataset into equal parts
  • 58 - Split a dataset based on condition

  • 15 - Utilities
  • 59 - What are Utilities
  • 60 - IEBCOMPR Compare Datasets Utility
  • 60 - abhi.course.jcllib-iebcomp.zip
  • 60 - abhi.course.jcllib-iebcomp2.zip

  • 16 - IEBCOPY Library Copy Utility
  • 61 - What is IEBCOPY
  • 62 - Copy one PDS to another PDS
  • 62 - abhi.course.jcllib-iebcopy.zip
  • 62 - abhi.course.jcllib-iebcopy1.zip
  • 63 - Merge PDS
  • 63 - abhi.course.jcllib-iebcopy2.zip
  • 64 - Selective copy using the SELECT statement
  • 64 - abhi.course.jcllib-iebcopy3.zip
  • 65 - EXCLUDE members while copying
  • 65 - abhi.course.jcllib-iebcopy7.zip
  • 66 - Compress a PDS
  • 66 - abhi.course.jcllib-iebcopy6.zip
  • 67 - Rename or Replace a member while copying
  • 67 - abhi.course.jcllib-iebcopy4.zip
  • 67 - abhi.course.jcllib-iebcopy5.zip
  • 67 - abhi.course.jcllib-iebcopy8.zip

  • 17 - IEHLIST List System Data Utility
  • 68 - LIST a PDS
  • 69 - LIST a VTOC

  • 18 - IEHPROGM Program Maintenance Utility
  • 70 - Scratch a Dataset
  • 71 - Uncatalog a Dataset
  • 72 - Scratch a PDS member

  • 19 - IEBEDIT Edit Job stream utility
  • 73 - Copy entire JOB
  • 74 - Copy multiple JOBs
  • 75 - Copy Steps using INCLUDE
  • 76 - Copy Steps using EXCLUDE
  • 77 - Copy Steps using POSITION

  • 20 - IEBPTPCH Print Punch Utility
  • 78 - Print a PS dataset
  • 79 - Print a PDS dataset

  • 21 - IEBGENER Sequential CopyGenerate Data set Utility
  • 80 - Copy a PS dataset
  • 81 - Merge PS datasets
  • 82 - Copy Merge PDS members
  • 83 - Copy between PS and PDS members
  • 84 - Generate PDS member while copying

  • 22 - Transferring Files between Mainframe and your Personal Computer
  • 85 - Downloading Files from a Mainframe Computer
  • 86 - Uploading Files to a Mainframe Computer

  • 23 - Extra Mainframe Pi
  • 87 - What is a Mainframe Pi and why do we need one.html
  • 88 - Hardware required
  • 89 - Software required
  • 90 - Installing NOOBS on the SD card
  • 91 - Booting up the Raspberry Pi
  • 92 - Finishing up the setup
  • 93 - Install MVS on raspberry Pi
  • 94 - c3270 Terminal Emulation Installation
  • 95 - Booting up MVS and Logging on to TSO
  • 96 - Connecting to Raspberry Pi using VNC server
  • 97 - Use Raspberry Pi without Monitor Keyboard or Mouse Headless mode

  • 24 - Guide to use a Mainframe on Windows Operating System
  • 98 - Tools we will need
  • 98 - links-for-the-software.zip
  • 99 - Installation of the Software
  • 100 - Booting up MVS and logging on to TSO
  • 101 - Logoff from TSO and Shutting down the MVS
  • 102 - Connect to a Companys Mainframe
  • 103 - Allocating a Dataset to write our JCL

  • 25 - Guide to use a Mainframe on Ubuntu
  • 104 - Install and use MVS Turnkey system on Ubuntu
  • 105 - Connect to a companys Mainframe using c3270

  • 26 - Bonus
  • 106 - Bonus Lecture Referral Links for my courses.html
  • 139,000 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    مدرس:
    شناسه: 2098
    حجم: 5313 مگابایت
    مدت زمان: 459 دقیقه
    تاریخ انتشار: ۲۷ دی ۱۴۰۱
    طراحی سایت و خدمات سئو

    139,000 تومان
    افزودن به سبد خرید