When used as the first step
(without DDs) Scans datasets in JCL and issues HSM RECALL for all MIGRATED
datasets. It will delete datasets that have DISP=(MOD,DELETE) that are archived.
This save BIG run time minutes and helps HSM be more efficient.
Rexx exec to read the WLM ISPF
PDS and genenerate SAS code to load the WLM ISPF tables into a SAS database.
This Rexx exec only needs to know the WLM dataset and where to put the SAS
code. I now need people to write SAS reports.
A PL/I program that allows you total control of the ADMPRINT request queue. You can DISPLAY/ADD/DELETE/RESET printers and remove all print for a printer while ADMPRINT is up and running. This is EXTEMELY better than the IEBDG sample that IBM provides.
A PL/I program that allows you total control of the DSPRINT request queue. You can DISPLAY/ADD/DELETE/RESET printers and remove all print for a printer while DSPRINT is up and running. This is EXTEMELY better than the IEBDG sample that IBM provides.