STC MSMDBSRV - CEEOPTS - points to SMPE library.
search cancel

STC MSMDBSRV - CEEOPTS - points to SMPE library.

book

Article ID: 13939

calendar_today

Updated On:

Products

Mainframe Software Manager (Chorus Software Manager)

Issue/Introduction

CSM created the CEEOPTS DD in the MSMDBSRV PROC pointing to the SMPE target library and not the actual run-time library.
For example --> "//CEEOPTS  DD DISP=SHR,DSN=SYSTEMA.CSM.SMPE.xxx.CAAXMAC(CEEUOPT)".


A SYSPROG observes that the MSMDBSRV PROC has a DDNAME '//CEEOPTS' that points to the SMPe target library and not the runtime version of this library.
For example --> "//CEEOPTS  DD DISP=SHR,DSN=SYSTEMA.CSM.SMPE.xxx.CAAXMAC(CEEUOPT)".
Instead of  -->  "//CEEOPTS  DD DISP=SHR,DSN=SYSTEMA.CSM.yyy.CAAXMAC(CEEUOPT)".

Is this an error that he may have caused, did he miss something?

Environment

CSM R6.0 any supported level of z/OS.

Resolution

This is an error within the CSM installer. Simply edit the MSMDBSRV PROC and make the correction. There is no need for updates to the DDDEF in SMPe.

Additional Information

N/A