Search found 42189 matches

by chulett
Tue May 18, 2010 7:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Two Nodes not working
Replies: 18
Views: 6394

As noted. Jeez, what does everyone do, just skip to the end? :?
by chulett
Tue May 18, 2010 7:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: List of tables
Replies: 4
Views: 1746

Too true! Been awhile and (sorry) forgot to mention that as another option. I spooled the output from his utility to a db table so I could query the results. 8)
by chulett
Tue May 18, 2010 7:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup Transformer produces Zeros
Replies: 5
Views: 2252

So... a direct database lookup rather than a hashed file? The latter is preferred and much more consistant but you can do it direct like that as long as you understand the performance considerations. And since it's a sql query, it behaves the same as if you had run the "select x from y where z&...
by chulett
Tue May 18, 2010 7:49 am
Forum: General
Topic: Capturing SQL error number & message
Replies: 15
Views: 4057

As noted, that would be a support question. :?
by chulett
Tue May 18, 2010 5:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence Job to abort in case of any warnings
Replies: 1
Views: 1215

Mostly that's because that *is* the solution.
by chulett
Tue May 18, 2010 5:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modulus partitioning over nullabe columns
Replies: 3
Views: 2245

Use a modify operator to specify the value to which the null should be converted. :wink:
by chulett
Tue May 18, 2010 5:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with StringToTime conversion
Replies: 12
Views: 6605

Make sure you understand that the C++ compiler only kicks in during the "compile" process when a transformer is involved.
by chulett
Tue May 18, 2010 5:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to find dataset version
Replies: 1
Views: 1086

Sorry, but you can't just come here and drop little one-liners that are obviously interview-style questions and expect answers. That's not how it works or why we're here. Plenty of other sites for that kind of crap.
by chulett
Tue May 18, 2010 5:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Packed column from DB2/400
Replies: 37
Views: 6558

Explain to us how you need to 'read' this column. Do you actually mean parse?
by chulett
Tue May 18, 2010 5:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Enviornment Variable value
Replies: 5
Views: 1566

A value of 1 would mean to commit every 1 record, i.e. every record as it is written. You either need to use a zero or some amazingly large number you'll never hit. If what you wrote is actually a negative one, that's not supported.
by chulett
Tue May 18, 2010 5:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference Between Validate and Compile
Replies: 3
Views: 3206

Me, I'd start with a dictionary. They're not exactly terms exclusive to DataStage or anything. :?
by chulett
Tue May 18, 2010 5:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: List of tables
Replies: 4
Views: 1746

You'd need either a pretty complex repository query or a good hard look at a .dsx export of your project. Once you find one you can find them all.
by chulett
Tue May 18, 2010 5:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: use dsjob to export all the job logs, not only the last time
Replies: 5
Views: 3794

Good point, let's first make sure you have more than the most recent run actually available. I'm guessing that may in fact be the issue as you have to go out of your way to constrain things to just "the most recent run" and it sounds like you're not doing that.
by chulett
Tue May 18, 2010 5:23 am
Forum: General
Topic: Capturing SQL error number & message
Replies: 15
Views: 4057

Assuming you've done everything correctly, it's now time to involve your official support provider. Those variables are somewhat generic and each plug-in writer populated whatever they felt were appropriate and / or were actually available. Each one seems to be different and perhaps the Sybase one d...