DATACTTIME (FTP client) statement

Use the DATACTTIME statement to specify the number of seconds that the FTP client waits after attempting to send or receive data before terminating the connection and reporting an error to the user. The default is 120. The valid range for DATACTTIME is 0 (DATACTTIME not used) or 15-86 400.

Syntax

Read syntax diagramSkip visual syntax diagram
   .-DATACTTIME 120-------.   
>>-+----------------------+------------------------------------><
   '-DATACTTIME --seconds-'   

Parameters

seconds
The number of seconds to which the timer is set. The valid range is 0 (DATACTTIME not used) or 15-86 400. The default is 120 seconds.

Examples

DATACTTIME  160  ; wait 160 seconds

Related topics

See the FTP command and the FTP environment information in z/OS Communications Server: IP User's Guide and Commands.