Started task configuration settings

This section describes how to configure the Application Performance Analyzer Listener started task to suit your installation.

The Application Performance Analyzer Listener started task obtains the configuration settings from a file allocated to DDname CONFIG. The file is a SYSIN-type member that you edit in order to change the settings. The member CAZCNFGL in hlq.SCAZSAMP contains the initial settings. A group of configuration settings is specified by a CONFIG statement. Settings are organized into categories or classes. Each CONFIG statement defines settings for a particular class. The general syntax for a CONFIG statement is illustrated here:
CONFIG class
keyword1=value1
keyword2=value2	// this is a comment
…
keywordn=valuen
; 			// end with semicolon
You must code a single keyword/value pair expression within a single line. It cannot span two lines. Separate keyword/value pair expressions from each other using one or more blanks. A CONFIG statement, including all its keyword/value pair expressions, must be terminated by a semicolon.

A CONFIG statement might be coded anywhere within columns 1 to 71 inclusive. An asterisk in column 1 denotes a comment line. A double slash (//) anywhere in the line indicates the remaining text in the line is a comment.

The following CONFIG BASIC statement, which is supplied in the predefined CAZCNFGL member, illustrates the CONFIG syntax.
  CONFIG BASIC             // Basic settings:
    ListenerID=CAZL        //  . ID
    HLQ=#yourhlq           //  . DSN HLQ for diagnostic
                           //    trace datasets
    PORT=8001              //  . Listener's port#
    UNIT=SYSALLDA          //  . unit name for new data set
    SECURITY=DISABLED      //  . no security checking
    MsgLevel=I             //  message level
    SessionTimeOut=0000    //  Session time out (never)
    KeepConnected=0000     //  ping interval    (never)