Attempting to upgrade the release of OPS/MVS. The first error message is:
OPS3101S Message number 0030 not found - OPINAS+X'00000A2C'
Also:
OPS0040I OPS3126E DYNAMIC ALLOCATION FAILED, RC=4, ERROR CODE=X'1708', INFO CODE=X'0002', DDNAME=,
DSNAME=nnnnnnn
OPS/MVS
The SYSLOG shows the cause of the problem:
OPS0902E Cannot find program OPSSPA00 in SYS1.PARMLIB
OPS is not finding the OPSxPAnn member (usually OPSSPA00).
The OPSxPAnn member is called by the OPSTART1 CLIST. This CLIST is delivered in the CCLXCLS0 library but OPS may be finding the member OPSTART1 in the first library of the SYSPROC concatenation of the OPSMAIN JCL procedure.
Almost at the end of the OPSTART1 CLIST there is a statement calling the OPSxPAnn member.
Usually:
OX 'SYS1.PARMLIB(&SUBSYSNAME.PA&MEMBER)'
Make sure this member exists in the library that is being pointed by the above statement.