Structure - Access Module

Teradata® Tools and Utilities Access Module Programmer Guide

Product
Access Module
Release Number
16.20
Published
October 2018
Language
English (United States)
Last Update
2018-10-10
dita:mapPath
asf1527114222349.ditamap
dita:ditavalPath
Audience_PDF_include.ditaval
dita:id
B035-2424
lifecycle
previous
Product Category
Teradata Tools and Utilities

Each Access Module must be packaged as a single main function that is called for all device-specific I /O functions by the data connector component of the Teradata utility or the DataConnector Operator in Teradata PT. The structure for the main function is:

void PIDMMain ( pmiCmdBlock_t *Opts, void *OptParms )

Sample Program provides a sample program that supports the Access Module interface.