What was the primary function of Dataset Optimizer?
Dataset Optimizer provided tools for monitoring and managing disk space and dataset performance on z/OS systems. It helped identify fragmented datasets, track space utilization, and analyze I/O activity.
How did Dataset Optimizer collect performance data?
Dataset Optimizer used z/OS system management facilities (SMF) records and VSAM volume datasets (VVDS) to gather information about dataset activity and space allocation. It also interacted with the z/OS catalog to retrieve dataset attributes.
What were some common tasks performed with Dataset Optimizer?
Common operations included identifying fragmented datasets using commands like ANALYZE, monitoring space utilization with reports generated via REPORT commands, and analyzing I/O activity through statistical analysis of SMF data.
How was Dataset Optimizer configured?
Configuration was primarily managed through parameter files and JCL procedures. Users defined parameters for data collection, reporting, and analysis within these files.