The FTPDS task fails when it tries to access program module FTPD with the following error:
CSV026I MODULE FTPD NOT ACCESSED, PROGRAM ACCESS DATA SET RESTRICTION
This is happening in an ACF2 environment. How can this violation be resolved?
Release : 16.0
Component : ACF2 for z/OS
This error is for the PROGRAM resource class. Adding a rule for the logonid to access program FTPD**** TYPE(PGM) resolves this issue.
e.g.
$KEY(FTPD****) TYPE(PGM) ROLESET
ROLE(FTPIDS) ALLOW
Note: to see PROGRAM violations in the RV report, the TRACE bit needs to be set on the logonid before re-creating the error.