Search found 42189 matches

by chulett
Thu Sep 03, 2009 12:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loading Data from Different Languages
Replies: 9
Views: 2927

ArndW wrote:Craig - I would be surprised if the installation is an NLS one from the type of post (the language quoted was German)
Didn't mean to imply NLS had to be installed, I've played games with characterset conversions on systems without NLS just by setting NLS_LANG and occassionally LC_CTYPE as well.
by chulett
Thu Sep 03, 2009 11:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loading Data from Different Languages
Replies: 9
Views: 2927

Thru setting NLS_LANG but first - what is your source and target? What is the characterset of your target? Just need to be certain that it will actually support the characters in question.
by chulett
Thu Sep 03, 2009 10:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning issue with CFF
Replies: 9
Views: 1761

8) is a smiley, this is one of those times when you need to check the 'Disable Smilies in this post' option. You can go back and edit your posts for that.
by chulett
Thu Sep 03, 2009 10:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with Sequence Run
Replies: 11
Views: 4347

I'm curious why you are using a UNC path to the file when it allegedly resides locally on your DataStage server? You certain it's not on a mapped drive? That would only be used for 'network' resources, hence the question. And probably your issue.
by chulett
Thu Sep 03, 2009 9:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import from fixed length file
Replies: 51
Views: 13575

I believe so, yes. The MKS Toolkit ships with the Enterprise Edition for Windows and brings UNIX capabilities to the table. Pretty cool stuff.
by chulett
Thu Sep 03, 2009 9:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: retain duplicates out of hash file
Replies: 16
Views: 7222

The UV stage doesn't require a DSN, just a VOC record and an index, neither of which require admin privs and they can all be automated in a job. But if you want to take a different route, I appreciate that and good luck with it.
by chulett
Thu Sep 03, 2009 8:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import from fixed length file
Replies: 51
Views: 13575

Unless they have the MKSToolkit installed. :wink:
by chulett
Thu Sep 03, 2009 8:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with Sequence Run
Replies: 11
Views: 4347

OK, here's a free bit of Forum Etiquette advice: Please don't quote everything every time you post. Use the 'Reply with Quote' option when it is appropriate so people know what you are replying to if there might be any confusion, but most of the time that's not needed and there's a perfectly loverly...
by chulett
Thu Sep 03, 2009 7:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: retain duplicates out of hash file
Replies: 16
Views: 7222

:idea: Rather than continue to go round and round, why don't we wait for DSbox61 to come back and clear things up before we throw out any more 'solutions'?
by chulett
Thu Sep 03, 2009 7:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple repeating Elements
Replies: 18
Views: 6693

Still at a loss why you'd need to "recognize the relationship among them" or even what that means. If you've written the chunks out into separate txt files as you've noted, can you not simply cat them together in the same order? :? cat root_element childA childB childC childD closing_eleme...
by chulett
Thu Sep 03, 2009 7:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: group by issue
Replies: 13
Views: 2562

Hmmm... still clear as mud. Can you provide examples of what it looks like before, then split and then the desired output? Hopefully that will help light the :idea:
by chulett
Thu Sep 03, 2009 5:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: group by issue
Replies: 13
Views: 2562

So, what is it that you want to do, sort or group? You can't "group" records and keep all of the detail, the end result will be fewer record so some sort of "calculation" (sum,max,last,etc) needs to be done on the non-grouped fields. :? Seems like you may just want to sort your o...
by chulett
Thu Sep 03, 2009 5:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: In what scenario can we not use a hash file
Replies: 6
Views: 1683

While the first statement is true about 'duplicates', the second is not necessarily true and the third is false. Asking for a scenario when one cannot use a hashed file is a little broad, like asking when one couldn't use a screwdriver. Use the tool that's appropriate for the task, whether it's a sc...
by chulett
Thu Sep 03, 2009 5:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datastage job error
Replies: 19
Views: 5574

Time to mark this as Resolved using the button at the top of the page, it seems.
by chulett
Thu Sep 03, 2009 5:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rouitne to create the file in appending mode
Replies: 3
Views: 1757

Check the OpenSeq syntax in the BASIC manual, you need to add the 'else' path to create it when the open fails. A search here would turn up examples as well.