TRCCNN (Trace Connection) syntax diagram


Job: B,I Pgm: B,I REXX: B,I Exec
Threadsafe: No
                                (1)
>>-TRCCNN--SET(--+-*ON-----+--)--------------------------------->
                 +-*OFF----+
                 +-*END----+
                 '-*FORMAT-'
 
>--+-------------------------------------+---------------------->
   |                .----------.         |
   |          (2)   V          | (3)     |
   '-TRCTYPE(---------+-*IP--+-+-------)-'
                      '-*SSL-'
 
>--+---------------------------------------+-------------------->
   |         (4)   .-*GEN-------------.    |
   '-TRCTBL(-------+-trace-table-name-+--)-'
 
>--+--------------------------------------------------+--------->
   |       (5)     .-16000------------.  .-*KB-.      |
   '-SIZE(-------+-+-trace-table-size-+--+-*MB-+-+--)-'
                 +-*MAX--------------------------+
                 '-*MIN--------------------------'
 
>--+--------------------------------+--------------------------->
   |          (5)   .-*WRAP----.    |
   '-TRCFULL(-------+-*STOPTRC-+--)-'
 
>--+---------------------------------+-------------------------->
   |        (6)   .-*EBCDIC-----.    |
   '-CCSID(-------+-*ASCII------+--)-'
                  '-ccsid-value-'
 
>--+--------------------------------------+--------------------->
   |         (7)   .-*CALC-----------.    |
   '-FMTDTA(-------+-number-of-bytes-+--)-'
 
>--+-------------------------------------------------------------+-->
   |      (8)   .-*-----------------------------------------.    |
   '-JOB(-------+-+-----------------------------+--job-name-+--)-'
                  '-+-------------+--user-name/-'
                    '-job-number/-'
 
>--+------------------------------------------+----------------->
   |         (8)   .-*LAST---------------.    |
   '-SPLNBR(-------+-*ONLY---------------+--)-'
                   '-spooled-file-number-'
 
>--+--------------------------------------+--------------------->
   |             (8)   .-*ONLY-------.    |
   '-JOBSYSNAME(-------+-*CURRENT----+--)-'
                       '-system-name-'
 
>--+--------------------------------------------------------+--->
   |          (8)   .-*ONLY----------------------------.    |
   '-CRTDATE(-------+-*LAST----------------------------+--)-'
                    |                .-*ONLY---------. |
                    '-creation-date--+-*LAST---------+-'
                                     '-creation-time-'
 
>--+-----------------------------------------+-----------------><
   |         (9)                             |
   '-TCPDTA(---------| TCPDTA Details |----)-'
 
TCPDTA Details
 
|--+--------+--+----------------------------+------------------->
   +-*TCP---+  |    .------------------.    |
   +-*UDP---+  |    V            (10)  |    |
   +-*ICMP--+  '-(----local-port-------+--)-'
   +-*IGMP--+
   +-*ARP---+
   '-*ICMP6-'
 
>--+-----------------------------+--+------------------+-------->
   |    .-------------------.    |  '-local-IP-address-'
   |    V             (10)  |    |
   '-(----remote-port-------+--)-'
 
>--+-------------------+--+-----------------------+-------------|
   '-remote-IP-address-'  '-line-description-name-'
 
 

Notes:

  1. All parameters preceding this point can be specified in positional form.

  2. TRCTYPE is valid only if SET(*ON) or SET(*FORMAT) is specified.

  3. A maximum of 2 repetitions.

  4. TRCTBL is valid only if SET(*ON), SET(*OFF) or SET(*END) is specified.

  5. SIZE and TRCFULL are valid only if SET(*ON) is specified.

  6. CCSID is valid only if SET(*OFF) or SET(*FORMAT) is specified.

  7. FMTDTA is valid only if SET(*FORMAT) or SET(*OFF) is specified.

  8. JOB, SPLNBR, JOBSYSNAME and CRTDATE are valid only if SET(*FORMAT) is specified.

  9. TCPDTA is valid only if SET(*ON) is specified.

  10. A maximum of 2 port numbers may be specified.