Search found 53125 matches

by ray.wurlod
Mon Mar 05, 2012 3:18 pm
Forum: General
Topic: XMETA owner password
Replies: 9
Views: 4320

Not xmeta. The user is xmetasr, owner of the staging repository. This is new functionality in version 8.7.
by ray.wurlod
Mon Mar 05, 2012 1:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: conversion from source type "uint64" to result typ
Replies: 7
Views: 2489

You could specify unsigned integer in CL_ID, and incur a metadata mismatch instead. Better, of course, is to use an explicit conversion function. Worst case demote the warning using a message handler.
by ray.wurlod
Mon Mar 05, 2012 1:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Split a long string into multiple substrings of length n
Replies: 6
Views: 1550

Use a BASIC Transformer stage and the Fmt() or Fold() function. Then convert the created delimiter character (@TM or @FM respectively) into "-" using Convert() function.
by ray.wurlod
Sun Mar 04, 2012 1:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to set output decimal field value from argument strin
Replies: 3
Views: 2529

The first person personal pronoun in English is spelled "you". U is one of our posters - it's a Burmese name.
by ray.wurlod
Sun Mar 04, 2012 1:44 pm
Forum: General
Topic: XMETA owner password
Replies: 9
Views: 4320

They are producing a patch. Stay tuned and I'll post the patch number once it's received.
by ray.wurlod
Sat Mar 03, 2012 2:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF - Level 88
Replies: 2
Views: 1518

Level 88 is working storage. It should not be exposed to ETL tools or, if it is, it should be ignored by them.
by ray.wurlod
Sat Mar 03, 2012 1:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need of SCD stage in datastage
Replies: 2
Views: 2568

SCD stage supports only Type 1 and Type 2 (and "Type 1 and a half" if you follow that nomenclature). It's probably because there's yet to be industry agreement on what Type 3 and Type 4 actually mean that support for these is not provided in the SCD stage.
by ray.wurlod
Sat Mar 03, 2012 1:53 am
Forum: General
Topic: UV DB, STAGE, DB2, XMETA, QUERIES !!!!!
Replies: 12
Views: 5321

Don't "push", particularly on weekends!
:evil:
by ray.wurlod
Fri Mar 02, 2012 8:12 pm
Forum: General
Topic: Can DataStage read Oracle Spatial Data
Replies: 3
Views: 2509

qt_ky wrote:What is an "FME process?"
A task performed by a subject matter expert wearing a mouthguard.
:lol:
by ray.wurlod
Fri Mar 02, 2012 2:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Finding the .ds
Replies: 8
Views: 2858

Uninstall, re-install and enforce standards after that.
by ray.wurlod
Fri Mar 02, 2012 2:27 pm
Forum: General
Topic: finding unix shell scripts used in datastage
Replies: 9
Views: 3479

Time poor, plus anything I write belongs to my employer, so there's no financial incentive either.
by ray.wurlod
Thu Mar 01, 2012 8:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: JOIN vs LOOKUP Performance
Replies: 3
Views: 1158

Ah, yes, missed that one because it's something I never do. I always use specific Sort stages (even - or particularly - if they specify "don't sort - already sorted") on inputs to Sort stages.
by ray.wurlod
Thu Mar 01, 2012 6:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: JOIN vs LOOKUP Performance
Replies: 3
Views: 1158

Your assertion that Join stage waits for all records to be in is incorrect unless there is only a single key value on the input. Join reads all rows with the next value from its left input. It then reads all/any rows with that value from its right input. This is efficiently done because the inputs a...
by ray.wurlod
Thu Mar 01, 2012 5:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: capture lookup failure
Replies: 2
Views: 1010

Capture failed lookups using the Failed Lookup rule; direct these to a rejects file from the Lookup stage. Successful lookups can be directed to a Copy stage with no output if you prefer to discard these.
by ray.wurlod
Thu Mar 01, 2012 5:57 pm
Forum: General
Topic: How to use dsjob when there are 2 datastage installs
Replies: 6
Views: 3669

Specify correct port numbers on the -domain and -server options.