ADDRESS TSO command fails with the following error message:
OPS0041H OPS9506S DYNAMIC ALLOCATION OF TSO EXECUTE QUEUE FAILED, RC=4,
DETECTED AT OPRXTS+X'0000086C'
CA OPS/MVS uses VIO for temporary allocations. If your site does not utilize VIO, then follow the solution below.
Add the following statement to OPSTART1:
OPSPARM SET(VIO) VALUE(SYSDA)
Implementing this change will replace 'VIO' with new value 'SYSDA', omitting the error for temporary allocations.