Search found 53125 matches

by ray.wurlod
Fri Jul 11, 2008 2:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join Stage + Partitioning
Replies: 2
Views: 973

The data will be sorted. If you choose "(Auto)" as the partitioning algorithm, then Hash on the join keys (or Same) will be used - you can see this in the score. If you do not mention specific sorting on an input link to a Join stage, whether using an explicit Sort stage or input link sorting, then ...
by ray.wurlod
Fri Jul 11, 2008 1:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Redirectly job log to oracle db tables
Replies: 5
Views: 1347

Why not just get ETLstats, which does pretty much all you want and acts as a prototype for the remainder?
by ray.wurlod
Thu Jul 10, 2008 11:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ETL FRAMEWORK
Replies: 9
Views: 3334

Did you volunteer for this, or simply given a task that you can't fulfil? In the latter case, your "solution" may be to hire/buy the resources needed.
by ray.wurlod
Thu Jul 10, 2008 11:22 pm
Forum: General
Topic: Apologies for using non standard words
Replies: 4
Views: 982

You can, but bear in mind that there is no certification for server jobs. Go to www.ibm.com/certify and search for DataStage under Software, or test #415 under the tests list. Certification testing is conducted by Prometric world wide, or you can take up to three tests free at the IOD conference.
by ray.wurlod
Thu Jul 10, 2008 9:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ETL FRAMEWORK
Replies: 9
Views: 3334

Welcome aboard.

I am not aware of the existence of this title. Can you please provide more information? Searching the IBM website or the Informatica website or The Data Warehousing Institute website may provide some of the information you are seeking.
by ray.wurlod
Thu Jul 10, 2008 9:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extract Mainframe File
Replies: 4
Views: 1078

You should have said so. Column widths are stored as "Display width" in the table definition. Import the table definition of the text file, check the "fixed width" check box, and enter 20,10,8,1,6,6,2 in the column widths field. Edit the date column definition to specify that 00000000 is the represe...
by ray.wurlod
Thu Jul 10, 2008 9:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Incremental Loading
Replies: 7
Views: 1647

CRC32(In.Col1:"|":In.Col2) <> CRC32(Ref.Col1:"|":Ref.Col2) returns 1 if a change has been detected in Col1 or Col2. Here In is the link name of your new data and Ref is the link name of the hashed file containing current rows from your target data. What happens a...
by ray.wurlod
Thu Jul 10, 2008 9:28 pm
Forum: General
Topic: Fuzzy logic/matching
Replies: 4
Views: 2067

SSIS and First Logic (now owned by Business Objects) ain't free either. There's another offering I saw at last year's conference. They're about to make an announcement, and sign a reseller agreement (?) with Strategies4Data (one of the companies behind DSXchange). Watch the Sponsors page. Vincent wi...
by ray.wurlod
Thu Jul 10, 2008 5:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting error compiling a sequence
Replies: 6
Views: 1511

Workaround: add a job that does nothing.
by ray.wurlod
Thu Jul 10, 2008 5:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting error compiling a sequence
Replies: 6
Views: 1511

Workaround: add a job that does nothing.
by ray.wurlod
Thu Jul 10, 2008 5:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting error compiling a sequence
Replies: 6
Views: 1511

This warning does not prevent successful compilation. The variable handle$list contains a list of job handles - with no jobs in your job sequence, it is never assigned a value so you are alerted to this fact.

"They" could probably have done it better, but it will work as is.
by ray.wurlod
Thu Jul 10, 2008 4:14 pm
Forum: General
Topic: Updated auto-export script as per kDuke
Replies: 3
Views: 1667

When you say "manual" do you mean from the Designer client, or from a DOS command shell? And is it faster than the auto-export script (and, if you have any inking, why)?
by ray.wurlod
Thu Jul 10, 2008 3:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Changing CURRENTDATE to CURRENTTIMESTAMP through dsx
Replies: 13
Views: 4813

It's certainly possible. Did you get the case correct? Did you check that the changes to the DSX file had actually been wrought?
by ray.wurlod
Thu Jul 10, 2008 3:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Days between 2 timestamps
Replies: 1
Views: 700

In what unit of measurement should the result be, if there were such a function?