Function Return Codes - Parallel Transporter

Teradata Parallel Transporter Operator Programmer Guide

Product
Parallel Transporter
Release Number
16.10
Published
May 2017
Language
English (United States)
Last Update
2018-05-07
dita:mapPath
tig1488824663180.ditamap
dita:ditavalPath
Audience_PDF_include.ditaval
dita:id
B035-2435
lifecycle
previous
Product Category
Teradata Tools and Utilities

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

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.