A profile is an ACID containing resource permissions that allows users who can share access authorizations for protected resources to be grouped. Profiles minimize the use of access authorizations made directly to users. Use of profiles avoids redundant authorizations and makes administration easier.
When creating and using profiles:
To define a new profile ACID
TSS CREATE(acidname) TYPE(PROFILE)
NAME(profilename)
DEPARTMENT(deptname)
Specifies PROFILE as the ACID type.
Specifies the name of the profile.
Specifies the department the profile belongs to. This keyword is required if the control ACID issuing the command is an SCA, LSCA, or ZCA, but not a DCA. TYPE(USER) and TYPE(PROFILE) ACIDs must be created in a department.
The profile ACID is defined.
TSS PERMIT(acidname) DSNAME(dataset)
ACCESS(UPDATE)
TIME(hh,hh)
Specifies the data sets permissions are granted to.
Specifies the type of permission being granted.
Specifies the time range for the permission to be granted.
The profile permissions are specified.
Example: define an ACID profile
This example creates the new Payroll Department profile linked to that department and then grants profile APPPRO1 update access to all data sets beginning with ABC as the high level qualifier from 8 a.m. to 7:59 p.m.
TSS CREATE(APPPRO1) TYPE(PROFILE)
NAME(‘PAYROLL DEPT PROF’)
DEPARTMENT(PAYROL)
TSS PERMIT(APPPRO1) DSNAME(ABC.)
ACCESS(UPDATE)
TIME(08,20)
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|