Search found 53125 matches
- Tue Jun 26, 2007 9:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transformer logic
- Replies: 4
- Views: 926
- Tue Jun 26, 2007 9:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Question regarding Oracle Enterprise Stage
- Replies: 1
- Views: 823
Re: Question regarding Oracle Enterprise Stage
ramesh_c wrote:I have a doubt why ODBC Enterprise stage is not used in the parallel jobs. Instead we need to use the Oracle Enterprise Stage.
Who said? Ask them about pros and cons, and their reason for the decision.
- Tue Jun 26, 2007 9:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: There are no sort keys in the dataset schema
- Replies: 7
- Views: 4753
- Tue Jun 26, 2007 8:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: .uvconfig not found
- Replies: 19
- Views: 5917
- Tue Jun 26, 2007 8:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: what is the limit of the hash file?
- Replies: 6
- Views: 1412
- Tue Jun 26, 2007 8:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: What is max size limit or record limit for hash lookup file
- Replies: 4
- Views: 1126
- Tue Jun 26, 2007 8:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Restartability through DS Job Control
- Replies: 10
- Views: 2801
That's not the point, really. What other action should you properly take BEFORE re-running the job? What if some rows, but not all, had been committed to the target database? Do you want to pick up where you left off (in which case your job design must keep a record of how far it got) or do you want...
- Tue Jun 26, 2007 6:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Linux version for 7.5.x Server
- Replies: 2
- Views: 1022
- Tue Jun 26, 2007 6:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can't delete Job
- Replies: 12
- Views: 4050
- Tue Jun 26, 2007 6:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Change Capture to Get the Deleted Recods.
- Replies: 2
- Views: 1088
- Tue Jun 26, 2007 6:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading file pattern
- Replies: 6
- Views: 1512
- Tue Jun 26, 2007 6:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transformer logic
- Replies: 4
- Views: 926
You will also need a Lookup stage. Use the Transformer stage or Filter stage to determine whether aaa is null. This stage has two outputs. The output where aaa is not null feeds a Lookup stage. The output from the Lookup stage and the "null" output from the Transformer stage are brought back togethe...
- Tue Jun 26, 2007 6:33 am
- Forum: General
- Topic: Use parameters in a job sequence
- Replies: 3
- Views: 1488
- Tue Jun 26, 2007 6:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Delta Processing using change capture
- Replies: 4
- Views: 1686
... or, slightly more efficiently,
Code: Select all
Convert(" ", "", InLink.TheString)- Tue Jun 26, 2007 5:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: choose compare/difference/change data capture
- Replies: 4
- Views: 1531