How to setup job level security in CA 7?
UID security can be used with CA 7 to control who can access certain jobs.
CA 7 UID, user security identification, can be used to control which users have access to which jobs. The UID can be found on the database (DB.1) job definition panel. To use external security to implement UID security controls, you need to perform the following steps:
How it works:
When a user logs into CA 7, the user's profile is examined for the UID resource name (added via the /PROFS command). A security call is made to ensure the user has access to that UID resource. The UID resource is then resolved into a UID number from the SASSRTBL (or site-specific module).
For example: if you give USER1 the profile resource of CA70001, then when USER1 logs on to CA 7, a call is made to external security to see if they have access to the resource of CA70001. If they do, then their UID value is set as 001, meaning that they can only access jobs with a UID value on the job definition screen of 1 or 0.
Without a UID= on the SECURITY statement, your internal security module is checked to see if the USERID is in it and if so, if it has a UID value, that value will be used. If you have assigned COIDs, you will continue to use your USER= module for this purpose.