Search found 2 matches

by abhiramk
Thu Apr 26, 2018 7:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Range Lookup question
Replies: 2
Views: 2211

It can't be done using a range lookup. As Ray mentioned, it can be done using Sort and transformer, followed by stage variables to remember the previous value. The overlapping can happen in 13 possible ways (Allen's interval algebra explains this). The 13 here is an exhaustive set. So, use stage var...
by abhiramk
Thu Feb 08, 2018 5:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to prevent CHECKSUM stage to re-arrange column names
Replies: 7
Views: 6745

Before computing the checksum, the Checksum stage arranges the columns in the alphabetical order of column names (irrespective of the order they appear in your input column tab). I have tried and tested a couple of possibilities and there seem to be no option to rearrange the column order in which c...