LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (November 2002)Back to main CICS-L pageJoin or leave CICS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 19 Nov 2002 23:49:44 -0600
Reply-To:     CICS List <CICS-L@LISTSERV.UGA.EDU>
Sender:       CICS List <CICS-L@LISTSERV.UGA.EDU>
From:         Leigh Compton <lcompton@US.IBM.COM>
Subject:      Re: ECI w/o CTG
Content-type: text/plain; charset=us-ascii

Anton Britz <anton_cics@douglawsonandmiddleoftheroad.com> wrote:

>The ECI connection to CICS : Is it a Lu 6.1 connection for >the Generic method ?

>What method is used for the "Specific" connection to CICS ?

>I managed to get the Generic connection to work from batch to >CICS TS 1.3 but get Response 203 for "Specific". I installed >the IBM Group DFH$EXCI and checked that ISC is set to OPEN.

>What am I missing ?

EXCI connections are MRO, both for GENERIC and SPECIFIC connections.

Group DFH$EXCI has a good definition for both Generic (EXCG) and Specific (EXCS). The default number of sessions is too low, but if you were to copy these definitions to a group of your own and install it instead, you could alter the session count.

There can be only one Generic connection installed in the region. You can have any number of Specific connections, but they need to have unique names & unique APPLID (aka Pipe Name) specified.

Client applications coded using the EXEC LINK syntax are restricted to the Generic connection. In order to use a specific connection, you must be using the CALL syntax. Those applications coded using the CALL syntax can also use the Generic connection.

CICS TG specifies the Pipe Name in the DFHJVPIPE environment variable. If the variable is null, then the CICS TG will use the Generic connection. If there is any value specified, then the CICS TG will use the Specific connection which has the same Pipe Name in its definition. The sample Specific Connection has a Pipe Name of BATCHCLI.

Hope this helps you.

Leigh


Back to: Top of message | Previous page | Main CICS-L page