Search found 42189 matches

by chulett
Wed Apr 25, 2012 4:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need Help to Implement Logic
Replies: 14
Views: 5485

Vineet Pal Singh wrote:Could you please provide some pointers on how to do it?
I actually left that as an exercise for us1aslam1us to complete, but it seems Eric beat him to it.
by chulett
Wed Apr 25, 2012 12:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need Help to Implement Logic
Replies: 14
Views: 5485

It can all be done by using a stage variable to store the previous value and populate this vale in the current Column. Just wanted to point out that simply saying you can do it doesn't help someone who doesn't know how to do it. Best to flesh out an answer like this with an actual example of how on...
by chulett
Wed Apr 25, 2012 12:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: New row in source is not loaded into target table
Replies: 3
Views: 1995

Yes, always better because NOTFOUND doesn't really work for non-hashed file based lookups. :wink:

Hard to tell, though - is your lookup to a hashed file or directly to a database table?
by chulett
Wed Apr 25, 2012 11:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Connector issue
Replies: 15
Views: 9603

Can't say. From what I understand it is basically equivalent to "en-US" and mine is set the exact same way (LANG=C) on a (non-DataStage) Sun system. For whatever that is worth.
by chulett
Wed Apr 25, 2012 10:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Increase in number of instances of the job increases time.
Replies: 7
Views: 2394

Resource contention. More != faster/better. Sometimes also known as the Law of Diminishing Returns.
by chulett
Wed Apr 25, 2012 9:09 am
Forum: General
Topic: dsjob command not executing in my deployment environment
Replies: 10
Views: 3518

You should have led with that, this has nothing to do with "access" in the sense we were all thinking you meant. This just means that your $DSHOME/bin directory (where the command lives) is not in your PATH statement. So, either update your PATH in the dsenv file to include that directory ...
by chulett
Wed Apr 25, 2012 8:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in loading to table
Replies: 9
Views: 4741

Re: Error in loading to table

deepu_n55 wrote:i am using ODBC table definition here in the OE stages.
Don't. They're not necessarily compatible. Import the metadata using one of the Oracle mechanisms, use that.
by chulett
Wed Apr 25, 2012 7:21 am
Forum: General
Topic: Using the iteration number in a Loop
Replies: 9
Views: 2750

Well crap, could have sworn I took care of that already. Moderator powers activate! :D

(feel free to edit the title if it doesn't suit you)
by chulett
Wed Apr 25, 2012 7:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complex Flat File Stage
Replies: 27
Views: 10509

Lenny - Reply to topic not Reply with quote. Please. Learn it. Love it.
by chulett
Wed Apr 25, 2012 7:10 am
Forum: General
Topic: Using the iteration number in a Loop
Replies: 9
Views: 2750

And yet you haven't marked it as resolved, so... is it?

I don't understand the point of using a sequence generating object like the Key Management routines if you need to restart it at 1 each time which defeats the whole purpose. Just manage / increment it yourself. :?
by chulett
Wed Apr 25, 2012 7:03 am
Forum: General
Topic: dsjob command not executing in my deployment environment
Replies: 10
Views: 3518

Please clarify for us exactly what your issue is, as it is a little too nebulous right now. Are you seeing an error? What happens when you try to execute dsjob?
by chulett
Tue Apr 24, 2012 5:17 pm
Forum: General
Topic: log files not releasing space
Replies: 12
Views: 6349

As stated in the Tech Notes, do NOT do that if ANY jobs are running. And don't confuse the "size" of a directory with what you are seeing with the log's hashed files, they really aren't equivalent.
by chulett
Tue Apr 24, 2012 3:34 pm
Forum: General
Topic: how to run Datastage job in routine
Replies: 3
Views: 1611

Ack... or that, I answered too quickly. Depends on if you need to run a specific job or jobs from a routine or if you need to run one job for every row passing through a job, which honestly doesn't requite a routine. Ray's answer is more appropriate for the question as asked...
by chulett
Tue Apr 24, 2012 2:18 pm
Forum: General
Topic: how to run Datastage job in routine
Replies: 3
Views: 1611

Search here or in your documentation for the UtilityRunJob function.