TSS Table Batch Reports
Invoke the DLATSTAT utility to generate a status report for a TSS table library. Error messages are generated for any logical errors found in the table. The free space, last date formatted, number of tables, and recommendations for reorganizing the library are included on the first page. Subsequent pages include one line for each table in the library, giving the number of rows, free space, and other information about the table. This information is also provided for tables which have been deleted since the library was last reorganized.
Use the following JCL step to invoke the utility in batch:
//STEPLIB DD DISP=SHR,DSN=BMC.pppLIB
If desired, you can provide the TSS library name by DD statement instead of parameter. Eliminate the parameter and add a TSSTABLE DD statement. You can direct the output to a data set or to other than the default (SYSOUT=*) by adding a TSSPRINT DD statement.
You can also invoke the utility as a TSO command: