OnDemand Users Group

Support Forums => CMOD for z/OS Server => Topic started by: LWagner on August 22, 2007, 10:36:28 PM

Title: CMOD 7.1 installation, missing DDDEF
Post by: LWagner on August 22, 2007, 10:36:28 PM
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
Title: Re: CMOD 7.1 installation, missing DDDEF
Post by: Nancy Irgens on September 11, 2007, 03:48:23 PM
Here's the smp info you were looking for.

DDDEF ENTRY SARSHMID - PATH 

'/serviceod/usr/lpp/ars/midserver/IBM/' 
Title: Re: CMOD 7.1 installation, missing DDDEF
Post by: Nancy Irgens on September 11, 2007, 05:06:43 PM
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 .                                 
Title: Re: CMOD 7.1 installation, missing DDDEF
Post by: LWagner on September 25, 2007, 02:14:21 PM
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.