z/OS Communications Server: IP Programmer's Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Type 118 SMF records

z/OS Communications Server: IP Programmer's Guide and Reference
SC27-3659-02

This topic describes the Type 118 SMF records for the Telnet and FTP servers, API calls, FTP and Telnet client calls, and syslogd and contains the following layouts:

The EZASMF76 macro can be used to map the TCP/IP SMF records. EZASMF76 produces assembler level DSECTs for the Telnet (Server and Client), FTP (Server and Client), and API SMF records.

Restriction: Field names in the TCPIPSTATISTICS record conflict with field names in SMF type 3 (Dump Trailer) records. Structure your programs to avoid using the IFASMFR macro with type 3 and the EZASMF76 macro with STAT=YES in the same source member.
Tip: It is recommended to use type 119 SMF records instead of type 118 SMF records. See Type 119 SMF records for a description of the type 119 SMF records.
To create the Telnet Client SMF record layout, code the following in an assembler program:
EZASMF76 TELNET=YES
To create the FTP Server SMF record layout, code the following in an assembler program:
EZASMF76 FTP=YES
To create the API SMF record layout, code the following in an assembler program:
EZASMF76 API=YES

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014