Function Return Codes - Parallel Transporter

Teradata Parallel Transporter Operator Programmer Guide

Product
Parallel Transporter
Release Number
15.00
Language
English (United States)
Last Update
2018-09-28
dita:id
B035-2435
lifecycle
previous
Product Category
Teradata Tools and Utilities

Function Return Codes

Teradata PT uses the following function return codes to implement the multiphase coordination protocol.

 

Table 4: Function Return Codes 

Return Code

Function

PXSTC_SamePhase

The method should be invoked again for additional processing, but with no change in phase.

This code is usually used in the Execute method for processing data row-by-row.

PXSTC_NextPhase

The method should be invoked again for additional processing, but in the next phase.

PXSTC_EndMethod

The method has completed processing and should not be invoked again.