For IPIC connections in local mode, the CICS® server name (ServerName) is defined as a URL. A URL allows you to specify a protocol, host name, and port number, which is the minimum information you need to connect to CICS.
Protocol://hostname:port
Protocol://hostname:port#CICSAPPLID
Protocol://hostname:port#CICSAPPLIDQUALIFIER.CICSAPPLID
where:CICSAPPLID and CICSAPPLIDQUALIFIER are optional parameters. If specified, these parameters are sent to CICS when the connection is established and are validated by CICS. The connection is rejected if the CICSAPPLID and CICSAPPLIDQUALIFIER do not match the CICS server. If you do not specify the CICSAPPLID and CICSAPPLIDQUALIFIER parameters, no check is made.
The default number of IPIC send sessions in local mode
is 100. If you use the ECI resource adapter, you can change this value
by setting the ipicSendSessions parameter. For
more information, see ECI resource adapter deployment parameters. If you use
a Java application, you can change this value by setting the LOCAL_PROP_IPIC_SENDSESSIONS
property on the JavaGateway object. For more information,
see
CICS® Transaction Gateway Base API Programming Reference
v9.0.0.1 .