Previous Topic: ScenarioNext Topic: Major Elements of Your First JCL


Example of Your First JCL

Use a text editor to prepare a data set that contains the JCL for the job, as shown below:

//TRJOB01 JOB MSGCLASS=A, // NOTIFY=D27SYSP4,CLASS=X //EDITSTEP EXEC PGM=ACCEDIT //INPUT1 DD DSN=ACCT.ACCOUNTS.TABLES, // DISP=OLD //** //INPUT2 DD DSN=ACCT.VENDOR.DATA, // DISP=OLD //EDITLIST DD SYSOUT=E