This section describes how to configure the Application Performance Analyzer Listener started task to suit your installation.
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.
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)