z/OS TSO/E Administration
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Examples

z/OS TSO/E Administration
SA32-0977-00

Figure 1 shows the structure of an existing entry in a UADS. The following examples delete parts of the structure. The new structure of the entry is shown with the subcommand used to make the deletion.

Figure 1. UADS Entry Before Deletions
Delete a LOGON Procedure: Delete LOGON procedure PROC00 from under account number D721234.
delete (user2 xyzabc d721234) data(proc00)
Delete an Account Number: Delete account number D721234 from under password XYZABC.
delete (user2 xyzabc) data (d721234)
Delete a LOGON Procedure Throughout an Entry: Delete LOGON procedure ICFPROC wherever it occurs in the entry for USER2.
delete (user2 * *) data(icfproc)
Delete a Password: Delete password TEST from under user ID USER2.
delete (user2) data(test)
Delete a User ID: Delete user ID USER2 from the UADS.
delete (user2)

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014