Search found 53125 matches

by ray.wurlod
Mon Apr 20, 2009 11:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: file system
Replies: 6
Views: 1213

Have you mounted the other file systems (map network drive)? That should be all you require. Just don't expect the same performance that you would get from files on local disk.
by ray.wurlod
Mon Apr 20, 2009 11:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is there any guide for DataStage version control?
Replies: 2
Views: 856

Yes, it comes with Version Control and is called, if I recall correctly, "Version Control.pdf".
by ray.wurlod
Mon Apr 20, 2009 3:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: formatting a number
Replies: 4
Views: 1550

But you CAN use Fmt() in a BASIC Transformer stage.
by ray.wurlod
Mon Apr 20, 2009 3:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: conncting a database from a routine
Replies: 23
Views: 8118

ray.wurlod wrote:Any time a BCI function returns other than SQL.SUCCESS or SQL.NO.DATA.FOUND it is necessary to call SQLError() repeatedly until all the information has been removed from the handle.
by ray.wurlod
Mon Apr 20, 2009 3:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamically Creating Files
Replies: 22
Views: 8384

Shane means External Target, not External Filter. The command in the external target is a relatively straightforward awk command. Read the man pages on awk, or a good UNIX for beginners manual, for more information.
by ray.wurlod
Mon Apr 20, 2009 3:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference stage working
Replies: 4
Views: 2339

Even so, the non-key columns can have different names, and would then be reported on the output link.
I guess this is why the documentation also states that the Difference stage is being phased out, and is not to be preferred.
by ray.wurlod
Mon Apr 20, 2009 3:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job execution order
Replies: 6
Views: 1550

Stage dependencies are stored in RT_CONFIGnnn table for the job and, while the job is being designed, in DS_TEMPnnn. Structures for these tables are not documented.
by ray.wurlod
Mon Apr 20, 2009 3:28 pm
Forum: General
Topic: Business Glossary Pricing
Replies: 4
Views: 2660

That's a decision you need to make, and which you can ask your vendor. Business Glossary Anywhere is a really useful tool (access to your Business Glossary from almost any Windows application) but, if you don't need it, maybe you can save some money by not buying it.
by ray.wurlod
Sat Apr 18, 2009 3:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup not working
Replies: 8
Views: 1597

What are the data types of the lookup keys? If string, are they equivalently trimmed?
by ray.wurlod
Sat Apr 18, 2009 3:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compilation problem
Replies: 18
Views: 3484

Somebody, somewhere, HAS done some changes. Or there are syntax errors in your job, probably in Transformer stage.
by ray.wurlod
Sat Apr 18, 2009 2:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: if i have more than 10 keys columns to vertical pivot logic
Replies: 7
Views: 1775

What output ARE you getting?

There's no limit on the number of pivot keys - you just have to handle them all.
by ray.wurlod
Fri Apr 17, 2009 3:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Set Environment Variable
Replies: 9
Views: 5250

You don't need to add anything to the Palette - you can drag stages from the Stage Types branch of the Repository directly into a job design.
by ray.wurlod
Fri Apr 17, 2009 3:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup not working
Replies: 8
Views: 1597

Change your "Lookup Failed" rule.
by ray.wurlod
Fri Apr 17, 2009 3:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job level Auditing in Datastage 8.1
Replies: 5
Views: 4070

The after-job subroutine could look after that. But why write code when you have a perfectly good GUI? Certainly the after-job subroutine can capture the data, but it could also run a small job to write them into your audit table.
by ray.wurlod
Fri Apr 17, 2009 3:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to call a file in external routine C
Replies: 2
Views: 877

... or read C++ for Dummies or some equivalent introductory book.