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


Examples

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

The following examples show how to change a UADS entry originally created with the ADD subcommand of ACCOUNT:
add (user0 mypasswd myacct myproc) maxsize(100) size(50)+ 
 unit(sysda) acct oper jcl mount recover dest(a) hold(h)+ 
 jobclass(g) msgclass(a) sysout(a)
Change a User ID: Change user ID USER0 to MYID.
change (user0) data(myid)
Change a LOGON Procedure: Change LOGON procedure MYPROC to NEWPROC. Set the default region size for NEWPROC to 50 and the default unit to DEPTUNIT. Change the maximum region size to 200.
change (myid mypasswd myacct myproc) data(newproc) size(50)+ 
 unit(deptunit) maxsize(200)
Change Other Attributes: Change the attributes for user ID MYID as follows:
  • Turn off attributes ACCT, OPER, MOUNT, RECOVER, and DEST
  • Change the SYSOUT class to H.
change (myid) noacct nooper nomount norecover nodest+ 
 sysout(h)
Changing an Attribute Globally: Make sure all users have the authority to use SUBMIT, OUTPUT, STATUS, and CANCEL.
change (*) jcl

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014