Search found 53125 matches

by ray.wurlod
Tue Feb 12, 2008 6:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get the number of rows which are updated by my job
Replies: 3
Views: 1204

Welcome aboard. If there is no indicator in the target table of who/when each row was updated, then the best that DataStage can do would be to report the number of rows that were sent to the database, and the number that were rejected by the database (you have to design for this with a "driver Trans...
by ray.wurlod
Tue Feb 12, 2008 6:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Destructive Reading of selective messages from Datastage MQ
Replies: 1
Views: 690

Selective destructive read is not possible. However, there's nothing to prevent you from writing only the required-to-be-kept messages into another (temporary) queue.
by ray.wurlod
Tue Feb 12, 2008 2:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join Files which is not having key column
Replies: 3
Views: 981

Use Column Generator stages to create a sequential key column on each input. Feed those into a Join stage. Direct the output of that into a two-column text file.
by ray.wurlod
Tue Feb 12, 2008 2:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage PX install on Windows
Replies: 11
Views: 4620

You have not installed the Visual Studio C++ compiler?

Without it you will not be able to compile jobs containing Transformer or Build stages.
by ray.wurlod
Tue Feb 12, 2008 1:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with Joiner stage
Replies: 12
Views: 2423

Prove that there are no duplicates on either input to the Join stage. Hash partition AND sort the join keys.
by ray.wurlod
Tue Feb 12, 2008 1:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: orchdbutil
Replies: 6
Views: 2253

Deny. It's not in the background - it's very much in the foreground, with only a wizard between you and it.
by ray.wurlod
Tue Feb 12, 2008 1:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Merging columns into single
Replies: 3
Views: 1063

If it's fixed width there is no worst case scenario. Read the entire record as a single Char column, then use the Index() function to search for a string in that.
by ray.wurlod
Mon Feb 11, 2008 11:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: handling NULL values in Modify stage.
Replies: 2
Views: 1099

That you can use NullToValue() in a Modify stage is a documentation error in the Parallel Job Developer's Guide - the Orchestrate Operators manual has the correct functions for the Modify stage.
by ray.wurlod
Mon Feb 11, 2008 10:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue while executing SQL proc from DS
Replies: 3
Views: 1368

There is no mechanism for migrating VOC entries from one project to another. You can create the VOC entry in the new project in the same way you did in the old, or you can create an entry in the old VOC that points to the new VOC, and copy the entry. Since you are unaware of the intricacies of the U...
by ray.wurlod
Mon Feb 11, 2008 10:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance Metrics
Replies: 9
Views: 2822

I can get huge numbers of rows per second if I use two-byte rows.
by ray.wurlod
Mon Feb 11, 2008 10:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Splitting "Name" field to FirstName,MiddleName,Las
Replies: 4
Views: 1351

Is "James" a first name or a last name? How do you know (that is, what is your business rule)?
by ray.wurlod
Mon Feb 11, 2008 10:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Xfm,0: Numeric string expected for returned value from funct
Replies: 7
Views: 14914

Trim... functions can only be applied to string data types. They can not be applied to numeric data types.
by ray.wurlod
Mon Feb 11, 2008 10:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: profile stage in Datastage 8.0
Replies: 6
Views: 3381

For less that 30c per day you can purchase premium membership which, among other things, will allow you to read the entirety of premium posts. All of the revenue from premium membership subscriptions is devoted to the hosting and bandwidth costs incurred by DSXchange; by subscribing you are helping...
by ray.wurlod
Mon Feb 11, 2008 10:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: orchdbutil
Replies: 6
Views: 2253

Primarily to import table definitions more accurately than plug-in stages do.