When converting the RACF security commands provided by the vendor into Top Secret commands for Rocket Software IBM ITOM, what is expected to be set in the following variable:
//* - CHANGE ?SAF_CLASS? to the class type. The recommended setting */
//* is XFACILIT to handle long names. FACILITY is also valid. */
//* This must be the same value you specified in BJT#RDEF */
Converting this SAF_CLASS variable into the Top Secret equivalent, would it be an IBMFAC? An example RACF command using this variable is:
PERMIT BJT.?BJTQUAL?.ADM.ATT ACCESS(ALTER) +
CLASS(?SAF_CLASS?) ID(?BJTADMIN?)
Should this be set as follows in Top Secret:
TSS PER(?BJTADMIN?) IBMFAC(BJT.?BJTQUAL?.ADM.ATT) ACC(ALL)
Release : 16.0
Component : CA Top Secret for z/OS