Configure a CICS local terminal
When you see something like this, it means you haven't properly configured a CICS local terminal.
To configure a CICS local terminal, do the following:
Edit the CICS local terminal initialization file
Open the CICS local terminal initialization file (C:\opt\cics\bin\cicslcli.ini ) and set it as follows:
- Change Server from CICS01 to Testreg1.
- Remember CICSCC (NamedPipeName). You will be using this name to configure the Listener
- Close and save cicslcli.ini file
cicslcli.ini file excerpt
|
cicslcli.ini file excerpt
;Server = CICS01 ; Arbitrary, unique name for the server
Server = Testreg1 ; Arbitrary, unique name for the server
Description = Named Pipe Support for local client ;
Protocol = LOCALCLI ; Matches with a Driver section below
NetName = 00.00.00.00 ; Dummy
NamedPipeName = CICSCC ; Must match servers named pipe
|
Configure a listener
- Open the IBM TXSeries Administration tool
- Click Add

- Set the Listener Definition window as shown and click Submit
- Listener Name = TestL
- Activate resource at cold start? = Yes
- Resource description = Listener Definition
- Protect resource from modification = No
- Protocol Type = Named Pipe
- Number of TCPIP listener processes to use = 1
The Listener is created successfully. Re-start the CICS region to activate the changes.
Re-start the CICS region to activate the changes.



No comments:
Post a Comment