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


Assembler applications

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

For assembler applications, the macro EZASMF77 (installed in SYS1.MACLIB) produces assembler level DSECTs that can be used to map the various record formats described in this topic. When invoking EZASMF77, the default value creates all the record mappings. EZBNMMPA are in tcpip.SEZANMAC and should be concatenated with SYS1.MACLIB.

To create the mapping for the interval statistic records, code the following:
EZASMF77 STAT=YES
To create the mapping of the format 119 IPSec SMF records, code the following:
EZASMF77 IPSEC=YES 
Because the YES value is the default for all the EZASMF77 operands, coding EZASMF77 without any operands is equivalent to coding the following:
EZASMF77 FTP=YES,API=YES,TELNET=YES,HEADER=YES,STAT=YES,IPSEC=YES,PROF=YES,MAIL=YES,DVIPA=YES
Guideline: Code NO for any of the operands to exclude those mappings from the assembler output.

To obtain the mappings for the individual sections of profile data in the format 119 TCP/IP profile SMF event record (subtype 4), the include macro EZBNMMPA is obtained from MVS™ data set SEZANMAC.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014