SMFSTOR (FTP server) statement

Use the SMFSTOR statement to specify SMF recording options for the STOR (STORE) and STOU (STORE UNIQUE) commands

Syntax

Read syntax diagramSkip visual syntax diagram
>>-SMFSTOR--+-STD-----+----------------------------------------><
            +-number--+   
            '-TYPE119-'   

Parameters

STD
Indicates that type 118 SMF STORE and STORE UNIQUE records are issued with the standard subtype of 75.
number
Indicates that type 118 SMF STORE and STORE UNIQUE records are issued with the given record subtype. The valid range is 1 - 255.
TYPE119
Indicates that type 119 SMF STORE and STORE UNIQUE records are issued (subtype 70).

Examples

Set the type 118 SMF record subtype for STORE and STORE UNIQUE records to 75:
SMFSTOR 75
To issue type 119 SMF STORE and STORE UNIQUE records:
SMFSTOR TYPE119

Usage notes

Related topics