When running the UNLOAD LOGGER JCL, the following error occurs:
BPXM023I (TSSPROD) CEM0923E Listeners require POSIX(ON) Verify CEEOPTS is set correctly.
After removing POLICYSET(xxx) from the SYSIN, the job runs without the message.
Release : 6.0
Component : COMPLIANCE EVENT MANAGER
Add the following DD to the JCL:
//CEEOPTS DD *
POSIX(ON)
/*