z/OS Security Server RACF Diagnosis Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Using the SUMMARY FORMAT command

z/OS Security Server RACF Diagnosis Guide
GA32-0886-00

When using the SUMMARY FORMAT command it drives the invocation of exits for control blocks that it formats. The RACF® IPCS support provides exits for ASXB, TCB, STCB, and RBs. These exits look for data that is relevant to RACF for the control block. For example, ASXBSENV and TCBSENV may point to an ACEE. When this field is non-zero, then the exit generates output:
		IP CBF 009EC300 ASID(X'0067') STR(ACEE) EXIT

For more ACEE information, cut and paste this command to the command line and run it. The EXIT option on the CBF command causes an ACEE exit to get control which formats different extensions on the ACEE. This enables you, for example, to see the list of groups that the user ID is connected to.

The STCB exit looks for the presence of a RACD and generates a command:
		IP CBF 7FFFAD00 ASID(X'0067') STR(IRRPRACD)
RB is the most frequent exit. The RB exit determines whether it is an SVRB and if the SVRB was created for SVC 82, 83, 84 or 85 (all the RACF SVCs). For each SVC, there is a SAF parameter list and a function unique parameter list. The RB exit identifies the function being called, who invoked the SVC and CBF commands to format any parameter lists that are present. For example:
			The previous RB has called RACF SVC 82 for function RACHECK  
			Return address of SAF caller: 00D2A93A                       
		     	ASID(X'0018') D2A93A. IFG0194A+293A IN PLPA             
			IP CBF 008D1D40 ASID(X'0018') STR(ICHSAFP)                   
			IP CBF 008D1D68 ASID(X'0018') STR(ICHACHKL)                  
For more information about parameter lists, see Parameter list descriptions.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014