Define a TCP/IP line in each CA IDMS system to be accessed by CA IDMS Server.
Add one TCP/IP line, a listener PTERM, plus a physical terminal (PTERM) and logical terminal (LTERM) pair for each concurrent connection with the CA IDMS system.
Define the listener PTERM/LTERM pair for the built-in server program, IDMSJSRV. This PTERM must specify the RHDCNP3J task defined during installation, SYSTEM mode, and the port used by the driver. The default port used by the drivers and registered with the Internet Assigned Number Authority (IANA) for CA IDMS is 3709. This can be used if only a single DC/UCF system is used on the host machine. Otherwise, a recommended convention is to append the system number to 37. The listener PTERM should also specify a secured task.
Each JDBC or ODBC connection uses one PTERM/LTERM pair.
Example:
The following example defines a TCP/IP line for System 81. The LINE, PTERM, and LTERM statements define a TCP/IP line with 100 physical terminals, allowing 100 concurrent JDBC or ODBC connections.
ADD LINE TCPIP
TYPE IS SOCKET
MODULE RHDCD1IP.
ADD PTERM TCPJSRV
TYPE IS LISTENER
PORT IS 3781
TASK IS RHDCNP3J
MODE IS SYSTEM
PARM IS 'TASK=IDMSJSRV'.
ADD LTERM TCLJSRV
PTERM IS TCPJSRV.
ADD PTERM TCP0001
TYPE IS BULK
REPEAT COUNT IS 99.
ADD LTERM TCL0001
PTERM IS TCP0001.
The TCP/IP line can support SSL using the AT‑TLS facility of z/OS 1.7 and later. For more information, see PIB QI83006 on supportconnect.ca.com.
|
Copyright © 2009 CA.
All rights reserved.
|
|