Search found 53125 matches

by ray.wurlod
Wed Sep 23, 2009 11:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to split one file into two
Replies: 7
Views: 2164

Two readers per node?
by ray.wurlod
Wed Sep 23, 2009 11:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to split one file into two
Replies: 7
Views: 2164

So there's still the same total volume of data. Why do you believe this will alter any problem you're having with heap allocation?
by ray.wurlod
Wed Sep 23, 2009 11:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Timeout waiting for mutex Error in Server Shared Container
Replies: 7
Views: 3550

Prevention is always better than cure. Make sure that whatever it was that timed out does not need to do so. Often timeouts are caused by overloaded servers. In this particular case the problem appears to be in the IPC interface between the parallel job and the server shared container.
by ray.wurlod
Wed Sep 23, 2009 8:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I load a binary file?
Replies: 6
Views: 2126

Give thought to better subject selection please.
by ray.wurlod
Wed Sep 23, 2009 7:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job link can't show message
Replies: 9
Views: 2475

Moderator: please move to Enterprise Edition forum
by ray.wurlod
Wed Sep 23, 2009 7:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed file and Link Row counts
Replies: 5
Views: 1685

But you're not one of the ancient masters of the UniVerse.
:)
by ray.wurlod
Wed Sep 23, 2009 7:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parallel option is not working in TD Mload stage
Replies: 1
Views: 987

Moderator: please move to Enterprise Edition forum
by ray.wurlod
Wed Sep 23, 2009 3:59 pm
Forum: IBM QualityStage
Topic: Name Validation.
Replies: 1
Views: 1260

All of these are documented in the manual and in the tutorial. I, for one, do not propose to waste my time replicating those sources. To get you started, name type is a generated field containing "I" for "individual name" or "O" for "organizational name" when ...
by ray.wurlod
Tue Sep 22, 2009 7:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage export from UNIX Server side
Replies: 1
Views: 1345

I believe that this becomes possible in 8.1 (or maybe 8.1.1).
by ray.wurlod
Tue Sep 22, 2009 3:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Stage Issues
Replies: 3
Views: 1522

Anyone with anything to say will do so when they can.

Meantime what experimentation have you done, and with what results?

(It's not always fun being on the leading edge.)
by ray.wurlod
Tue Sep 22, 2009 3:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NLS and Performance
Replies: 2
Views: 1160

Define "performance". You can install NLS but not enable it; this will work like you did not install it. Enable/disable NLS via the NLSMODE configuration parameter in the uvconfig file. With NLS enabled, there is necessarily a processing overhead, because DataStage now uses Unicode interna...
by ray.wurlod
Tue Sep 22, 2009 3:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Left Pad zeros
Replies: 1
Views: 9024

If the output is Decimal(15,2) then the "padding" will occur automatically. If the output is a string, then you need something like Right(Str("0",15) : InLink.TheField, 15) It will be more efficient to initialize a stage variable to Str("0",15) rather than calculate tha...
by ray.wurlod
Tue Sep 22, 2009 3:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to migrate datastage jobs from prod env to dev env
Replies: 2
Views: 1369

By "sync" do you mean that you need to verify that they are the same, or force them to be the same? If the latter, what do you need to do with jobs that are still under development and have not yet been tested?
by ray.wurlod
Tue Sep 22, 2009 2:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to add 2 sequencial files
Replies: 13
Views: 3614

I think the time has come for Kshitij Rawat to write out in English the precise transformation requirement.

By doing that, the actual question may answer itself.
by ray.wurlod
Tue Sep 22, 2009 2:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Project Deletion Unsuccessful
Replies: 14
Views: 3446

UV.ACCOUNT is not in the XMETA database at all. It is a "system table" for the DataStage server engine itself.