Search found 53125 matches
- Fri Nov 29, 2013 3:49 pm
- Forum: General
- Topic: istool export question
- Replies: 2
- Views: 1009
- Thu Nov 28, 2013 5:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to process one row at a time using Java Integration?
- Replies: 7
- Views: 2095
- Thu Nov 28, 2013 5:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job compilation prompts missing
- Replies: 7
- Views: 5167
- Thu Nov 28, 2013 5:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Collecting the Partitioned Data
- Replies: 6
- Views: 1968
- Thu Nov 28, 2013 5:30 pm
- Forum: General
- Topic: Abort Sequencer only after jobs finish in case of failure
- Replies: 2
- Views: 1623
- Thu Nov 28, 2013 5:29 pm
- Forum: General
- Topic: how many patches are released for 8.7 DataStage version
- Replies: 2
- Views: 1276
- Thu Nov 28, 2013 5:28 pm
- Forum: General
- Topic: multiple inputs to sequential file
- Replies: 10
- Views: 2708
Go to Kim Duke's website and download his material on completeness testing. It's likely that not all rows in those "works fine" jobs made it into the file, but that no rigorous testing was done; the fact that there were some rows was taken to be success.
- Wed Nov 27, 2013 2:52 pm
- Forum: Enhancement Wish List
- Topic: A Switch to Disable Pop Up Job Diagram
- Replies: 3
- Views: 8428
- Tue Nov 26, 2013 3:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Character sets and NLS settings
- Replies: 0
- Views: 3648
- Tue Nov 26, 2013 3:31 pm
- Forum: General
- Topic: multiple inputs to sequential file
- Replies: 10
- Views: 2708
- Tue Nov 26, 2013 3:26 pm
- Forum: IBM QualityStage
- Topic: "OVERRIDE token values not validated" error
- Replies: 11
- Views: 7444
- Tue Nov 26, 2013 3:23 pm
- Forum: Enhancement Wish List
- Topic: A Switch to Disable Pop Up Job Diagram
- Replies: 3
- Views: 8428
- Tue Nov 26, 2013 3:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Invalid character(s) ([xFD]) found converting string issue
- Replies: 2
- Views: 1679
- Tue Nov 26, 2013 3:36 am
- Forum: IBM QualityStage
- Topic: "OVERRIDE token values not validated" error
- Replies: 11
- Views: 7444
- Fri Nov 22, 2013 9:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to do a change capture for a Slowly Changing Dimension
- Replies: 12
- Views: 2702
Your original post specified 8x, which is probably why Mike responded as he did. In earlier versions you have to do all the coding yourself; the lookup on the business key, the testing to see whether the row exists and, if so, whether there are any changes, the generation of the new key value and th...