TRACECAPI (FTP client) statement

Use the TRACECAPI statement to define a control for tracing for a user-written program that uses the FTP client application programming Interface (API) to the z/OS® FTP client. This interface is described in z/OS Communications Server: IP Programmer's Guide and Reference.

Syntax

Read syntax diagramSkip visual syntax diagram
   .-TRACECAPI CONDITIONAL------.   
>>-+----------------------------+------------------------------><
   '-TRACECAPI--+-CONDITIONAL-+-'   
                +-ALL---------+     
                '-NONE--------'     

Parameters

CONDITIONAL
Specifies that tracing by the FTP client API of requests from a user program is conditional. Tracing is based on the setting of the FCAI_TraceIt field prior to issuing the request to the interface. This is the default.
ALL
Specifies that all requests are traced by the FTP client API.
NONE
Specifies that none of the requests are traced by the FTP client API.

Examples

To specify that all requests are traced, use the following code:
TRACECAPI  ALL

Related topics

For more information about the trace and the interface parameter that the user program uses to control the trace, see the FTP client API information in z/OS Communications Server: IP Programmer's Guide and Reference.