Search found 4 matches
- Fri Aug 03, 2007 11:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Null values getting dropped by SCD Stage
- Replies: 4
- Views: 1185
- Wed Aug 01, 2007 11:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Null values getting dropped by SCD Stage
- Replies: 4
- Views: 1185
Just for kicks, I modified my SQL (for the source) so that there was a non-null value for each record coming accross. First run - everything is fine Second run - if some of the date values have been modified, I get the following on the output to the SCD ... the one that updates the dimension: Update...
- Wed Aug 01, 2007 10:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Null values getting dropped by SCD Stage
- Replies: 4
- Views: 1185
- Wed Aug 01, 2007 10:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Null values getting dropped by SCD Stage
- Replies: 4
- Views: 1185
Null values getting dropped by SCD Stage
Hi, I am using the SCD stage to update a dimension. I have a date field (active_start_date) which I have defined as a type 2 field. Most of the time, this field is null. My columns going into and out of the SCD stage allow nulls. I beleive what is happening is that DS is trying to compare a NULL val...