Search found 42189 matches

by chulett
Fri Jan 16, 2009 8:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to track which ETL job is loading 1 particular DB table
Replies: 24
Views: 9426

No, he's saying to stop hijacking this thread and create one of your own instead.
by chulett
Thu Jan 15, 2009 11:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: last day of the month
Replies: 11
Views: 3074

Well, there you go, leap years and all handled. Time to mark the post as Resolved using the button at the top of the screen.
by chulett
Thu Jan 15, 2009 11:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Update Hash file / Update hashedfile
Replies: 12
Views: 4790

Not sure what you're asking re: the columns. Once you've got the Universe stage talking to the hashed file you built then it isn't treated any differently than any other sql against a 'normal' table would be. Mention the columns you need to mention. Mark the columns used in the where clause as key c...
by chulett
Thu Jan 15, 2009 11:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: last day of the month
Replies: 11
Views: 3074

I'm not sure I see the purpose either, just working within the requirements as posted. [shrug]
by chulett
Thu Jan 15, 2009 10:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: last day of the month
Replies: 11
Views: 3074

You are completely missing my point, never mind the fact that your solution requires a year which is (apparently) not available. :?
by chulett
Thu Jan 15, 2009 10:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File Columns
Replies: 17
Views: 5346

Doesn't that depend on your "Reject Mode" setting? From the docs: Reject Mode Allows you to specify behavior if a read record does not match the expected schema. Choose from Continue to continue operation and discard any rejected rows, Fail to cease reading if any rows are rejected, or Sav...
by chulett
Thu Jan 15, 2009 10:19 am
Forum: General
Topic: Transformer help !
Replies: 2
Views: 1039

Can't say for sure, but believe I've read here that the 'online help' is pretty well porked in the early 8.x releases. Can someone confirm, please?
by chulett
Thu Jan 15, 2009 10:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capturing Job jog in a text file
Replies: 8
Views: 2727

As noted, you can code something using the various DSGet* routines or use their scripting equivalents from the command line with 'dsjob'.
by chulett
Thu Jan 15, 2009 10:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: last day of the month
Replies: 11
Views: 3074

One at a time sure, but from a list of 12 distinct possibles since all that is being passed is the month.
by chulett
Thu Jan 15, 2009 9:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: last day of the month
Replies: 11
Views: 3074

For twelve values? You did notice there's no "inputYYYY", yes? Hence my question about February.
by chulett
Thu Jan 15, 2009 8:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: last day of the month
Replies: 11
Views: 3074

If that's literally all that I had to do, I'd build a hashed file with those 12 rows and do a lookup against it when needed. That or build a brain-dead routine with a case statement. What do you need to get back for "2"?
by chulett
Thu Jan 15, 2009 8:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to import dsx
Replies: 1
Views: 724

Export it again as a dsx this time. As XML you add an "extra" step to the import where it first has to convert the xml to dsx format and that is failing as your file is way too dang big. Storage != disk space, btw.
by chulett
Thu Jan 15, 2009 8:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trim(NulltoEmpty(priorSnapshot2.EMPNUM))
Replies: 3
Views: 2254

It already exists. I'm guessing the question really should have been "how do I use this Server function in a Parallel job". Yes? :?
by chulett
Thu Jan 15, 2009 8:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to acess internal tables of datastage
Replies: 5
Views: 2005

shamail wrote:And I need this since I am trying to find out a way of accessing the details outside datastage clients.
What "details" would that be?