DMXSelectJoinSide function - Connect_ETL - 9.13

Connect ETL Shell Functions Reference

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
Connect > Connect (ETL, Sort, AppMod, Big Data)
Version
9.13
Language
English
Product name
Connect ETL
Title
Connect ETL Shell Functions Reference
Copyright
2023
First publish date
2003
Last updated
2023-09-11
Published on
2023-09-11T19:06:59.560515

Short Description: To select a join side to amend for a join task.

Syntax

DMXSelectJoinSide ID side

Parameters

ID The ID returned by DMXNew that identifies the invocation.
side An unsigned integer indicating the join side that you want to access. The left side is assigned number 1 and the right side is assigned number 2.

Notes

Prior to the first call to this function, the left side (side 1) is selected.

Once you select a side by calling DMXSelectJoinSide, any subsequent calls to DMX functions that are side dependent are applied to that side until the selection is changed again. The functions affected by this call are

DMXSetSourceFile

DMXAddSourceFile

DMXSetEstimatedInputRecordCount

DMXSetEstimatedInputDataBytes

You cannot call this function when the task is a sort, merge or copy.