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 add to the entry. The new structure of the entry is shown with the subcommand used to make the addition.

Figure 1. UADS Entry Before Additions
Add a New Password, Account Number, and LOGON Procedure: Add password TEST, with account number D72TEST and LOGON procedure SAMPLE, to user ID USER2. Give procedure SAMPLE a minimum region size of 30 1024-byte units of virtual storage.
add (user2) data(test d72test sample) size(30)
Add a New Account Number: Add account number D725678 under password XYZABC. Associate LOGON procedure PROC00 with the new account number.
add (user2 xyzabc) data(d725678 proc00)
Add a LOGON Procedure Under All Account Numbers: Add LOGON procedure ICFPROC under all account numbers for USER2. Have ICFPROC use device SYSDA as the default for allocation.
add (user2 * *) data(icfproc) unit(sysda)

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014