Trying to implement SSMV3 in OPS/MVS.
Add SSMVERSION 3 to parmlib. Restarted OPS
Tried going to 4.11.P.D to discover current resources. Selected D to run utility. *1
at OPADNSNP panel, put in the Rules dataset and output table name, then type DISCOVER and hit enter after several seconds I get error message:
REXX Error 41 in OPADNSNP, line 856:
REXX Error 41 in OPADNSNP, line 856: Bad arithmetic conversion
Not sure what is wrong
*1 In case of r14.0, Tried going to 4.11.P.P instead of 4.11.P.D to discover current resources. Selected DI to run utility.
Release : ALL
Component : OPS/MVS
Update the SYSEXEC to include his copy of the distributed CCLXEXEC.
In particular members OPSSMTYP and SSMTYPE must reside in the dataset.
If that dataset is already present, ensure that the OPSEXEC DD is allocated.
Also, in OPSVIEW 2.6, make sure that SSM_TYPE_TBL is exist.
If SSM_TYPE_TBL has been deleted for some reason, please run the following command to create that table.
OI READTBL TABLE(SSM_TYPE_TBL) DSNAME(prefix.CCLXEXEC(SSMTYPE)')