Search found 53125 matches

by ray.wurlod
Thu Mar 27, 2008 12:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with Lookup
Replies: 11
Views: 3406

This is not the original problem. Please start a new thread.

We frown upon hijacking others' threads.
by ray.wurlod
Thu Mar 27, 2008 12:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to remove the non keyboard specialcharecters from string
Replies: 7
Views: 1830

Begin by identifying the complete set of "special characters". Then use a Convert() function to replace them with a zero-length string.
by ray.wurlod
Thu Mar 27, 2008 12:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting error while doing lookup using lookup stage.
Replies: 2
Views: 1494

Don't refer to a file name ending in ".v" in the stage servicing the reference input link to the Lookup stage or to the links servicing the Transformer or whatever stage type "UdmPolDim" is.
by ray.wurlod
Thu Mar 27, 2008 12:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: convertiong iconv& oconv functions to px.
Replies: 4
Views: 1724

Then (a) stop thinking like a server developer in your Iconv/Oconv rut, (b) explore all the date/time conversion functions that are available (Appendix A of Parallel Job Developer's Guide would be a good place to start) and (c) be prepared to experiment.
by ray.wurlod
Thu Mar 27, 2008 12:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to increase the performance of the job
Replies: 4
Views: 1741

Not using ODBC! Could it be that one of your data items is larger than the allowed data type, or that you might be trying to send null to a non-nullable column? Either of these has been known to cause an access violation. Also check with your support provider that you have the exact version of the I...
by ray.wurlod
Thu Mar 27, 2008 12:29 am
Forum: General
Topic: tracking posts by user
Replies: 4
Views: 1183

"They" are working on a new version of DSXchange built with version 3 php bb software. I think that tracking your own posts can be done with a single click from the home page (not 100% on that, but I will provide feedback - the site is in beta at the moment). And the answer to your next question is ...
by ray.wurlod
Wed Mar 26, 2008 9:15 pm
Forum: IBM QualityStage
Topic: Difference between IBMWebSphere QualityStage VS Informatica
Replies: 2
Views: 2648

Looking ahead (8.1? 8.2?) more of AuditStage functionality (business rules compliance) will be merged into the Information Analyzer product.

It's a Good Thing in my opinion that there are (at least) two such robustly competitive products - neither vendor can rest on their laurels.
by ray.wurlod
Wed Mar 26, 2008 6:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Pass Special Characters as parameters
Replies: 4
Views: 2682

Beware that, by default, Char(128) is DataStage's internal representation of NULL, which may yield unexpected effects!
by ray.wurlod
Wed Mar 26, 2008 4:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Derive distinct time period from two source files
Replies: 4
Views: 1188

Good so far. How would you go about "search for next minimum date"?
by ray.wurlod
Wed Mar 26, 2008 3:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date formatting in built-in PX routines
Replies: 5
Views: 1776

In the expression where you want to use the date in YMD order you can use an Iconv() function to convert the date to the internal format required by ConvertTag().
by ray.wurlod
Wed Mar 26, 2008 3:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to read from dataset
Replies: 6
Views: 1739

Use same solution as Ragu.

The thread has, after all, been marked as Resolved.
by ray.wurlod
Wed Mar 26, 2008 3:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Derive distinct time period from two source files
Replies: 4
Views: 1188

Write out in English how the time slices are derived. It will give you some idea of your own rules, and assist in designing an algorithm.
by ray.wurlod
Wed Mar 26, 2008 3:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: run the sequence
Replies: 2
Views: 936

Depends on how you've set the restart options in the job properties and in the individual activities.
by ray.wurlod
Wed Mar 26, 2008 2:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PL/1 file structure
Replies: 3
Views: 992

Good catch. That was in my mind, but didn't translate to the keyboard.
by ray.wurlod
Wed Mar 26, 2008 2:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How do I find garbage/control characters within a column?
Replies: 8
Views: 2371

If you replace "garbage" with "non-alphanumeric" you pretty much have the original question - how to remove non-alphanumeric characters from a string.

A later reply from the OP indicated that he (she?) would try what I suggested.

That the thread is marked as resolved suggests that it works.