z/OS Security Server RACF General User's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Finding out what TSO/E information RACF has about you

z/OS Security Server RACF General User's Guide
SA23-2298-00

Your user profile might contain TSO/E information about you. The details RACF® lists from the TSO segment of the user profile are:
  • The user's default job class (JOBCLASS)
  • The user's default message class (MSGCLASS)
  • The user's default hold class (HOLDCLASS)
  • The user's default system output class (SYSOUTCLASS)
  • The user's default account number (ACCTNUM)
  • The user's logon procedure name (PROC)
  • The user's default region size (SIZE)
  • The user's maximum region size (MAXSIZE)
  • The unit name (UNIT)
  • The destination ID for SYSOUT data sets (DEST)
  • Optional user data (USERDATA)
  • The user's security label (SECLABEL)
  • The TSO command to be processed at logon time (COMMAND)
Note: The RACF security administrator controls whether you can view all or some of the details of your TSO information.

The TSO/E information in LISTUSER output has the following format:

Figure 1. LISTUSER output: description of the TSO/E information
USER=your user ID

 TSO INFORMATION
 ---------------
  ACCTNUM= default account number
  DEST= default SYSOUT destination
  HOLDCLASS= default hold class
  JOBCLASS= default job class
  MSGCLASS= default message class
  PROC= default LOGON procedure
  SIZE= default region size
  MAXSIZE= default maximum region size
  SYSOUTCLASS= default SYSOUT class
  UNIT= default unit
  USERDATA= user data
  SECLABEL= TSO security label
  COMMAND= TSO command processed at logon time
Note:
  1. The ability to view and update TSO information can be controlled on a field by field basis; therefore, any individual field might not appear on your output.
  2. If there is no information in the fields of the TSO segment, the field name is not displayed (with the exception of SIZE, MAXSIZE, and USERDATA).
To see the TSO/E information contained in your user profile, issue the LISTUSER command as follows:
LISTUSER your-userid TSO NORACF

If there is TSO/E information in your profile, you see output similar to this:

Figure 2. LISTUSER output: sample TSO/E information
 USER=DJONES

 TSO INFORMATION
 ---------------
   ACCTNUM= D5888P
   DEST= LOCAL
   HOLDCLASS= H
   JOBCLASS= C
   MSGCLASS= R
   PROC= PROC01
   SIZE= 0001024
   MAXSIZE= 0004096
   SYSOUTCLASS= J
   UNIT= SYSDA
   USERDATA= 1F09
   SECLABEL= SYSLOW

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014