If num_rec is your join key you will NEVER see 000129 in a left outer join. In a left outer join you will only see matching key values (000123) or NULL.
This is the definition of a left outer join.
Search found 53125 matches
- Fri Nov 09, 2007 4:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Join Stage
- Replies: 8
- Views: 2647
- Fri Nov 09, 2007 4:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: RT_CONFIG1000
- Replies: 12
- Views: 3416
- Fri Nov 09, 2007 4:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: No Build Tab in Parallel Build stage
- Replies: 1
- Views: 878
- Fri Nov 09, 2007 4:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Implement how to split MultiList values of a column
- Replies: 15
- Views: 3850
- Fri Nov 09, 2007 4:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup if then else in EE edition??
- Replies: 4
- Views: 1466
- Fri Nov 09, 2007 4:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to verify that Batch jobs actually ran successfully
- Replies: 6
- Views: 1814
Youse guys have forgotten!!! The kind of batch scottopizza is talking about is the simple job sequence that can be (and always has been able to be) created in Director. It runs like a regular job, but has a funny name (its name begins with "Batch::"). These are regular job control routines but are a...
- Fri Nov 09, 2007 4:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle ODBC connection
- Replies: 2
- Views: 1366
- Fri Nov 09, 2007 4:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Logic Question
- Replies: 18
- Views: 3588
I read the problem as the more general one where, if the second column is 1 you need a lookup WHERE KEYVALUE LIKE '?%' but, if the second column is 2 you need a lookup WHERE KEYVALUE LIKE '%?%' - you can not do the both in the same Transformer stage. You also can't solve it using Hashed File stages.
- Thu Nov 08, 2007 9:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: RT_CONFIG1000
- Replies: 12
- Views: 3416
Try a Search for this particular error message (leave out the number). Curiously you are not the first to have encountered it.
- Thu Nov 08, 2007 9:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error with TMP directory
- Replies: 5
- Views: 1960
- Thu Nov 08, 2007 9:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: exporting particular category of jobs using command line
- Replies: 4
- Views: 1396
- Thu Nov 08, 2007 9:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DRSStage ORA-03113 or Transaction size out of bounds errors
- Replies: 5
- Views: 3057
- Thu Nov 08, 2007 9:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ODBC NLS
- Replies: 1
- Views: 3564
- Thu Nov 08, 2007 8:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Logic Question
- Replies: 18
- Views: 3588
- Thu Nov 08, 2007 8:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Run and Reset if Required
- Replies: 13
- Views: 14102
Craig has almost certainly identified the problem, without saying so. I believe that the TWS process has not executed the DataStage dsenv script and therefore does not have the appropriate environment variables set. Once you post the actual error messages we will be on firmer ground with our diagnos...