Search found 42189 matches

by chulett
Mon Mar 19, 2012 7:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: read column with new line characters
Replies: 3
Views: 1288

And what if they want to preserve it? Use the Server Sequential File stage in a Server Shared Container.
by chulett
Mon Mar 19, 2012 7:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Grouping
Replies: 7
Views: 2846

Solved how? Please share what you've learned from this with whomever comes searching with the same problem in the future...
by chulett
Mon Mar 19, 2012 6:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Never ending SQL Query
Replies: 11
Views: 5312

See what happens when you post a real example? :wink:
by chulett
Sun Mar 18, 2012 7:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading multiple files in server jobs
Replies: 12
Views: 5872

Exactly. And no, the Folder stage doesn't do this. While it can read multiple files it is primarily meant to be used with XML files - which come in as one long string and are then parsed into individual fields in job.
by chulett
Sat Mar 17, 2012 8:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Never ending SQL Query
Replies: 11
Views: 5312

Wow, that sounds like a pretty crappy work environment. :? One thing to keep in mind... I'm not sure that the DBA would be able to solve a Datastage problem. You do not have a "Datastage problem". You have a SQL problem. DataStage is another SQL client, just like SQL Developer - both send ...
by chulett
Sat Mar 17, 2012 11:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading multiple files in server jobs
Replies: 12
Views: 5872

You need to treat them as one large file, either buy concatenating them all together first or by using the Filter option in the Sequential File stage and using 'cat/type *' to send the contents to std out, which the stage will then consume.
by chulett
Sat Mar 17, 2012 9:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Never ending SQL Query
Replies: 11
Views: 5312

The LIKE should be fine and if that column is indexed it could actually be performant since it is matching the 'leading edge' of the data. Not sure a sub-query would help there but if push comes to shove, the explain plan should help make that decision.
by chulett
Sat Mar 17, 2012 8:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date fields being created as timestamp(0)
Replies: 13
Views: 5150

Aha! :D You can search for that variable name here and see the other discussions where it comes up and it's usually an "oh yah, forgot about that" moment as it doesn't come up very often. From what I recall, it has been mentioned earlier when milliseconds have been added to a DATE field by...
by chulett
Sat Mar 17, 2012 8:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Never ending SQL Query
Replies: 11
Views: 5312

Pet Peeve Alert: "my SQL query is somewhat like the following" It irks me when we get examples that are "somewhat like" reality. We have gone down many a rabbit hole because of crappy examples people have given us. If all you've changed are the names of the tables and fields but ...
by chulett
Fri Mar 16, 2012 4:38 pm
Forum: IBM QualityStage
Topic: Matching on appended married names
Replies: 5
Views: 4738

Off we go!
by chulett
Fri Mar 16, 2012 4:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: conductor -uname
Replies: 5
Views: 2327

A little too picky of a differentiator for me. :wink:
by chulett
Fri Mar 16, 2012 1:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to compile Datastage Parallel jobs with transformers
Replies: 6
Views: 3343

What version of VisualStudio? And what version of Windows?
by chulett
Fri Mar 16, 2012 1:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to compile Datastage Parallel jobs with transformers
Replies: 6
Views: 3343

OK... that would have all been good information to include in your original post rather than make me ask it and then rate my response as "Off-topic/Superflous". :evil: Are you certain it is setup correctly? Can you share your related DS environment variable settings for the compiler and li...
by chulett
Fri Mar 16, 2012 12:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to compile Datastage Parallel jobs with transformers
Replies: 6
Views: 3343

First off, there are a ton of existing posts for this general problem, did you try searching at all? Secondly, it is important to understand that you need a supported C++ compiler installed on the DataStage server in order to compile PX jobs with transformers and that it needs to be properly configu...