Search found 42189 matches

by chulett
Fri Oct 02, 2009 10:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing Hash file through Universe Stage
Replies: 21
Views: 5407

Ah, sorry, I see the confusion. Let me find a little time to build this locally and get it working, that should help make sure that (a) I'm not lying to you and (b) to get you more better instructions. :wink:
by chulett
Fri Oct 02, 2009 7:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retrieving Job Status through Universe stage
Replies: 8
Views: 2343

There's also the dssearch command but that relies on the metadata in the Sequence job, specifically the information on the Dependencies tab that isn't always 100%.
by chulett
Fri Oct 02, 2009 7:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retrieving Job Status through Universe stage
Replies: 8
Views: 2343

Pretty sure Kim Duke has posted that here somewhere...
by chulett
Fri Oct 02, 2009 7:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retrieving Job Status through Universe stage
Replies: 8
Views: 2343

You can't do that. You need to loop through all jobs and then check their status individually.
by chulett
Fri Oct 02, 2009 6:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: date validation for DD-MMM format
Replies: 2
Views: 1214

So... dates like 03-MAR for March 3rd? Kind of hard to fully validate them without the year but I guess you could hard-code on a leap year and then validate. Unless 29-FEB is never valid in your world. :?
by chulett
Fri Oct 02, 2009 6:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: difference
Replies: 2
Views: 997

The 'DRS' stage is just that - dynamic, meaning it can be switched to use different drivers and thus access different databases natively or via ODBC. The other stages 'just' do what they're named for.
by chulett
Fri Oct 02, 2009 6:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file view
Replies: 6
Views: 1904

Search here for SETFILE which will establish the VOC record you need.
by chulett
Fri Oct 02, 2009 6:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UsExecuting a Batch file in Datastage Sequence
Replies: 5
Views: 2306

Technically, the Execute Command stage. That or Windows servers have a Command stage as well, from what I recall. Not really sure of the difference, though. :?
by chulett
Fri Oct 02, 2009 6:48 am
Forum: General
Topic: IBM Support Ending for DataStage 7.0, 7.1
Replies: 5
Views: 2232

ray.wurlod wrote:When I first saw Rocket Software in the U2 announcement, I immediatly thought of Bullwinkle J Moose (aka Mr Know-It-All) for some reason.
Why, because of Rocket J Squirrel, of course! :wink:
by chulett
Thu Oct 01, 2009 10:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file view
Replies: 6
Views: 1904

As long as it is an account-based hashed file or you've created a VOC record for a path-based one, you can use SELECT or LIST on them from there. I still prefer View Data from the stage, however.
by chulett
Thu Oct 01, 2009 10:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing Hash file through Universe Stage
Replies: 21
Views: 5407

Why would you think I would suggest something you couldn't do? :?

Add the year column to the lookup as a Key and work it into your SQL as noted.
by chulett
Thu Oct 01, 2009 10:23 pm
Forum: General
Topic: Maximum length of invocation id
Replies: 6
Views: 3889

Can't check myself, but it will have the word KEY (MAXKEYSIZE?) in it and be set to 768 unless it has been changed. Really shouldn't be all that hard to find.
by chulett
Thu Oct 01, 2009 6:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Heap Size Allocation Error
Replies: 6
Views: 7051

Have you searched? This has been discussed a fair amount here. Also, did you check the ulimit from inside a running job? Checking from the command line doesn't get you the proper information.
by chulett
Thu Oct 01, 2009 6:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS upgrade from v7.5.1 to v7.5.3
Replies: 4
Views: 1955

Sure. They would need to be completely separate installs with different "itags" and you'd also need to install both clients into separate locations, using the Multi-Client Manager to switch back-and-forth between them. There's a pdf document that explains all that in your Docs directory, i...
by chulett
Thu Oct 01, 2009 6:11 pm
Forum: General
Topic: dsjob return code when bcp in fails
Replies: 1
Views: 2272

Welcome. While normally you won't have to do anything special, there are some cases where bad things in a lower level activity don't get picked up as bad in the calling job and thus go undetected. Seems that this BCP issue is one of those cases. For this you should probably consider putting together...