Search found 53125 matches
- Fri Apr 21, 2006 12:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: passing one column value to another if it is null
- Replies: 12
- Views: 2852
- Fri Apr 21, 2006 12:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: End Time for a stage
- Replies: 3
- Views: 1058
... and for a stage? Perhaps DSGetStageInfo() - I don't have access to DataStage at the moment, so can't be sure. Otherwise you can definitely get it using the DSGetLog... functions, seek out "active stage finishing" events. As a bonus, these events contain the link row counts for links connected to...
- Fri Apr 21, 2006 12:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Pin1 not initialized -error
- Replies: 10
- Views: 6976
- Fri Apr 21, 2006 12:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: aborting jobs when data source empty
- Replies: 13
- Views: 3183
- Fri Apr 21, 2006 12:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to capture the rows rejected by DB2 API Stage.
- Replies: 12
- Views: 3126
- Fri Apr 21, 2006 12:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: passing one column value to another if it is null
- Replies: 12
- Views: 2852
"" is not the same as NULL. This may be the root cause of your confusion. "" is a known value, NULL represents unknown value. So, if the value is "", then it is not null, and your logic behaves as you have described. If the data are coming from a file, rather than from a table, there will be a stage...
- Fri Apr 21, 2006 12:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Default value for Not Null Timestamp field if lookup fails?
- Replies: 1
- Views: 946
- Fri Apr 21, 2006 12:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Pivot stage in parellel mode.
- Replies: 5
- Views: 1426
- Thu Apr 20, 2006 11:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can we have Excel data as input file
- Replies: 2
- Views: 990
- Thu Apr 20, 2006 11:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance Issue in Datastage Server Edition
- Replies: 13
- Views: 3132
- Thu Apr 20, 2006 11:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Default Configuration file
- Replies: 5
- Views: 1275
- Thu Apr 20, 2006 11:26 pm
- Forum: IBM QualityStage
- Topic: Unable to run Rules Analyzer for new RuleSet
- Replies: 7
- Views: 3101
- Thu Apr 20, 2006 9:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance Issue in Datastage Server Edition
- Replies: 13
- Views: 3132
- Thu Apr 20, 2006 9:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Cartesian processing in datastage
- Replies: 10
- Views: 3595
- Thu Apr 20, 2006 9:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequential file problem
- Replies: 2
- Views: 983
Usually first line is column names is incompatible with fixed width format. Indeed, were you in a parallel job, the Sequential File stage would prohibit the combination. Please edit your post and check the Disable Smilies in this post option, so that 8) is not converted to a "cool" emoticon. You nee...