Search found 53125 matches

by ray.wurlod
Thu Mar 25, 2010 3:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to handle special characters
Replies: 1
Views: 1674

What makes them special?
by ray.wurlod
Thu Mar 25, 2010 3:31 pm
Forum: General
Topic: Error while opening a folder under Jobs.
Replies: 2
Views: 1196

And did you do what was suggested?
by ray.wurlod
Thu Mar 25, 2010 3:30 pm
Forum: General
Topic: ASBagent dies when attempting to test connection in IA
Replies: 6
Views: 2890

Arrgh, that's ten months and four clients ago. I did not keep it. It ought not to be a difficult operation, though.
by ray.wurlod
Thu Mar 25, 2010 4:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling Zeros with Decimal dataType
Replies: 10
Views: 4367

You can't remove zeroes if the data type is Decimal. DataStage puts them in to guarantee that the precision and scale are correct. You don't need to remove zeroes if the data type is Decimal. It's the same value with and without them. You can remove zeroes if you're converting to a string data type ...
by ray.wurlod
Thu Mar 25, 2010 4:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to pass Query from file to ODBC stage
Replies: 11
Views: 3639

Welcome aboard.

You're wrong. It can be done in the one sequence, precisely as datisaq outlined.
by ray.wurlod
Thu Mar 25, 2010 4:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to load through datastage
Replies: 5
Views: 3425

Just change it in DataStage, not in the database. See what happens. DataStage tends to size things in bytes, rather than in characters.
by ray.wurlod
Thu Mar 25, 2010 4:11 am
Forum: General
Topic: Comments within code
Replies: 9
Views: 1856

But, within the job design, it can be both. I do keep the column description, but add any description of the derivation and any business metadata that ought to be referred to. This does not invalidate the relationship between the link metadata and the table definition in the repository.
by ray.wurlod
Wed Mar 24, 2010 11:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to know the user name who has updated/develped the job
Replies: 8
Views: 13270

This is maintained in a table called DS_AUDIT in the local repository.

A Search for DS_AUDIT will reveal all you need to know and more.
by ray.wurlod
Wed Mar 24, 2010 11:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File creation in Sequential File Stage
Replies: 1
Views: 961

This is not possible, as a Search would have revealed.

You can not avoid having the file created.

In an after-job subroutine you can check for zero size or one line (headings only) and delete the file, but you can not avoid having the file created.
by ray.wurlod
Wed Mar 24, 2010 11:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to open the oracle stage
Replies: 8
Views: 2704

Are you running on Windows XP sp2 and the others on sp1 or some other Windows operating system?
by ray.wurlod
Wed Mar 24, 2010 11:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to load through datastage
Replies: 5
Views: 3425

Try doubling or even trebling the size of the VarChar definition.
by ray.wurlod
Wed Mar 24, 2010 1:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Why Modify stage is used when Transformer can do
Replies: 7
Views: 2340

I particularly like the inbuilt small lookup table (integer to string or string to integer) capability.
by ray.wurlod
Wed Mar 24, 2010 1:23 pm
Forum: General
Topic: Comments within code
Replies: 9
Views: 1856

You can (should) document stage variables on the initialization grid.

You can document column derivations in the Description column of the Columns grid, which is a multi-line control (use Ctrl-Enter to move to extra lines).
by ray.wurlod
Wed Mar 24, 2010 1:21 pm
Forum: IBM QualityStage
Topic: WAVES database location
Replies: 7
Views: 5257

No, the folder is always there. Is there anything in the folder and, if so, is it enabled or greyed out?