Search found 53125 matches

by ray.wurlod
Wed Jun 02, 2010 4:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Function In PX
Replies: 1
Views: 935

Change() in server jobs is a subset of Ereplace(). There is a parallel Ereplace() function created by DSGuru2B and posted on DSXchange. There is nothing out of the box.
by ray.wurlod
Wed Jun 02, 2010 4:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to view data in director when target is peak
Replies: 3
Views: 1160

Not necessarily. The Peek stage has properties that govern what will be reported.
by ray.wurlod
Wed Jun 02, 2010 4:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how many days the jobs will run in production.
Replies: 3
Views: 1120

Use the Resource Estimator tool.
by ray.wurlod
Wed Jun 02, 2010 4:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator aborting...
Replies: 12
Views: 3145

What was your response?
by ray.wurlod
Tue Jun 01, 2010 11:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: handling invalid data in dataset
Replies: 9
Views: 3109

How the heck did you get invalid data into a Data Set in the first place?!!

These should be rejected in the job that populates the Data Set.
by ray.wurlod
Tue Jun 01, 2010 7:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem trimming a db2 char datatype value
Replies: 7
Views: 2295

Then you must learn what the unknown characters are, and deal with them. Could they be 0x00 characters?
by ray.wurlod
Tue Jun 01, 2010 7:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Web console - Session Type
Replies: 6
Views: 2392

I am getting "Unknown" for the Business Glossary Browser session type, and "Web Console" for the Metadata Workbench session type. Same versions of software. Business Glossary tab on web console shows "Web Console" which is only to be expected. Perhaps you need a term in...
by ray.wurlod
Tue Jun 01, 2010 7:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I process squential files in date order?
Replies: 10
Views: 2152

I think my solution would achieve that. Particularly if the final line in each file were "special" in some way.
by ray.wurlod
Tue Jun 01, 2010 7:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning for Before/Output Record
Replies: 5
Views: 2688

Does ColumnName exist in the metadata for the output link?

Are you sure that RCP is not enabled?
by ray.wurlod
Tue Jun 01, 2010 4:54 pm
Forum: General
Topic: Sorting not working
Replies: 8
Views: 2706

I have no idea what U (one of our members) thinks, but nothing needs to be added. Maybe something (RCP perhaps) needs to be removed.
by ray.wurlod
Tue Jun 01, 2010 4:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning for Before/Output Record
Replies: 5
Views: 2688

What stage type? Is RCP enabled?
by ray.wurlod
Tue Jun 01, 2010 4:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem trimming a db2 char datatype value
Replies: 7
Views: 2295

Why not use IsNull() in the constraint expression?

Then you can properly Trim() strings on the other link, provided that the output column is VarChar. If the output column is of type Char, then the pads will be replaced after the Trim() has been applied.
by ray.wurlod
Tue Jun 01, 2010 4:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Export Routines using dsexport.exe
Replies: 3
Views: 3244

Parallel routines are external to DataStage in any case, and would not be exported as far as I am aware.
by ray.wurlod
Tue Jun 01, 2010 4:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Web console - Session Type
Replies: 6
Views: 2392

What exact version of the tools? (In particular, do you have 8.1.2.1?)