Search found 53125 matches

by ray.wurlod
Sun Feb 11, 2007 1:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Importing Decimal field with commas
Replies: 4
Views: 883

Mike, can you be a bit more specific about where one can change the default decimal format in a parallel job? Are you perhaps referring to the NUMERIC category in an NLS locale?
by ray.wurlod
Sun Feb 11, 2007 1:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file creation problem in the Lookup Job
Replies: 14
Views: 2904

As the others have noted, try at all times to create hashed files on local drives. The main purpose of hashed files is to provide fast, local, lookup capability.
by ray.wurlod
Sun Feb 11, 2007 4:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Basic Transformer error
Replies: 3
Views: 1456

I did not ask whether you had resolved it. I asked what you had tried, so that we don't waste our time covering myriad possibilities that you have already eliminated.
by ray.wurlod
Sun Feb 11, 2007 4:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job using dataset files is slower than sequential files
Replies: 25
Views: 4643

DSguruji wrote:Storage Area Network


More usually Storage ARRAY Network - an array of storage devices (disks) connected with intelligent controllers so that they can be managed as a single entity or partitioned as required.
by ray.wurlod
Sun Feb 11, 2007 4:51 am
Forum: General
Topic: DataStage best Practices doc
Replies: 20
Views: 10460

The best practices class is no more; it disappeared before Ascential was acquired. There is a Best Practices document produced by the IBM Information Integration Solutions Center of Excellence, but this is very strictly for internal IBM use - that is, by their consultants and internal product evalua...
by ray.wurlod
Sun Feb 11, 2007 4:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file creation problem in the Lookup Job
Replies: 14
Views: 2904

Is your H: drive local or remote? You will find (by searching) that using mapped network drives is not supported; you will need to use UNC pathnames.

And even that won't work if ALLOWNFS in uvconfig is set to 0.
by ray.wurlod
Sat Feb 10, 2007 1:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: one time nad go foreward loading in a single job
Replies: 5
Views: 1522

Get a better requirement.

Seriously.
by ray.wurlod
Sat Feb 10, 2007 5:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: I am getting warning while loading data into sequential file
Replies: 5
Views: 1472

If the data type is Char(3) then the Null Field Value property must contain three characters.

Indeed, any value in the field must contain exactly three characters.

Null Field Value is an example of an in-band null. An import operator converts it into an out-of-band null.
by ray.wurlod
Sat Feb 10, 2007 5:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Message - "DSP.Open GCI $DSP.Open error -100"
Replies: 3
Views: 3092

$DSP.Open is the function used to connect to DB2.

Verify that all the connection information goven in the stage is correct and that, if needed, the DB2 client software is correctly installed and configured.
by ray.wurlod
Sat Feb 10, 2007 4:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: one time nad go foreward loading in a single job
Replies: 5
Views: 1522

I would rather advise you to create two separate jobs, for ease of future maintenance if for no other reason.
by ray.wurlod
Sat Feb 10, 2007 4:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while running the siebel plug in stages
Replies: 3
Views: 1083

Yes, I'd like to see the value of LD_LIBRARY_PATH (rather than how you've defined it). You can get this from the second event in a job run, or by executing the dsenv script then issuing an echo $LD_LIBRARY_PATH command. I'm thinking that dshome (sic) is not set for DataStage processes (this is not t...
by ray.wurlod
Sat Feb 10, 2007 4:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Number of the week - Oconv code
Replies: 12
Views: 2846

Alert your BA to the fact that that decision will mean that week #53 in the year has fewer than seven days, and that roll-ups by week will be invalid.
by ray.wurlod
Fri Feb 09, 2007 4:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Number of the week - Oconv code
Replies: 12
Views: 2846

Too simplistic, grasshopper. See above.
by ray.wurlod
Fri Feb 09, 2007 4:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Number of the week - Oconv code
Replies: 12
Views: 2846

There isn't one. The reason is that the week number is determined by a business rule. On what day does a week start? How is week number 1 in a year defined (all weeks must have seven days, so "starts on Jan 1" is not a good rule). Look at the Transform WEEK.TAG and the WeekTag routine that it calls....
by ray.wurlod
Fri Feb 09, 2007 3:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Stage Functions
Replies: 26
Views: 7014

Thanks a ton Ray! I plugged in your code and concatenated with "V-" and it works great except for 5 & 6. (Values after ----------------> are the results) 1. "3.5 L V6 24-Valve DOHC" ---------------------> V-6 2. "3.8 L V-6 24-Valve DOHC" ---------------------> V-6 3. "4...