|
Notes:
The REPORT command is used to define the format of the report, in this
example the three fields requested are the Dataset name (DSN), the number
of records for that file (NRECS) and the file type (TYPE).
The positional SORTD parameter invokes a descending sort of output based
on the keywords that follow it, in this case NRECS and TYPE, giving a sort
on the number of records and type.
The REF=WXYZ.NRECS1 parameter is used to identify the required catalog,
instead of supplying a DD card for the catalog itself and using DDNAME.
The DSN supplied may be the catalog dataset name, an alias or the name of
any file contained within the catalog.
Thus you need only know the name of one file within the catalog, CBLVCAT
will do the rest.
The NOINDEX parameter causes the index lines to be suppressed for KSDS and
AIX files.
The user can select from 59 Catalog and 15 VTOC items to build reports of
varying complexity. See the Advanced Customised Reporting example later in
the brochure.
|