SMFEXIT (FTP server) statement

Use the SMFEXIT statement to specify that the user exit routine FTPSMFEX is called before writing the Type 118 SMF record to SMF data sets.

Syntax

Read syntax diagramSkip visual syntax diagramSMFEXIT

Parameters

This statement has no parameters.

Examples

To specify that the user exit FTPSMFEX is called before writing the Type 118 SMF record to SMF data sets, use the following code:
SMFEXIT

Usage notes

The FTP SMF user exit has been discontinued for type 119 FTP SMF records. The user exit routine FTPSMFEX is only to be called for any type 118 records that are written; no FTP-specific exit is called for type 119 records. In order to obtain the same functionality with type 119 records, the system-wide SMF user exits should now be used (IEFU83, IEFU84, and IEFU85). See z/OS MVS System Management Facilities (SMF) for more information.

Related topics