Why am I getting errors in OPS/MVS for the compiled version of the OPS/REXX program OP450000 when trying to access the OPSVIEW panel 4.5.1?
When visiting OPSVIEW panel 4.5.1 "AOF Control" I am receiving the following error messages:
Invalid compiled OPS/REXX program - OP450000
REBUILD FAILED FOR COMPILED REXX PROGRAM - OP450000
This error occurs when the OPS/MVS CCLXEXEC library is allocated in the OPSEXEC DD concatenation of the TSO user session. The library that contains the compiled OPS/REXX programs is CCLXOPEX. The allocation of the CCLXOPEX library is optional but improves OPSVIEW performance.
Review the allocations of your TSO session and make sure the following relationship between DDNAMES and library names (DSNAMES) is correct:
DDNAME |
DSNAME |
Contents |
SYSEXEC |
prefix.CCLXEXEC |
Source OPS/REXX programs (not compiled) |
OPSEXEC |
prefix.CCLXOPEX |
Compiled OPS/REXX programs |