Usage Notes - 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

Usage Notes

Consider the following when specifying Initialization parameters:

  • Initialization Requirements – Access Module initialization is required when the Reqtype field of the pmiCmdBlock_t structure is pmiPIDMOptInit.
  • Supporting Multiple Interactions – When supporting more than one iteration, use the PIData field to distinguish between iterations and between the files opened by each iteration.
  • To distinguish between iterations, use a different PIData value with each initialization request.
  • To distinguish between the files opened by each iteration, use the same PIData value with each file open request.