Analyzer communication port

The Analyzer communication port is defined by using the HTTPPORT setting.

Both sample PARMLIB members HZASANP1 (basic security) and HZASANP2 (system security), have the following:

***********************************************************************
* HTTPPORT defines the TCP/IP port used for communications.           *
*                                                                     *
*   If HTTPPORT = 9000  is defined on a system with a TCP/IP host     *
*   called sys1.mycompany.com, to access the Analyzer the user   *
*   would specify the following URL in their PC Browser:              *
*        http://sys1.mycompany.com:9000  if SECURITY=BASIC            *
*    or https://sys1.mycompany.com:9000  if SECURITY=SYSTEM           *
*                                                                     *
*   The port specified must be available on your system.              *
*                                                                     *
*   TSO NETSTAT can be used to check if a port is available e.g.:     *
*   TSO NETSTAT (PORT 9000       --*  is port 9000 in use?            *
*   TSO NETSTAT PORTL(PORT 9000  --*  is port 9000 reserved?          *
*                                                                     *
*   If no entries are returned from these NETSTAT commands, the port  *
*   is most probably available.  At some sites, you may need your     *
*   Network Systems Programmer to reserve a port for TADz Analyzer.   *
*                                                                     *
***********************************************************************
HTTPPORT = 9000                                                                                                           

If HTTPPORT is not specified, or is set to 0, the Analyzer fails with message “COULD NOT OPEN DD:SYSIN”.