(Auto) will apply hash partitioning to the join key fields on both inputs and insert a tsort operator (and probably a parallel buffer operator) on both inputs. All this can be seen in the score.
You have an inner join with Drop, a left outer join with Continue.
Search found 53125 matches
- Sat Jun 16, 2007 5:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Merge stage question
- Replies: 8
- Views: 1610
- Sat Jun 16, 2007 5:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error while executing jobs
- Replies: 8
- Views: 1800
The zeroes are coming from your job design. 0 can arise from a logical expression; it is used to represent False in DataStage. So if your derivation expressions have been constructed as assignment statements, which is not correct, then you would usually expect to see zeroes. I heartily endorse the e...
- Sat Jun 16, 2007 5:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: [Urgent] Mutiple Input Files and Mutiple Tables
- Replies: 11
- Views: 1970
- Sat Jun 16, 2007 5:33 am
- Forum: General
- Topic: Video tutorials
- Replies: 10
- Views: 3415
- Sat Jun 16, 2007 12:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: [Urgent] Mutiple Input Files and Mutiple Tables
- Replies: 11
- Views: 1970
- Fri Jun 15, 2007 11:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: if then else issue
- Replies: 18
- Views: 3947
Try it with this value, and post your response.
It is NOT the same result as Convert().
Code: Select all
" FREDDIE MERCURY "It is NOT the same result as Convert().
- Fri Jun 15, 2007 11:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to write into Seq file- Import validation error!!
- Replies: 16
- Views: 3260
- Fri Jun 15, 2007 11:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: [Urgent] Mutiple Input Files and Mutiple Tables
- Replies: 11
- Views: 1970
The constraint in the Transformer is applied in the Constraints grid. Choose the second tool from the left in the toolbar.
The constraint expression itself is a true/false for each output link, for example
The constraint expression itself is a true/false for each output link, for example
Code: Select all
TABLE_CODE = "XXX"- Fri Jun 15, 2007 10:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: RAM Usage
- Replies: 7
- Views: 1783
- Fri Jun 15, 2007 10:54 pm
- Forum: General
- Topic: Routines - When must they be recompiled?
- Replies: 19
- Views: 5740
- Fri Jun 15, 2007 4:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Utilites to Merge text Files
- Replies: 1
- Views: 635
- Fri Jun 15, 2007 4:11 pm
- Forum: General
- Topic: Routines - When must they be recompiled?
- Replies: 19
- Views: 5740
No. Routine code is stored separately from job/sequence code. Can you reliably produce incorrect results in test mode? What other things are happening on the server when you can? In particular, might any other process be using this routine? Please advise what test data gave incorrect results. Double...
- Fri Jun 15, 2007 4:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Pivot 300+ columns into one column
- Replies: 1
- Views: 717
- Fri Jun 15, 2007 4:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem with SeqFile Filter Command
- Replies: 1
- Views: 660
Look in the log to see what command was actually executed - were any quotes stripped from it, for example? You may need to escape the quotes.
Contemplate usinginstead of - it will consume far fewer resources.
Contemplate using
Code: Select all
cut Code: Select all
awk Code: Select all
cat #filename# | cut -d'|' -f1,1- Fri Jun 15, 2007 3:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Extracting excel file
- Replies: 4
- Views: 1084