Users reported that SAF messages are appearing while trying to browse reports in View, with 14.0 libraries.
Is there anyway to suppress those messages?
SARSECUX XXXXX READ RACROUTE DSN=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXX VOL=XXXXXX RC=00000000
SARSECUX XXXXX READ RACROUTE DSN=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXX VOL=XXXXXX RC=00000000
Release : 14.0
The client's SARSECUX user exit was issuing the message.
After checking for certain UserID prefixes, it checks for SECURITY=EXTERNAL.
If SECURITY=EXTERNAL is not set, the code drops into where it issues a RACROUTE call and the WTO message.
It may be considered to change the exit code to only issue that WTO message if SARINIT FEATURE=1 is set.