Receiving this message when trying to start SYSVIEW:
"GSVX205E Nucleus load failed, reason 30 not authorized to create or update subsystem"
Are there examples of ACF2 control statements to create and permission the SAF resource?
Examples of the ACF2 commands:
$KEY(SV) TYPE(SAF)
CREATE.SSID.- UID(........) SERVICE(READ) ALLOW
UID is the UID string of the user
It is a COMPILE.
To check if there is already a rule:
TSO ACF
SET RESOURCE(SAF)
LIST SV
If there is, add in the one line:
CREATE.SSID.-UID(........) SERVICE(READ) ALLOW
If there is not, then both need to be added