I have developped a few REXX utilities for TSS (TOP-SECRET) and one of the most used is the ability to RECOVER
USERID's competely from TSSCFILE backups....... I was tired of recreating userid's from scratch everytime someone
deleted a user by error and/or came back to work for the company so I started the task of creating a REXX tool that
would read the TSSCFILE backup and REBUILD access for a given USERID based on the codes 0001-9999 stored in columns
5 of the actual backup dataset. Each code equates to a given access in TSS and an ISPF MACRO was built to document all
given CODES that we use to convert these into valid TSS create commands and the result was amazing.
Myclone ==> recreates users from current TSS database
Newclone ==> recreates users from last TSS database backup and by changing the input dataset can recover userid's from LAST WEEK, LAST MONTH or LAST YEAR.
Used everyday..... an awesome tool.