Receiving the below message in a new View implementation, when enters ISPF (SARSPF) to list reports:
System abend code 047, reason code 00000000.
Abend in host command SELECT or address environment routine ISPEXEC.
Below are SARINIT security settings for View:
SECID=VIEWE
SECURITY=INIT
All ACF2 settings match the settings on another LPAR where external security is working properly.
The S047 SARSPF abend occurs:
. If SECURITY=EXTERNAL and there is a missing security class definition of CHA1VIEW.
. When using ACF2 for external security, ACF2 has an option that specifies NOAPFCHK that will ignore the STATUS=ACCESS call.
The option forces the caller to be APF authorized. If they are not APF authorized, they will receive a S047 abend.
. In ACF2, the abend can be resolved by specifying the NOAPFCHK.
As per the View Reference Guide, If external security rules are in use, and the rules are not in native View format and are pseudo-dataset rules, then there needs to be the modified SARSECUX exit, from source CVDEOPTN(SARSECU1), to accommodate them.