Previous Topic: Example of Your First JCLNext Topic: Step 1: Define a Distribution Identifier


Major Elements of Your First JCL

This is a description of the major elements of your first JCL:

//INPUT1 DD DSN=ACCT.ACCOUNTS.TABLES,
// DISP=OLD

A data set that contains the valid accounts for vendors

//INPUT2 DD DSN=ACCT.VENDOR.DATA,
// DISP=OLD

The transactions to edit

//EDITLIST DD SYSOUT=E

A report that contains a list of errors