By using the TPT API,
you can read data from a Teradata table without working directly with
the stand-alone Teradata FastExport utility. When FASTEXPORT=YES,
SAS uses the TPT API export driver for bulk reads. If SAS cannot use
the TPT API—due to an error or because it is not installed
on the system—it still tries to read the data. However, it
does not produce an error. To check whether SAS used the TPT API to
read data, look for this message in the SAS log:
NOTE: Teradata connection: TPT FastExport has read n row(s).
When you specify a query
band on this option, you must set the DBSLICEPARM= LIBNAME option.
The query band is passed as a SESSION query band to the FastExport
utility.
To see whether threaded
Reads are actually generated, turn on SAS tracing by setting OPTIONS
SASTRACE=”,,,d” in your program.