Previous Topic: How to UseNext Topic: Sample Report: REFGROUP Summary


Example JCL (Summary REFGROUP Report TYPE=S)

The following shows the command to obtain a REFGROUP report of TYPE=S.

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 previous note and JCL Requirements.
 *$$ LST ...
 //JOB name
 //EXEC DBUTLTY,SIZE=750K
         REPORT REFGROUP=2,DBID=2,TABLE=ALS,TYPE=S
 /*
 /&
 *$$ EOJ