|
Notes:
The MERGE parameter is used to combine multiple reports into one.
By supplying REPORT, MERGE and SUBSET the user is able to display exactly
the information required.
The SUBSET parameter is optional because all its associated sub-parameters
are unique, although you may prefer to include it to remind you of their
function. To be selected, a file must satisfy all the subset parameters
that are supplied. There is one exception to this. Multiple KEY and/or IGN
parameters are supported. You can regard the KEY and IGN parameters as
forming a combined name filter.
The above LISTVCAT example selects all non-empty (NRECS=1) ESDS and KSDS
(TYPE=EK) files, which have filenames starting with "TEST", but not
containing "CICS". The output from the two catalogs (CBLV03 and CBLV04) is
merged into one convenient report, sorted in descending order by number of
records (SORTD NRECS).
|