he following example shows the command to obtain a DATANE detail report when the table is compressed and the NUMBER= parameter contains a value. For this report, we specified to use the first 200 physical blocks (NUMBER=0200) to determine the MRB value.
We also specified a detailed efficiency line for every 1000 records.
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.
//jobname See the previous note and JCL Requirements. // EXEC PGM=DBUTLTY,REGION=2M //STEPLIB See the previous note and JCL Requirements. //CXX DD DSN=cxx.data.set,DISP=SHR Directory data set //SYSIN DD * Command Input REPORT TYPE=DATANE,TABLE=REO,DBID=1023,RECORDS=01000,NUMBER=0200 /*
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|