Previous Topic: How to UseNext Topic: Sample Report


Example JCL

Following is example JCL for an OLREORG.

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 name
 // EXEC PROC=procname  Whether you use PROCs or LIBDEFs, see JCL Requirements.
 // ASSGN  SYSnnn,DISK,VOL=volser,SHR
 // DLBL   IXX781,'ixx.db781',,DA
 // EXTENT SYSnnn,volser
 // DLBL   781A01,'A01.db781',,DA
 // EXTENT SYSnnn,volser
 // EXEC   DBUTLTY,SIZE=768K
    OLREORG TABLE=A01,DBID=781,REFGROUP=50
 /*
 /&
 * $$ EOJ