The following example shows the command to obtain a DATANE summary report when the optional parameters KEYNAME, NUMBER, and RECORDS are not specified. These omissions tell the utility to produce a report using the Native Key and only produce the summary lines for the full table.
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=1022
/*
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|