У нас вы можете посмотреть бесплатно JCL Tutorial - JOB Statement | JOB CARD in JCL | JOB Control Statements | JCL statements Example. или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
#JCL #Tutorial #topictrick JOB Statement (i.e. JOB Card in JCL) is the first control statement in a job or JCL. JCL JOB Statement marks the beginning of a job and also specifies the name of the job. The JOB statement also might provide details and parameters that apply to all job steps within the job, such as accounting information and conditions for job termination. Every job has one and only one JOB statement. In this, JCL tutorial you'll learn the basic of JCL - JOB Statement and various positional and keywords parameters. Today's tutorial is dedicated to job statement or JOB CARD in JCL. In this JCL programming tutorial, you'll learn the basics of JCL and its job control statements. You'll also learn about various JOB Statement parameters such as positional and keywords parameters. A JOB statement has almost 20 parameters such as CLASS, MSGCLASS, MSGLEVEL, NOTIFY, etc. Let's begin with today's tutorial. The term JCL stands for JOB Control Language and you use JCL to convey this information to Z/OS through a set of statements known as job control statements. JCL's set of job control statements is quite large, enabling you to provide a great deal of information to Z/OS. In addition to the two positional parameters, job accounting information and programmer name, the JOB statement also may contain over 20 keyword parameters. But you’ll most often use only this handful. JOB statements have two positional parameters. Following are the parameters JCL MSGCLASS, JCL MSGLEVEL, CLASS, JCL TIME, NOTIFY in JCL In general, a JCL has three types of JOB Control Statements. JOB Statements or JOB CARD EXEC Statements or execute statements. DD statement JCL - JOB Statement Syntax: //jobname JOB accounting-info, programmer-name, // CLASS=class, // MSGCLASS=class, // MSGLEVEL=(stmt,msg), // NOTIFY=user-id //* JCL - JOB Statement Example: //TPTRK23A JOB 99999,'Topictrick',MSGCLASS=A,MSGLEVEL=(1,1), // NOTIFY=&SYSUID //* //* JCL TO RUN TREMP001 COBOL Pogram. //* //STEP01 EXEC PGM=TREMP001 //STEPLIB DD DSN=TP01.SYSLIB.LODLIB,DISP=SHR //EMPMAST DD DSN=TP01.EMPFLE.MASTER,DISP=SHR //EMPREPT DD DSN=TP01.EMPFLE.REPORT,DISP=SHR //SYSPRINT DD SYSOUT=* //SYSOUT DD SYSOUT=* // Website : www.topictrick.com Youtube : topictrick Twitter : / topictrick Facebook : / topictrick Linkedin : / topictrick Reddit : / topictrick Mainframe Blog: https://mainframe-forum.blogspot.com JCL : https://mainframe-forum.blogspot.com/...