What is the ACF2 equivalent of the RACF command to RACLIST a resource class?
The RACLIST operand on the SETROPTS command copies the base segments of generic and
discrete profiles from the RACF® database into storage.
The RACF RACLIST translates to making the Resource TYPE code for the Resource Class
resident via the GSO INFODIR. The Resource Class SDSF defaults to TYPE(SAF) so the
TYPE SAF can be added to the GSO INFODIR, or if your site maps SDSF to a different TYPE
code then that TYPE code should be added to GSO INFODIR.
Example commands to add a Resource TYPE code 'xxx' to the GSO INFODIR:
SET CONTROL(GSO)
CHANGE INFODIR TYPES(R-Rxxx) ADD
F ACF2,REFRESH(INFODIR)