Running the TSO command TSO OPER, receives a S0C1 abend regardless of the command .
What is causing the S0C1 in TSO OPER?
COMMON SERVICES 15.0 - z/OS supported releases -
The CAIMB8G8 module needed for SMF intercepts cannot be found.
Ensure that cai.CAW0LOAD(CAIMB8G8) is available to the CAS9 proc either through LINKLIST or STEPLIB and run CAS9 with parm:
PRODUCT(CAIRIM) VERSION(S9F0) INIT(CAS9INIT) PARM(REFRESH(MB838))
Once this is done, the problem should be resolved.
Review the Use the CAS9INIT Initialization Routine found under the r15.0 Common Components and Services for z/OS documentation.