Overview of customizable reports
DASD MANAGER PLUS provides the following features that are not available in REXX on z/OS:
- Dynamic SQL
- Report page layout
- Real-time listing of volume space
- Real-time access to the Integrated Catalog Facility (ICF) catalog
DASD MANAGER PLUS provides these features through the external functions listed in the following table:
External functions not available in REXX
External function | Description |
|---|---|
ASURXSQL (REXX SQL) | ASURXSQL runs the following database attachment and SQL statements:
ASURXSQL functionality goes beyond reporting. Using ASURXSQL, you can run any SQL statement including the following statements:
The ability to modify the SQL or substitute new SQL gives the report programs their great flexibility. |
ASURXRPT (REXX Report) | ASURXRPT handles a variety of reporting tasks, such as initializing the report, formatting and writing it, creating page breaks, and releasing resources at the end of processing. |
ASURXLSP (REXX LSpace) | ASURXLSP reads the volume table of contents of direct access storage devices (DASD VTOCs) to collect real-time information about space on volumes. |
ASURXSE (REXX Space Estimation) | ASURXSE returns the reorganized space for the specified partitioned table space, nonpartitioned table space, table or index. |
ASURXLOC (REXX Locate) | ASURXLOC is a real-time data collector that accesses the ICF catalog to find the volumes where data sets are stored and the number of extents that the data sets are in. |