Including or Excluding TCP/IP Stacks
This example illustrates a list of INCLUDE and EXCLUDE TCP/IP stack definitions and the TCP/IP stacks generated from them.
Assume the special system call on z/OS returns the following list of TCP/IP stacks as defined to CINET:
TCPSY100 - TCPSY110 - TCPSY200 - RUNTCP10 - RUNTCP11 - TESTTCP
The following SYSGEN definitions illustrate how to specify the TCP/IP stacks to include or exclude in the CA IDMS system:
MOD TCPIP INCLUDE STACK (TCPSY*,RUNTCP*) EXCEPT (TCPSY2*,RUNTCP11).
produces the following list of stacks:
TCPSY100 - TCPSY110 - RUNTCP10
MOD TCPIP INCLUDE STACK (*) EXCEPT (TCPSY*,TESTTCP).
produces the following list of stacks:
RUNTCP10 - RUNTCP11
MOD TCPIP EXCLUDE STACK (TCP*) EXCEPT (TCPSY200).
produces the following list of stacks:
TCPSY200 - RUNTCP10 - RUNTCP11 - TESTTCP
|
Copyright © 2014 CA.
All rights reserved.
|
|