Search found 53125 matches

by ray.wurlod
Sun Feb 12, 2006 10:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Server Shared Containeer With Hash file in PX
Replies: 10
Views: 2319

Funnel stage to bring the streams together and Aggregator stage to do the total. Don't be scared off - the Aggregator stage in parallel jobs is much more robust than its server job counterpart.
by ray.wurlod
Sun Feb 12, 2006 7:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Server Shared Containeer With Hash file in PX
Replies: 10
Views: 2319

Have you validated the link names across the shared container's boundaries? You will need a server Transformer stage within the server shared container to perform the actual lookup - a server shared container containing just a Hashed File stage will not work properly in a parallel job. You probably ...
by ray.wurlod
Sun Feb 12, 2006 1:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To pass the parameter to oracle stage in where class
Replies: 11
Views: 3722

Put cat as the command and #directory#/test as the command line arguments.
by ray.wurlod
Sun Feb 12, 2006 1:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Utility function to lookup dataset like the hash lookup
Replies: 3
Views: 1375

Do you have the Orchestrate manuals? They are available for the asking through your support provider.
by ray.wurlod
Sat Feb 11, 2006 5:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MailNotification other than jobstatus 1
Replies: 6
Views: 1198

That part is not.
by ray.wurlod
Sat Feb 11, 2006 5:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Disk Space.
Replies: 5
Views: 1326

Currently IBM is hoping for second quarter 2006.
by ray.wurlod
Sat Feb 11, 2006 5:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Utility function to lookup dataset like the hash lookup
Replies: 3
Views: 1375

That's not really how parallel jobs work. How would you guarantee that your routine is executing in the same partition as the lookup key and the reference key? You should strive for an approach that uses a Lookup stage, maybe feeding the overall result into your routine.
by ray.wurlod
Sat Feb 11, 2006 5:26 am
Forum: Site/Forum
Topic: Thanks for the 10,000 posts Ray
Replies: 10
Views: 5550

rcil wrote:Ray,

Thank you for all the help. Your answers saved me many times. I am just curious how I see your 10000th post?

Thanks,
rcil

Don't know. Did about 20 this morning - it was among that lot - wasn't really paying attention.
by ray.wurlod
Fri Feb 10, 2006 3:40 pm
Forum: Site/Forum
Topic: Thanks for the 10,000 posts Ray
Replies: 10
Views: 5550

Do we need a separate forum for Douglas Adams quotes? They seem to be proliferating in signatures.
:lol:
by ray.wurlod
Fri Feb 10, 2006 3:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: About Availabality of CRC32 in PX
Replies: 8
Views: 2099

You could ask one of the professionals here to develop it, in exchange for money - probably for less than IBM would ask.
by ray.wurlod
Fri Feb 10, 2006 3:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Disk Space.
Replies: 5
Views: 1326

Another nice tool in Hawk is an estimator. :D
But only for parallel jobs. :cry:

The correct estimate for disk space: "more". :lol:
by ray.wurlod
Fri Feb 10, 2006 3:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: generating jobs reports
Replies: 60
Views: 24753

Muriel, this routine is not part of DataStage. You can download it from Kim Duke's tips page.
by ray.wurlod
Fri Feb 10, 2006 3:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS_JOBS Query
Replies: 9
Views: 4356

Easily solved with just four BCI functions

Here's a great opportunity to use BCI functions. The environments for localuv are already set up, available through variables @HENV, @HDBC and @HSTMT. So all you need is one call to SQLExecDirect(), two calls to SQLBindCol() and one call to SQLFetch() (plus appropriate error handling) and you are th...
by ray.wurlod
Fri Feb 10, 2006 3:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MergeStage
Replies: 6
Views: 2559

Welcome aboard! :D

Thank you for posting a solution, and congratulations on the fact that your first post is a solution!
by ray.wurlod
Fri Feb 10, 2006 3:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in Sequence
Replies: 5
Views: 1083

In your job activities, specify "reset if required, then run" as the run mode. Skipping is managed via the compilation options in the job properties window of the job sequence itself; the check box names are quite self-explanatory, and there's always Help.