SMFJES (FTP server) statement

Use the SMFJES statement to specify that SMF records are collected when FILETYPE is JES (remote job submission).

If SMFJES is not specified, no SMF records are issued when FILETYPE is JES.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-SMFJES--+---------+-----------------------------------------><
           '-TYPE119-'   

Parameters

TYPE119
Issue records for filetype JES for all type 119 SMF records. If no parameters are given, records for filetype JES are issued for all type 118 SMF records.

Examples

To record SMF type 118 records for STOR when FILETYPE=JES, use the following code:
SMFSTOR STD
SMFJES
To record SMF type 119 records for STOR when FILETYPE=JES, use the following code:
SMFSTOR TYPE119
SMFJES TYPE119

Usage notes

SMFJES statements for each record type (118 and 119) function independently of each other.

Related topics