HOSTPORTS

You can specify this command only in the EQAOPTS load module. It cannot be specified at run time.

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.

The following diagram describes the syntax of the HOSTPORTS command:
Read syntax diagramSkip visual syntax diagram
>>-EQAXOPT--HOSTPORTS--+------------------------------------+--><
                       +-,--port_number---------------------+   
                       +-,--port_number_range---------------+   
                       |       .-,---------------------.    |   
                       |       V                       |    |   
                       '-,--(----+-port_number-------+-+--)-'   
                                 '-port_number_range-'          

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)