When RAS security is enabled transaction validations occur:
IMS uses a SAF call to invoke CA Top Secret transaction security. The resource class for these transaction security calls is formed from the prefix "T" and the value established for the RCLASS parameter (which defaults to "IMS"). This is the same resource class that IMS uses for normal transaction validation.
Note: Turn the OPTIONS(27) control option on to translate IMS SAF based TIMS resource class checks to LCF and OTRAN as needed (rather than using TIMS).
CA Top Secret provides a system-supplied resource class TIMS.
Rather than use RCLASS to distinguish security permissions for different regions, use separate facilities for distinguished regions and distinguish region-specific permissions by FACILITY.
If the administrator chooses to use a non-default RCLASS value:
Example: Non-default RCLASS value use
The following instructions assume the use of the TIMS facility for transaction security. Substitute the non‑standard transaction resource class, if one is in use.
This example uses the ADDTO command function to add TIMS as a general resource and establish ownership:
TSS ADDTO(acid) TIMS(transaction)
This example allows the dependent region ACID access to the transaction:
TSS PERMIT(acid) TIMS(transaction)
FACILITY(IMSPROD)
TSS PERMIT(acid) TIMS(transaction)
The first permission allows the dependent region access to the transaction only in regions using the IMSPROD facility. The second permission allows the user to execute the transaction unrestricted by facility.
The GIMS resource class documented in the IMS product documentation for transaction grouping has no meaning in CA Top Secret. Use profiles for transaction grouping or permit individual transactions in the TIMS resource class.
|
Copyright © 2013 CA Technologies.
All rights reserved.
|
|