Re: CICS SVC module name for Z/OS 1.6 CICS transaction server 23

2009-06-23 Thread Alan Schenck
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 lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


CICS SVC module name for Z/OS 1.6 CICS transaction server 23

2009-06-22 Thread joereichman
Does anyone know what the name is and where the load module for CICS
transaction server 2.3

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


Re: CICS SVC module name for Z/OS 1.6 CICS transaction server 23

2009-06-22 Thread Miklos Szigetvari

Hi

You mean the DFHCSVC  from the SDFHLPA?
(we have here TS 2.2)


joereichman wrote:


Does anyone know what the name is and where the load module for CICS
transaction server 2.3

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


 



--
Miklos Szigetvari

Development Team
ISIS Information Systems Gmbh 
tel: (+43) 2236 27551 570
Fax: (+43) 2236 21081 

E-mail: miklos.szigetv...@isis-papyrus.com 

Info: i...@isis-papyrus.com 
Hotline: +43-2236-27551-111 

Visit our Website: http://www.isis-papyrus.com 
---

This e-mail is only intended for the recipient and not legally
binding. Unauthorised use, publication, reproduction or
disclosure of the content of this e-mail is not permitted.
This email has been checked for known viruses, but ISIS accepts
no responsibility for malicious or inappropriate content.
--- 


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