Search found 42189 matches

by chulett
Mon Jan 24, 2011 7:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: In how many ways we can do sort in datastage?
Replies: 2
Views: 1174

This looks an awful lot like an interview question and we're not in the habit of answering questions of that nature here.

Why don't you take a stab at answering the question? How many different ways have you seen so far?
by chulett
Mon Jan 24, 2011 7:38 am
Forum: General
Topic: dsjob not working through crontab
Replies: 10
Views: 3204

So... by 'crontab' I'm guessing you don't mean the Director client and if so, why not? You need a wrapper script for dsjob to set up the environment properly, it generally won't run well all on its own.
by chulett
Mon Jan 24, 2011 7:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Subtracting months from given date
Replies: 5
Views: 2596

adityavarma wrote:My Mistake, I have placed it in the server forum, it should be in parallel forum, dont know how to move it now.
You wait for the Moderator to stumble by. :wink:
by chulett
Sat Jan 22, 2011 9:45 am
Forum: General
Topic: how to run dependent jobs??
Replies: 1
Views: 876

So... three posts, all of them interview questions? :?
by chulett
Sat Jan 22, 2011 9:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change data from source file to target?
Replies: 7
Views: 3380

Any 'performance implications' should be for the positive if they are leveraged properly. There isn't in this case, either way, it just doesn't show a good understanding of how to leverage them. Typical use would be for derivations that you need to leverage multiple times in the stage - derive it on...
by chulett
Fri Jan 21, 2011 9:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Header & Footer
Replies: 39
Views: 13632

Typically, create three files and then cat them together in the proper order after job. That or build the proper output in three streams and funnel them together at the end.
by chulett
Fri Jan 21, 2011 9:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change data from source file to target?
Replies: 7
Views: 3380

Already addressed that issue. Type it in yourself, do not copy/paste from the post that suggested it... as that "dash" and your dash are different characters.
by chulett
Fri Jan 21, 2011 3:44 pm
Forum: General
Topic: Sequence not running the job Activity
Replies: 4
Views: 1531

Only if you know it will always end with warnings, now a clean run without warnings will not trigger the following step. Perhaps both conditions should be used?
by chulett
Fri Jan 21, 2011 3:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change data from source file to target?
Replies: 7
Views: 3380

Assuming 'Tax_Rate_area' is the correct field, check for spaces or other vaules that would cause the check to fail. Perhaps a trim is in order?
by chulett
Fri Jan 21, 2011 2:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_uvput() - Write failed for record id
Replies: 15
Views: 14459

Again, not responding to the original issue but the later pile-on from dfkettle. And we really don't know what they mean by "this error" other than (my assumption) what is in the subject.
by chulett
Fri Jan 21, 2011 2:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change data from source file to target?
Replies: 7
Views: 3380

Copy/paste characterset issue. Replace the "-" with one typed on your keyboard. And there's no need for a stage variable to do this.
by chulett
Fri Jan 21, 2011 10:18 am
Forum: General
Topic: Stage Names
Replies: 5
Views: 1909

Why not just stick with the -lstages option of dsjob? You'll need to get the list of jobs first and then loop through that, I do believe, but it would be very easy to accomplish.
by chulett
Fri Jan 21, 2011 8:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: partitions
Replies: 5
Views: 2229

There's no relationship between the number of hash keys and the number of partitions.