TPT_DATA_ENCRYPTION= Data Set Option

Specifies whether to fully encrypt SQL requests, responses, and data when SAS sends data to Teradata for Fastload, MultiLoad, or Multi-Statement insert that uses the TPT API.
Valid in: DATA and PROC steps (when accessing DBMS data using SAS/ACCESS software)
Default: NO
Data source: Teradata
See: Maximizing Teradata Load Performance , Using the TPT API , BULKLOAD= LIBNAME option, BULKLOAD= data set option, MULTILOAD= data set option, MULTISTMT= data set option, TPT= LIBNAME option, TPT= data set option

Syntax

TPT_DATA_ENCRYPTION=YES | NO

Syntax Description

YES
specifies that all communication between the Teradata client and server is encrypted when using the TPT API.
NO
specifies that all communication between the Teradata client and server is not encrypted when using the TPT API.

Details

To use this option, you must first set TPT=YES.
You can ensure that SQL requests, responses, and data that are transferred between the Teradata client and server are encrypted when using the TPT API. See your Teradata documentation for details.