With zSecure you can enter commands into the CKRCMD data set (enter the RESULTS command in the command line, type an E in front of the CKRCMD file), after entering the RACF commands into the data set, type RUN in the command line. The results are displayed in browse.
Alternatively, you could write a simple Rexx that buffers the output in a stem variable, and writes this to a data set. OUTTRAP
Here is an approach that saves the output in an ISPF Edit session.
------------------------------
Rob van Hoboken
------------------------------