CMOD 7.1 installation, missing DDDEF

Previous topic - Next topic

LWagner

The output of my SMP/E Apply check is encountering an error for missing DDDEF SARSHMID.

Could someone check their OD 7.1 CSI and provide me the z/OS dataset name or UNIX pathname ?


Thanks,


Larry Wagner

Nancy Irgens

Here's the smp info you were looking for.

DDDEF ENTRY SARSHMID - PATH 

'/serviceod/usr/lpp/ars/midserver/IBM/' 

Nancy Irgens

I found that PQ81183 added the DDDEF....

Look in your install file for the DDDEF jcl.  SARSINST(ARSBDDE1)

JCL TO DEFINE DDDEFS FOR THE         
ONDEMAND FOR Z/OS AND OS/390 V7.1.0   
PQ81183 DATA SETS TO SMP/E.           

//SMPCNTL   DD  *                         
SET BDY(?TZ?).                           
UCLIN  .                                                                 
     ADD DDDEF(SEZARNT1)                   
     SHR WAIT                             
     UNIT(SYSALLDA)                       
     DA(?TCP?.SEZARNT1) .                 
                                           
     ADD DDDEF(SARSHMID)                   
     PATH('/usr/lpp/ars/midserver/IBM/').                                     
ENDUCL .                                 

LWagner

Those last two are the ones I needed.

I found the rest of the items, and finally got an APPLY CHECK RC=04, and and APPLY RC=04.

Moving on to configuration and testing.