The REPORT statement generates reports on one or more definitions of data sets, patterns, File Descriptor Table (FDT) entries, and Systems in the Control File.
REPORT [DSNAMES={ALL|(data-set-name-1 [, . data-set-name-10])]
[,PATTERNS={ALL|(pattern-name-1 [, . pattern-name-10])]
[PSDSNAMES={ALL|(data-set-name-1 [, . data-set-name-10])]
[PSPATTERNS={ALL|(pattern-name-1 [, . pattern-name-10])]
[,SYSTEMS]
[,FDTS={ALL|(fdt-name-1 [, ... fdt-name-10])]
[,FORMAT={SHORT|LONG|DUMP}]
Specifies the name(s) of the VSAM cluster(s) to be reported on. The value should be a valid cluster name, path name or a data component name. The data set name can be a pattern, in which case all VSAM data set definitions matching the pattern are reported on. The value ALL specifies that all VSAM data set definitions in the Control File are to be reported.
Specifies the VSAM pattern name to be the subject of the report. The pattern can contain any character that is valid in a data set name, along with the special characters ?, *, ! and /. The value ALL specifies that all VSAM pattern definitions in the Control File are to be reported.
Specifies the name(s) of the physical sequential data set(s) to be reported on. The value should be a valid discrete physical data set name. The data set name can be a pattern, in which case all PS data set definitions matching the pattern are reported on. The value ALL specifies that all PS data set definitions in the Control File are to be reported.
Specifies the physical sequential pattern name to be reported on. The pattern can contain any character valid in a data set name, along with the special characters ?, *, ! and /. The value ALL specifies that all PS pattern definitions in the Control File are reported.
Specifies that all system name records are the subject of the report.
Specifies the format of the report. A SHORT report contains the basic information about a File Descriptor Table (FDT), data set, pattern, or system record. A LONG report for a data set or pattern record contains the size of the noncompressible area for a Scheduled, Super Express, or Standard data set, and the pattern that matched it for a pattern match data set. The DUMP format contains a dump of each record that meets the selection criteria. The default is FORMAT=SHORT.
| Copyright © 2012 CA. All rights reserved. |
|