Parameters - Access Module

Teradata Tools and Utilities Access Modules Programmer Guide

Product
Access Module
Release Number
15.10
Language
English (United States)
Last Update
2018-10-07
dita:id
B035-2424
lifecycle
previous
Product Category
Teradata Tools and Utilities

The Teradata Access Module interface is supported by two parameters; there are no other elements or global or environmental variables. Each parameter is a structure pointer, and the structures provide the communication between an Access Module and a Teradata utility:

  • The first parameter specifies a general, functionindependent structure that contains the common fields required for all Access Module functions.
  • The second parameter specifies a functiondependent structure that contains the unique fields required for a specific Access Module function:
  • File Close
  • File Get Position
  • File Open
  • File Read
  • File Set Position
  • File Write
  • Get Attribute
  • Identification
  • Initialization
  • Put Attribute
  • Shutdown
  • The second parameter is passed as a void.

    Chapter 3 provides a detailed description of each Access Module function, as well as an explanation of the corresponding functiondependent structure.