Search found 53125 matches
- Wed Oct 08, 2008 5:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job Design
- Replies: 1
- Views: 770
- Wed Oct 08, 2008 5:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Use of 'Not' Condition
- Replies: 10
- Views: 2073
sujaoschin wrote:Ray,
Please let me know how to use the NOTFOUND variable.
Code: Select all
(RefInput.NOTFOUND) And (InLink.AS_ANCESTOR > 0)- Wed Oct 08, 2008 3:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: TYPES OF LOOKUP
- Replies: 3
- Views: 1437
- Wed Oct 08, 2008 3:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem with CDC stage
- Replies: 1
- Views: 701
- Wed Oct 08, 2008 2:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequence check condition stage help
- Replies: 6
- Views: 1693
What error did you get from the compiler when "it wouldn't compile"?
Instead of the angle bracket notation you can use a Field() function which is equivalent (that is, the delimiter is @FM).
Instead of the angle bracket notation you can use a Field() function which is equivalent (that is, the delimiter is @FM).
Code: Select all
Field(Command_To_Chk_Rejects.$CommandOutput,@FM,1,1) > 0- Wed Oct 08, 2008 2:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2EE stage - write data to 2 different DB instances
- Replies: 14
- Views: 4736
- Wed Oct 08, 2008 2:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: improve performance of OCI stage
- Replies: 13
- Views: 3748
- Wed Oct 08, 2008 2:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to call excel macro
- Replies: 4
- Views: 1361
- Wed Oct 08, 2008 2:49 pm
- Forum: IBM QualityStage
- Topic: How do you make changes to USFIRSTN.TBL ?
- Replies: 12
- Views: 4262
- Wed Oct 08, 2008 2:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Communication error between DataStage Server and Client
- Replies: 1
- Views: 1365
Did you Search?
- Wed Oct 08, 2008 2:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Use of 'Not' Condition
- Replies: 10
- Views: 2073
If the lookup link is serviced by a hashed file, then you can use the NOTFOUND link variable for the reference input link. Otherwise use
Code: Select all
Not(IsNull(RefInput.BISEPS_MI_ID) And (InLink.AS_ANCESTOR > 0)- Wed Oct 08, 2008 2:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Internal Error Code
- Replies: 3
- Views: 3806
- Wed Oct 08, 2008 1:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Range Partitioning Vs Hash
- Replies: 4
- Views: 2503
Safest is to pre-process all the data every time. Think about it. You don't process the same data in production that you do in development. You rarely re-process the same set of data. If the data happen to be sorted and your sample is "the first n% of rows" your range map will be badly wrong. If you...
- Wed Oct 08, 2008 12:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: job scheduling info lost when rescheduling other jobs
- Replies: 1
- Views: 703
Welcome aboard. I have never seen this. Try looking at the DOS command AT before you change the schedule and again afterwards, to see whether you can discern what might be happening. I suspect, though, that this will be one for your official support provider. Hang on, does version 8 still use the AT...
- Wed Oct 08, 2008 12:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: reindex via commandline
- Replies: 3
- Views: 3562