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


Changing variables for enrollment

z/OS TSO/E Customization
SA32-0976-00

The non-display panel ICQSIE00 initializes the following:
  • Application ID
  • Name of the ISPF profile data set
  • Volume for the ISPF profile data set
  • Data set name for the UADS
  • Generic profile for the user

ICQ, the default value of the application ID, is set in variable QAEAPPL. If you change the value of QAEAPPL, also change the variable NEWAPPL on the PROC statement of CLIST ICQICF.

ISPF.PROFILE, the default value of the ISPF profile data set name, is set in variable QAEPROF. If you change QAEPROF, also change the variable PROFILE on the PROC statement of CLIST ICQICF.

The variable QAEVOL contains the number of the volume on which the ISPF profile data set is to be allocated. The default value is blank, which permits the data set to be allocated on any volume. If you want the ISPF profile data set allocated on a particular volume, set QAEVOL to the volume number.

The variable QAEUADSD contains the data set name for the UADS. The default is SYS1.UADS. You must specify a fully-qualified data set name. The data set is created when you install TSO/E and must exist to enroll users in the UADS.

Use the variable QAEGENER to specify whether you want a generic profile created for the users you enroll. Specify Y (yes) or N (no). The default is N. If you set QAEGENER to Y, the defaults for the RACF® ADDSD command are:

Field Variable Default
UACC QAEUACC None
OWNER QAEOWNER If blank, it is the user ID of the person you are enrolling.
AUDIT QAEAUDIT FAILURES
AUDIT-ACCESS-LEVEL QAEAUDLV READ
LEVEL QAELEVEL 0

If you want additional keywords on the RACF ADDSD command, you must change the ADDSD command in the CLIST ICQAEC00.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014