If you must have multiple instances of the CAICCI TCP/IP server in a client-server configuration on a single z/OS system, each requires a unique port number. You can specify the port number in the server started task JCL member using a variable that you override at startup time.
To assign TCP/IP ports to multiple instances of the CAICCI server
//CCITCP EXEC PGM=CAS9ATGS,PARM='PORT=&PORT',…
The &PORT variable assumes a port number when the server starts.
START CCITCP.CCI1,…PORT=4500 START CCITCP.CCI2,…PORT=4501 START CCITCP.CCI3,…PORT=4502
The server instances start, using the specified port numbers.
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |