Search found 53125 matches

by ray.wurlod
Thu Feb 14, 2008 3:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Linked excel files in access DB as datasource
Replies: 3
Views: 1019

Welcome aboard. You need to set up an ODBC DSN (Excel driver) with the pathname of the worksheet. When importing table definitions you must check the System Tables check box; for some reason best known to Microsoft, Excel worksheets are presented to the ODBC driver as system tables.
by ray.wurlod
Thu Feb 14, 2008 3:23 pm
Forum: General
Topic: Tell me about the usage of to these Stage in IBM Inforamtion
Replies: 4
Views: 1328

Version 8.0 combines DataStage and QualityStage in one Designer, so there are QualityStage stages that perform the QualityStage tasks (investigation, standardization, matching and survivorship). It is about these that the OP is asking. My gripe is that the OP expects us to read the manuals for him/h...
by ray.wurlod
Thu Feb 14, 2008 6:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Copy Stage
Replies: 7
Views: 5029

How did you capture the score? What was in the score in each case? Describe your job design and the corresponding score.
by ray.wurlod
Thu Feb 14, 2008 6:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Changing field datatype from Double to Decimal
Replies: 10
Views: 12993

Look more closely. It's there. Select the Aggregations folder and look in Available properties to add.
by ray.wurlod
Thu Feb 14, 2008 6:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issues with Date formats
Replies: 2
Views: 1207

Welcome aboard. Two adjacent Modify stages are not supported (this is in the documentation). Put a Copy stage between them.
by ray.wurlod
Thu Feb 14, 2008 6:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Export
Replies: 3
Views: 1254

How soon is the interview?
by ray.wurlod
Thu Feb 14, 2008 6:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inserting Sequence value
Replies: 3
Views: 978

You probably need parameter markers :1 through :22 (to correspond with the 22 columns in your Columns grid) rather than :2 through :23.
by ray.wurlod
Thu Feb 14, 2008 5:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: etl-tools.info - datastage-tutorial- scd2-implementation?
Replies: 6
Views: 4567

Of course it can. It's the surrogate key that can not. If some attribute of the customer (maybe name) changes, in a Type 2 SCD there will be a new row with the same CUST_ID, but with a new surrogate key.
by ray.wurlod
Thu Feb 14, 2008 5:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Copy Stage
Replies: 7
Views: 5029

Why not prove it either way? Run the job with Force set and not set, capturing and examining the Score. Which one has no copy operator? (Note that the Copy stage must be a straight-through copy (no changes) to be eligible to be optimized out.)
by ray.wurlod
Thu Feb 14, 2008 4:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Inner Join Issues
Replies: 13
Views: 2971

Try using explicit Sort stages on the inputs to the Join stage, even if they have Sort Mode set to "Don't sort (previously sorted)".
by ray.wurlod
Thu Feb 14, 2008 4:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execute a routine into a command stage
Replies: 16
Views: 6896

Rather than removing the file, why not use the target Sequential File stage to append to the "black hole" (/dev/null in UNIX, .\NUL in Windows)?
by ray.wurlod
Thu Feb 14, 2008 4:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning in transformer
Replies: 27
Views: 8375

Care to put the line numbers on that? I don't have the time.
by ray.wurlod
Thu Feb 14, 2008 4:47 am
Forum: General
Topic: Tell me about the usage of to these Stage in IBM Inforamtion
Replies: 4
Views: 1328

You have them, so you have the documentation and help files. Why don't you tell us? (The TXmap stage is not new in version 8.x.)
by ray.wurlod
Thu Feb 14, 2008 12:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Inner Join Issues
Replies: 13
Views: 2971

What partitioning are you using on the inputs to your Join stage?
by ray.wurlod
Thu Feb 14, 2008 12:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deleted Category
Replies: 6
Views: 1241

No. What you are doing is not best practice (obviously). The IP address is only available while a particular user is logged in - it is not preserved in the DS_AUDIT table (which, I guess, expects that each user will have a separate login ID).