Function Return Codes - Parallel Transporter

Teradata® Parallel Transporter Operator Programmer Guide

Product
Parallel Transporter
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2022-06-21
dita:mapPath
yvm1645201744157.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
B035-2435
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.