Search found 53125 matches
- Thu Dec 22, 2011 4:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Creating random SSN values
- Replies: 13
- Views: 5663
Probably. I am without DataStage at the moment, gearing up to perform another installation. My DSXchange answers are from memory. Rnd() is the equivalent server Transformer function. I vaguely recall that Rand() only returns a value between 0 and 1; if so you'll need to multiply that by an appropria...
- Thu Dec 22, 2011 4:35 pm
- Forum: General
- Topic: Shell script execution
- Replies: 17
- Views: 4544
- Thu Dec 22, 2011 3:46 pm
- Forum: General
- Topic: End of Year Amusement
- Replies: 8
- Views: 2116
End of Year Amusement
Run Cognos through Microsoft Word spell-check.
Try the following Google searches (may not work in old versions like IE6).
Try the following Google searches (may not work in old versions like IE6).
- tilt
let it snow
recursion
do a barrel roll
Hannukah
anagram
- Thu Dec 22, 2011 3:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Creating random SSN values
- Replies: 13
- Views: 5663
Code: Select all
10000000 + Rnd(89999999)- Thu Dec 22, 2011 3:40 pm
- Forum: General
- Topic: Shell script execution
- Replies: 17
- Views: 4544
- Thu Dec 22, 2011 2:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Finding week and Month from Number
- Replies: 15
- Views: 5463
- Thu Dec 22, 2011 2:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Updating after loading into target
- Replies: 19
- Views: 4301
- Thu Dec 22, 2011 2:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem retrieving data from db2
- Replies: 9
- Views: 4794
- Thu Dec 22, 2011 2:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Multiple Filter conditions - The Best Approach
- Replies: 6
- Views: 2002
- Thu Dec 22, 2011 2:36 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: the irony of a non-severe system error
- Replies: 4
- Views: 2386
- Wed Dec 21, 2011 11:38 pm
- Forum: General
- Topic: Some annoying things in 8.1
- Replies: 13
- Views: 2926
- Wed Dec 21, 2011 11:34 pm
- Forum: IBM QualityStage
- Topic: Rule Sets .ITO file missing?
- Replies: 4
- Views: 1955
- Wed Dec 21, 2011 8:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Before SQL - Insert a default row based on a condition
- Replies: 7
- Views: 2099
- Wed Dec 21, 2011 8:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Help in subquery logic
- Replies: 6
- Views: 1914
Insert a "C2 is null" filter into the data flow?
You haven't really thought about this as a DataStage problem. You have to read the entire text file. Therefore you will get to see every row. A conditional transformation will be easy to construct
You haven't really thought about this as a DataStage problem. You have to read the entire text file. Therefore you will get to see every row. A conditional transformation will be easy to construct
Code: Select all
If IsNull(C2) Then D2 Else originalvalue- Wed Dec 21, 2011 8:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Multiple Filter conditions - The Best Approach
- Replies: 6
- Views: 2002