Client creating a new rule that invokes the OPSUBMIT exec but abends S0C3.
Release:
Component: OPSMVS
The root cause is the operating environment. OPSUBMIT is an OPSMVS REXX EXEC . The parameter OSFGETJOBID must be set to yes,
and the REXX EXEC must specify that it is an OPSMVS REXX EXEC by starting 'OI'.
Once corrected the rule ran as intended.
The OPSUBMIT function can be used only in OPS/REXX. So the line Address OSF "IEC205I " DSN VOL needs changed to Address OSF "OI IEC205I " DSN VOL