Search found 53125 matches

by ray.wurlod
Wed Nov 08, 2006 8:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error using RowProcCompareWithPreviousValue
Replies: 1
Views: 2315

Why do you claim that the Aggregator stage is not available?

With sorted input, an approach using stage variables in a Transformer stage is definitely viable.
by ray.wurlod
Wed Nov 08, 2006 8:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sybase
Replies: 6
Views: 2067

Probably. DataStage is a 32-bit application, and would be expecting some 32-bit results (bitmasks from SQLColumnInfo() for example).
by ray.wurlod
Wed Nov 08, 2006 8:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: delete an empty row
Replies: 5
Views: 1710

Most of the UNIX-on-Windows products give access to the full range of frequently-used UNIX commands. Recently I astounded some folks by opening a CMD shell, typing in SH as a command, then displaying man pages! I do err, however, in assuming that everyone has one of these, because they can be had fo...
by ray.wurlod
Wed Nov 08, 2006 8:39 am
Forum: General
Topic: How to implement multiple joins in DataStage?
Replies: 8
Views: 5460

But the subtopic tells us it's a mainframe job.

The Join stage in mainframe jobs does a pairwise join so, to join five tables you would need to cascade four Join stages.

Probably it's easier to specify the join in the DB2 stage.
by ray.wurlod
Wed Nov 08, 2006 8:37 am
Forum: General
Topic: Not able to run the executable job in different environment.
Replies: 12
Views: 6447

That is not documented anywhere public, so you (or someone) would need to discover the answer, either by fiddling with LD_LIBRARY_PATH or by moving/renaming libraries, etc. There are (in the current version) RT_SCnn subdirectories in the project where some of the objects end up, there would be some ...
by ray.wurlod
Wed Nov 08, 2006 8:30 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Difference between TX, Hawk and SOA....
Replies: 7
Views: 4311

No. They (usually marketing) typically choose names that convey a message about speed, aggression, whatever. So DB2 v9 was "Viper", DataStage (etc) v8 was "Hawk" (fast and deadly is the message). An earlier version was codenamed "Kobe" - not sure that that was intended to convey!
by ray.wurlod
Tue Nov 07, 2006 5:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: delete an empty row
Replies: 5
Views: 1710

Welcome aboard. :D

Limit it from getting to the sort. Use a filter on the Sequential File stage that reads the file, using grep or awk to bypass the empty line.
by ray.wurlod
Tue Nov 07, 2006 5:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Use of 3rd party tool..
Replies: 8
Views: 3579

Sometimes I use my brain. Does that count as a third party tool? What if I've just been to three parties, then come to work?
by ray.wurlod
Tue Nov 07, 2006 5:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Could not load "V52S0_XXXXXXXX"
Replies: 7
Views: 2244

Yes, but that doesn't mean that there are that many. The numbers are not re-used. So this job may have been through many edits. I'd guess that it does have more than a typical number of containers, however.
by ray.wurlod
Tue Nov 07, 2006 5:18 pm
Forum: General
Topic: Not able to run the executable job in different environment.
Replies: 12
Views: 6447

What's unclear about
either the directory containing the library file
is not on the library search path, or the library was compiled on a system
that is incompatible with this system
?
by ray.wurlod
Tue Nov 07, 2006 5:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Value of Array Size while inserting into a DB2 Table
Replies: 5
Views: 1136

Make sure that transaction size remains a multiple of array size.

Experiment with increasing array size until no further benefit obtains.
by ray.wurlod
Tue Nov 07, 2006 5:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sybase
Replies: 6
Views: 2067

Get your DBA to assist. This is not a DataStage error. It's either in the ODBC driver or in the database server.
by ray.wurlod
Tue Nov 07, 2006 5:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Facing problem with the constraint in the transformer stage
Replies: 5
Views: 1535

You've got something non numeric in your data when a numeric was required (perhaps in an arithmetic expression or function). This may or may not be the date columns that you are reporting about - you will need to do some detective work to determine where the data issue is occurring.
by ray.wurlod
Tue Nov 07, 2006 5:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capture errors on multiple fields in a record ?
Replies: 8
Views: 1765

Use stage variables to store the test results, and to create diagnostic information for output. The "rejects" link assembles information from as many stage variables as detect "violations".

There is no limit on the number of stage variables that you are permitted to use.
by ray.wurlod
Tue Nov 07, 2006 5:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: folder stage
Replies: 3
Views: 1334

You may need to set NLSDEFDIRMAP in uvconfig, or to use SET.FILE.MAP to set the map for the directory. Or you may need write permission to the directory to create the hidden file in which the map name is stored.