Description:
I have an ISPF APPLICATION in OPS/MVS that calls a REXX Routine that runs under OPSOSF Address Space. How do I correct this error?
Solution:
OPS3092H DYNAMIC ALLOCATION of TSO EXECUTE QUEUE failed, RC=4, detected at OPRXTS+X'00000834' OPS3092H ERROR 40 RUNNING ALLOCSPF, LINE 72: INCORRECT CALL TO ROUTINE
If you do not have any VIO eligible unit names in your Eligible Device Table (EDT), then you must set the VIO parameter prior to invoking the OPS/REXX program. If this is the case remove the comments around the following statement. If SYSDA is not an appropriate esoteric unit type at your installation then replace it with one that is.
In your OPSTART1 clist, you would need to add the following:
/* OPSPARM SET(VIO) VALUE(SYSDA) */