When we do WRKOBJ on any of the program created in GEN we see Object Auditing value is *NONE. We would like to change them all to *USRPRF
CA 2E 8.7 and higher
There are two approaches
Approach 1: It looks like the QCRTOBJAUD system value was changed in your system.
Could you check the QCRTOBJAUD value in your system by using the below command:
DSPSYSVAL SYSVAL(QCRTOBJAUD)
If this system value is *NONE, then change that to "*USRPRF" by using the below command.
"CHGSYSVAL SYSVAL(QCRTOBJAUD) VALUE(*USRPRF) "
If possible Broadcom Support recommend Approach 1
Some more info regard Approach 2: Compile Preprocessor