Search found 42189 matches
- Wed Feb 07, 2007 4:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Transformer Stage with zero input link
- Replies: 14
- Views: 3567
Same pearl with a different shine. You'll probably need to use user-defined sql. First, clarify what 'col2 < firstday_of_month' means. Col2 is a date? I doubt you can use 'MM' here without also including the year as well. I'm guessing you need a sql statement more akin to this: delete from tablename...
- Wed Feb 07, 2007 4:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Transformer Stage with zero input link
- Replies: 14
- Views: 3567
- Wed Feb 07, 2007 4:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Transformer Stage with zero input link
- Replies: 14
- Views: 3567
- Wed Feb 07, 2007 2:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Transformer Stage with zero input link
- Replies: 14
- Views: 3567
- Wed Feb 07, 2007 2:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Carriage return
- Replies: 9
- Views: 3220
- Wed Feb 07, 2007 2:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: environment report
- Replies: 3
- Views: 894
- Wed Feb 07, 2007 2:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Transformer Stage with zero input link
- Replies: 14
- Views: 3567
- Wed Feb 07, 2007 12:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Manipulation of data
- Replies: 5
- Views: 1078
If there's no order to the Status data, meaning you could get something like this: 5 I 5 B 5 B 5 A Then it seems to me you'll need to make two passes through the data. You could use a hashed file that you wrote to and read in the same transformer, to build a list of ProdIds and record if you ever sa...
- Wed Feb 07, 2007 11:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSD.UVOpen error
- Replies: 9
- Views: 4267
Is the hashed file in an 'account' or pathed into a directory? How did you try to delete the file? Has the job ever worked and is just now having this problem? Describe your job - are you using the hashed file as a reference lookup? If yes, it must exist first and have been created by another 'proce...
- Wed Feb 07, 2007 9:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: hashed file key field
- Replies: 12
- Views: 3806
so when i tried to write following two records in a hashed file null , L1, F1 null, L1,F1 hashed file wrote just one record , deduping, i know hashed file would not allow duplicates , but in the above case , in my perception they are two different records as null is never equal to another null. Sam...
- Wed Feb 07, 2007 9:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to get out the Null row in a file
- Replies: 20
- Views: 4886
But, I can't ask the person generating this file to correct his CSV file (He doesn't know how to do...). Of course you can. Explain how. Anyone responsible for generating a spreadsheet as input to an automated process needs to be disciplined and not send you crap. They can delete the empty rows and...
- Wed Feb 07, 2007 8:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How it become read only
- Replies: 2
- Views: 834
- Wed Feb 07, 2007 8:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Doubt in - Sequence of records processed by DataStage
- Replies: 10
- Views: 3389
I have SQL server table as the target, but even then, the same order is not preserved. Should I enable any maintain order option? The issue here is simply a lack of understanding on how relational databases work. As noted, there is no 'order' to be 'preserved'. If you want to get records back out o...
- Wed Feb 07, 2007 8:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: xml output
- Replies: 9
- Views: 2812
You don't need the Sequential File stage after the XML Output, it is perfectly capable of writing the file out. Enable that from the Options tab. If you use the Load option on the Input/Columns tab to bring your metadata into the stage, everything will go in the right place, including the XPath Expr...
- Wed Feb 07, 2007 8:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: oracle error
- Replies: 20
- Views: 8244
Patience! People have lives and are not here 24x7. Or they've got no idea. Start over. When you say 'import table definitions' how exactly were you doing that? Paste your error in again, even if you think it is exactly the same. Oh, and what changed between now and when it used to work? 'Nothing' is...