What were the main functions of TSO Data Utilities?
TSO Data Utilities provided basic file manipulation capabilities within the TSO/ISPF environment. It allowed users to copy, merge, list, and format datasets. These functions were primarily accessed through TSO commands and ISPF panels.
What types of datasets did TSO Data Utilities work with?
The utilities operated directly on z/OS datasets, including sequential datasets and partitioned datasets (PDS). It did not involve external databases or specialized storage mechanisms beyond the standard z/OS file system.
Did TSO Data Utilities expose any APIs?
TSO Data Utilities did not expose APIs in the modern sense (REST, SOAP, etc.). Its functionality was accessed through TSO commands and ISPF dialogs, which could be integrated into CLISTs or REXX scripts for automation.
How was security handled in TSO Data Utilities?
Security relied on the underlying z/OS security mechanisms, such as RACF (Resource Access Control Facility). Access to datasets was controlled by RACF profiles, and TSO Data Utilities honored these security settings.