Search found 42189 matches

by chulett
Thu Apr 02, 2009 11:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stage executing even when constraint is false
Replies: 4
Views: 1234

As noted, you are always going to get the "startup" and "shutdown" phases executed, regardless of constraints on the link or your desire to control everything with a parameter. So while not necessarily meaning you "need" two jobs, you could use two for this or simply bu...
by chulett
Thu Apr 02, 2009 7:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: is 7.5x2 the release # for Windows AND UNIX or different?
Replies: 9
Views: 2194

1. No, that "7.5x2" was a special, one time only magical release of the 7.5 (.2 I assume) parallel engine on Windows and was the only time the "x" was used. 2. No, separate media/download for each O/S and for UNIX that means for each "flavor" as well - so Windows has on...
by chulett
Thu Apr 02, 2009 7:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Universe Query -
Replies: 23
Views: 5745

I see... gotcha. Should have realized that.
by chulett
Thu Apr 02, 2009 7:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stage executing even when constraint is false
Replies: 4
Views: 1234

Yes, that's how it works - the truncate is issued when the stage initializes just after connecting but before any rows flow, much like anything in the "before sql" tab. It doesn't wait for the first row, so if you "truncate and insert" and send it no rows to insert, you end up wi...
by chulett
Thu Apr 02, 2009 2:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: confusion and request for help setup Windows UNIX datastage
Replies: 9
Views: 5656

And if that still wasn't clear - crucifix combined with leg triangle!
by chulett
Thu Apr 02, 2009 2:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Universe Query -
Replies: 23
Views: 5745

Fair enough... mine, too. :lol:
by chulett
Thu Apr 02, 2009 2:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Byte position move
Replies: 1
Views: 1530

So... concatenate the new value on the front of the current string and take the leftmost 11 characters. Left(X : XXX, 11) in other words.
by chulett
Thu Apr 02, 2009 2:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generate Job Statistics as html report
Replies: 6
Views: 4246

Regardless, build a looping structure. Use 'dsjob' to get a list of the jobs in the project and then iterate through that list and get whatever it is you need from each one in that fashion.
by chulett
Thu Apr 02, 2009 2:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: in XMLoutput stage more than one repeat element
Replies: 26
Views: 6364

Me happy most of all, as I was the "keeper" of this particular copy and finally ask Kim if he could host it so I didn't end up emailing it around for eternity. :wink:
by chulett
Thu Apr 02, 2009 2:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Universe Query -
Replies: 23
Views: 5745

Interesting... I guess there must be branded ODBC "Universe" drivers out there. I don't have any kind of DataStage access at the moment, so couldn't check what you might be using in the stage for this.

Now I'm curious, does that fact help you at all? Solve your problem? :?
by chulett
Thu Apr 02, 2009 2:05 pm
Forum: General
Topic: Sorting a DSX file into category order
Replies: 6
Views: 1751

Because it's there?
by chulett
Thu Apr 02, 2009 8:32 am
Forum: General
Topic: Sequence Job Compiler Options webinar
Replies: 1
Views: 1078

Sequence Job Compiler Options webinar

Wanted to start a thread where, for those of you who attended the webinar Tuesday, you could come and ask any questions specific to the topic. So, any questions you had that didn't get asked or perhaps were not answered to your satisfaction? Something that came up afterwards? Hopefully, the webinar ...
by chulett
Thu Apr 02, 2009 8:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to find Datastage server time
Replies: 2
Views: 1290

So... use that same code in a routine if it's working for you as you need. Does it?
by chulett
Thu Apr 02, 2009 7:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Version Compatability from 5.2.1 to 8.X
Replies: 7
Views: 1536

I don't believe so, from what I recall you'll probably need to update to a 7.x version first and then from there go to 8.
by chulett
Thu Apr 02, 2009 7:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL Loader Control File Truncated
Replies: 10
Views: 2773

Sounds like a bug and something you'd need to contact your official support provider for to see if there is a patch available.