Search found 53125 matches

by ray.wurlod
Wed Apr 11, 2012 4:19 pm
Forum: General
Topic: Manager
Replies: 10
Views: 2070

I find it inconvenient though when in order to switch projects I have to go through Director and as a consequence view only one project at a time. This functionality is unchanged between 7.x and 8.x. Designer could never switch between projects. Director always could. In either tool you can only vi...
by ray.wurlod
Wed Apr 11, 2012 4:16 pm
Forum: IBM QualityStage
Topic: Suspect matchng in Qualitystage
Replies: 3
Views: 2323

What I provided was, pretty much, the detailed design. Standardize the data, create the match specification (only you can decide the appropriate blocking columns and matching commands for each pass), and calculate match frequencies before performing the matching step.
by ray.wurlod
Tue Apr 10, 2012 10:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Timestamp conversion
Replies: 2
Views: 1119

Your format string specifies delimiters that your data lacks. Try something like

Code: Select all

StringToTimestamp(DSLink3.dat:' 00:00:00',"%dd-%mmm-%yy %hh:%nn:%ss") 
Note the leading space in the time component corresponding to the space in the format string.
by ray.wurlod
Tue Apr 10, 2012 10:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Meaning of elements used in DSN for SQL Server 2008 R2
Replies: 17
Views: 12566

And here it is very clear that Microsoft SQL Server 2008 R2 Enterprise Edition x86-64 is supported.
by ray.wurlod
Tue Apr 10, 2012 10:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Meaning of elements used in DSN for SQL Server 2008 R2
Replies: 17
Views: 12566

IBM's comment that you cited was for version 8.1, not version 8.7.
by ray.wurlod
Tue Apr 10, 2012 7:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Meaning of elements used in DSN for SQL Server 2008 R2
Replies: 17
Views: 12566

Re: Meaning of elements used in DSN for SQL Server 2008 R2

SURA wrote:The latest Datastage 8.7 Version is not compatible with SQL Server 2008 R2.
Interesting. I've installed Information Server version 8.7 using Microsoft SQL Server 2008 R2 as the metadata repository.

That does not suggest "incompatibility" to me!
by ray.wurlod
Tue Apr 10, 2012 4:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: complex logic
Replies: 7
Views: 2335

Rank is a display function, not an ETL function.
by ray.wurlod
Tue Apr 10, 2012 1:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: link ordering
Replies: 1
Views: 728

The main one is to make sure that your Otherwise/Log output link is executed last, even if you create more output links after you create that one.
by ray.wurlod
Tue Apr 10, 2012 1:10 am
Forum: General
Topic: ETL/DataStage Processes ..Health care Industry ???
Replies: 15
Views: 6917

I guess the health care industry might work more with masked data and generated test data than many other industries, at least in development environments.
by ray.wurlod
Mon Apr 09, 2012 2:36 pm
Forum: General
Topic: ETL/DataStage Processes ..Health care Industry ???
Replies: 15
Views: 6917

So is Paul.

What would you expect to be different as far as ETL processes are concerned? They are specified by business analysis and the like and implemented by you.

There is a different underlying model, but that ought not to be the concern of an ETL developer.
by ray.wurlod
Mon Apr 09, 2012 12:58 pm
Forum: General
Topic: LIST OF DS_ TABLES
Replies: 4
Views: 1996

Developers don't really need to know about these tables. They seem to be falling into disuse in any case.
by ray.wurlod
Mon Apr 09, 2012 12:57 pm
Forum: General
Topic: Fact vs Dimension
Replies: 10
Views: 3300

karthi_gana wrote:Am I correct?
Not entirely. If snowflakes exist these must be loaded even before dimensions, from the outside in.
by ray.wurlod
Mon Apr 09, 2012 1:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: size of time datatype
Replies: 11
Views: 2934

This was incorrect. Time is not made up of year, month and day. Time is seconds since midnight. At most 86399.999999.
by ray.wurlod
Mon Apr 09, 2012 1:15 am
Forum: General
Topic: Usage of Transforms
Replies: 5
Views: 1412

Transforms are pre-stored single expressions. (Routines can consist of many lines.) Originally server Routines did not have a mechanism for passing arguments to them and had to be invoked via a Transform. These Routines carry a version number of 1.0. Nowadays server Routines carry a version number o...
by ray.wurlod
Mon Apr 09, 2012 1:10 am
Forum: IBM QualityStage
Topic: '?' Vs '+' in 'Investigate Stage' Vs 'Standardize Stage'
Replies: 4
Views: 3312

Only alphabetic class-designator characters appear in classification tables. The non-alphabetic class-designators are built-in and not specific to any particular rule set.