Our CICS has two SVC's: a type 3 in LPA and a type 6 in the nucleus 
configured as sollows:

We list SYS1.CICSTS.SDFHLPA in PARMLIB(LPALST00).

In PARMLIB(IEASVC00) we have the following two lines:
   SVCPARM 214,REPLACE,TYPE(3),EPNAME(DFHCSVC) 
   SVCPARM 215,REPLACE,TYPE(6),EPNAME(DFHHPSVC)

In SYS1.IPLPARM(LOAD00) we added this one line:
   NUCLST   00 N       (column dependent)
Note that the trailing "N" indicates to not load a wait state if any modules in 
NUCLST00 can't be found.

Our SYS1.IPLPARM(NUCLST00) has only this one line:
   INCLUDE DFHHPSVC

DFHCSVC is in SDFHLPA and becomes SVC 214 as per IEASVC00.  We copy 
DFHHPSVC from CICSTS.SDFHLOAD to SYS1.NUCLEUS via a USERMOD to the 
SYSRES's target zone.  DFHHPSVC gets loaded as SVC 215 during the IPL as 
per SYS1.IPLPARM.

We're at z/OS 1.9 and TS 3.1.  IIRC we had the same config for previous 
releases.

HTH,
Alan

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to