Previous Page | Next Page

Data Set Options for Relational Databases

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.
Default value: NO
Valid in: DATA and PROC steps (when accessing DBMS data using SAS/ACCESS software)
DBMS support: Teradata

Syntax
Syntax Description
Details
See Also

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 is transferred between the Teradata client and server is encrypted when using the TPT API. See your Teradata documentation for details.


See Also

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

Previous Page | Next Page | Top of Page