HOSTPORTS
You can specify this command only in the EQAOPTS load module. It cannot be specified at run time. To use this command in the CICS environment, you must be using the TCP/IP Socket Interface for CICS. For instructions on activating the TCP/IP Socket Interface for CICS®, see the z/OS® Communications Server IP CICS Sockets Guide.
You can use this command to specify a host port or range of ports for a TCP/IP connection from the host to a workstation when using remote debug mode.
- port_number
- A positive integer (1-32767) identifying a TCP/IP port number.
- port_number_range
- The first and last port_number identifying a range of port numbers, separated by a hyphen (-).
Examples
EQAXOPT HOSTPORTS,29500-30499
EQAXOPT HOSTPORTS,(29500-30499,31500-32499)