CLIENTEXIT (FTP client) statement

Use the CLIENTEXIT statement to specify whether the FTP client exits with a nonzero MVS™ return code for certain FTP errors.

Syntax

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

Parameters

FALSE
FTP client does not exit with a nonzero MVS return code when certain errors occur.

Result: Starting the FTP client with the EXIT parameter can override CLIENTEXIT FALSE.

TRUE
FTP client exits with a nonzero MVS return code when certain errors occur.

Result: Coding CLIENTEXIT TRUE is equivalent to starting the FTP client with the EXIT parameter. See FTP command — Entering the FTP environment in the z/OS Communications Server: IP User's Guide and Commands for more information about the EXIT parameter.

Examples

   CLIENTEXIT TRUE ; FTP client will exit when an error occurs
                   ; even though EXIT is not coded  specified when  
                   ; starting the FTP client.                          

Related topics