If the OBJDEFS DD is removed from the SAMS proc, how will the SAMS Object functionality still work?
//XXOBJDEFS DD DISP=SHR,DSN=CAI.VANTAGE.CCTULOAD
Environment
Release : 14.0
Component : CA Vantage Storage Resource Manager
Resolution
The CCTULOAD library contains all the load modules that does not need to be in the linklist and all the load modules containing the object definitions. If the OBJDEFS DD is specified in the SAMS proc, which was the case with older Releases, then it is used to load the object definition load modules.
If it is not in the SAMS proc, which is the case with the SAMS proc provided in CCTUSAMP with the current release 14.0, then the object definition load modules are loaded from the STEPLIB.
So as long as there is a STEPLIB in the SAMS proc which refers to the CCTULOAD, the OBJDEFS DD is no longer needed and can be removed.