Date: Fri, 17 Mar 2000 10:43:39 -0500
Reply-To: CICS List <CICS-L@LISTSERV.UGA.EDU>
Sender: CICS List <CICS-L@LISTSERV.UGA.EDU>
From: tschne1@US.IBM.COM
Subject: Re: TCP/IP startup
Content-type: text/plain; charset=us-ascii
Mike,
Is there an OMVS segment defined in RACF for the Region userid of your CICS
job? One of the Region Userid's RACF groups must have an OMVS segment as
well (I can't recall if it must be the default RACF group, or can be any
group.) I believe you will need the OMVS segments if TCP=YES is coded in
the SIT.
(The SYSTCPD DD card is, as far as I know, only needed when the CICS
address space is going to communicate with a TCP/IP address space named
something other than TCPIP.)
====================================================
Tom Schneider / IBM Global Services
====================================================
Mike Frederick <mikefrederick@BROOKSHIRES.COM>@LISTSERV.UGA.EDU> on
03/17/2000 10:02:46 AM
Please respond to CICS List <CICS-L@LISTSERV.UGA.EDU>
Sent by: CICS List <CICS-L@LISTSERV.UGA.EDU>
To: CICS-L@LISTSERV.UGA.EDU
cc:
Subject: Re: TCP/IP startup
I put //SYSTCPD in the startup and still get the message. The return code
is 0009c and the reason code is 0b0c00fb. I'm currently trying to
decipher these codes in the UNIX mesages and codes.
Mike Frederick wrote:
> Just bringing up CICS TS 1.3 and changed the startup parameter in the
> SIT to TCPIP=YES - when CICS comes up I get message DFHSO0117 &
> DFHSO0002, and CICS abends. It's talking about a host name problem.
> Where is the reading that I need to do on this and how do I determine
> the return/reason codes. Any help will be appreciated