ISPFSTATS (FTP client and server) statement

Use the ISPFSTATS statement to allow FTP to create and maintain statistics for partitioned data set members. You can also use the SIte and LOCSIte subcommands to set this keyword.

Server
This setting applies when creating or updating data sets on the server's system.
Client
This setting applies when creating or updating data sets on the client's system.

Syntax

Read syntax diagramSkip visual syntax diagram
   .-ISPFSTATS FALSE------.   
>>-+----------------------+------------------------------------><
   '-ISPFSTATS--+-TRUE--+-'   
                '-FALSE-'     

Parameters

FALSE
FTP does not create statistics if the file does not already exist or does exist but does not have statistics. If the file already exists and contains statistics, FTP updates the statistics and sends the reply indicating the behavior.
TRUE
FTP creates or updates the statistics.

Examples

FTP creates the statistics:
ISPFSTATS TRUE

Usage notes