Previous Topic: How to UseNext Topic: Sample Report:  ACCT EDIT


Example JCL

The following shows the command to perform the EDIT option on the accounting database.

Note: Use the following as a guide to prepare your JCL. The JCL statements are for example only. Lowercase letters in a statement indicate a value you must supply. Code all statements to your site and installation standards.

 * $$ JOB ...           See the note above and JCL Requirements.
 * $$ LST ...
 // JOB name
 // EXEC PROC=procname  Whether you use PROCs or LIBDEFs, see JCL Requirements.
 // ASSGN SYSnnn,devicetype,VOL=volser,SHR
 // DLBL CXX,'CXX',,DA                             Directory data set
 // EXTENT SYSnnn,volser
 // DLBL IXXnnn,'prm.db.index',,DA                 IXX for database containing PRM
 // EXTENT SYSnnn,volser
 // DLBL PRMnnn,'prm.db',,DA                       Area containing PRM
 // EXTENT SYSnnn,volser
 // EXEC DBUTLTY,SIZE=750K
          ACCT  OPTION=EDIT,DATABASE=ACCOUNTING
 /*
 /&
 * $$ EOJ