Search found 53125 matches
- Tue Feb 19, 2008 11:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DS Lookup issue, an interesting one!
- Replies: 6
- Views: 1742
- Tue Feb 19, 2008 11:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how can i Kill/abort the job running more than ten minutes
- Replies: 5
- Views: 1494
- Tue Feb 19, 2008 7:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: What is the future of the Sever jobs?
- Replies: 2
- Views: 903
Where did you hear this? It is completely untrue . At both of the last two Information on Demand conferences this question was put to Keith Kohl, worldwide product manager for DataStage, who asserted that server jobs will continue to be supported indefinitely into the future. Given that job sequence...
- Tue Feb 19, 2008 7:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: An unkown error in Server Routine
- Replies: 5
- Views: 1784
- Tue Feb 19, 2008 5:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: kill pid
- Replies: 10
- Views: 3620
- Tue Feb 19, 2008 5:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Doubt about Surrogate Key Generation
- Replies: 1
- Views: 1302
The point about a surrogate key is that it allows history to be preserved. What you have illustrated above is a Type 2 slowly changing dimension, when the actual key remains the same, a non-key column changes value, and you need to preserve the history. In a Type 1 slowly changing dimension you woul...
- Tue Feb 19, 2008 3:18 pm
- Forum: General
- Topic: DataStage Job Architecture
- Replies: 9
- Views: 2429
I usually advocate two staging areas, one between extraction and transformation, the other between transformation and loading. The reason is one of time windows: one usually has a limited time window for extraction of data, and only one opportunity to extract. Similarly one may have a limited time w...
- Tue Feb 19, 2008 3:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: kill pid
- Replies: 10
- Views: 3620
I prefer to use list_readu from the operating system, because I can pipe its output through filters like grep to narrow my focus. I also like to capture the header line:
Code: Select all
list_readu | head -1 ; list_readu | grep rwurlod- Tue Feb 19, 2008 3:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Integrating COM Objects
- Replies: 3
- Views: 916
- Tue Feb 19, 2008 3:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Ref lookup
- Replies: 1
- Views: 883
- Tue Feb 19, 2008 3:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Junk Characters
- Replies: 0
- Views: 1312
- Tue Feb 19, 2008 3:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: getting start date and end date
- Replies: 4
- Views: 1681
- Tue Feb 19, 2008 2:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: converting the null
- Replies: 5
- Views: 2109
- Tue Feb 19, 2008 2:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SOA Folder and opf ipf files
- Replies: 3
- Views: 2414
- Tue Feb 19, 2008 2:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Quotes added in writing to a sequential file
- Replies: 6
- Views: 1349