Search found 53125 matches

by ray.wurlod
Fri Jan 15, 2010 3:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NOT IN function in datastage
Replies: 11
Views: 10275

This is a parallel job, so linking to Locate() will be ugly. I'd use a key-only Lookup stage, with the reference input fed by an External Source stage (echo 40,50,100). If the lookup fails then your NOT IN condition is satisfied. You can direct these rows to a reject link and have just those rows se...
by ray.wurlod
Fri Jan 15, 2010 3:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ABAP Extract stage - Chinese and Latin characters
Replies: 4
Views: 1764

They were suggested "for example". You need to find how your Chinese characters are encoded and use that map.
by ray.wurlod
Fri Jan 15, 2010 3:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error Compiling Parallel Transformer 8.1
Replies: 17
Views: 14822

suneelchallagali wrote:...and ran the job still i am unable to complie the job.
That does not make sense. You can not run a job without compiling it.

So what really happened?
by ray.wurlod
Fri Jan 15, 2010 3:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error from mtEndMatch and ERROR: vexit status=4
Replies: 5
Views: 2357

Moderator: please move to QualityStage forum
by ray.wurlod
Fri Jan 15, 2010 3:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Get Number Of Columns in Delimited File
Replies: 7
Views: 2203

It seems to me that you know the number of columns because you have specified the metadata that describe the record. In server jobs the metadata are not dynamic. (I suspect you are wanting to check that the number of delimited fields is correct, and by far the easiest way to do this was specifically...
by ray.wurlod
Fri Jan 15, 2010 3:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NLS PARAMS
Replies: 0
Views: 999

There is an NLS database in the original repository (though centrally located in the DataStage engine). I have not bothered to research where the default settings for the project are stored. NLS settings in job designs are, of course, properties of the job object or stage/link objects to which they ...
by ray.wurlod
Fri Jan 15, 2010 3:26 pm
Forum: General
Topic: Problem useing multiple value in parameter with where clause
Replies: 26
Views: 6325

There is an automatic entry very early in the job log that shows all the environment variables of the job's execution environment.
by ray.wurlod
Fri Jan 15, 2010 3:23 pm
Forum:
Topic: How to show Business Rule(Expression in Trasformation Stage)
Replies: 2
Views: 1577

Welcome aboard.

Unfortunately you are on the leading edge with this technology; few of us have had the opportunity to work with it yet.

Hopefully someone who has will be able to respond.
by ray.wurlod
Fri Jan 15, 2010 3:21 pm
Forum: IBM QualityStage
Topic: COUNTY name
Replies: 3
Views: 1504

There's nothing out of the box for county.

You could construct a lookup table perhaps based on postal code.
by ray.wurlod
Fri Jan 15, 2010 1:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NLS Map Setting
Replies: 7
Views: 3045

We don't do "ASAP" or "urgent". DSXchange is an all-volunteer site whose members post as and when they can. If you need urgent help sign up with your official support provider for priority service, and learn just how much "urgent" is valued. Also, please strive for a p...
by ray.wurlod
Fri Jan 15, 2010 1:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NLS Map Setting
Replies: 7
Views: 3045

That's the Oracle name of a map. DataStage uses different map names. So do most other environments.
by ray.wurlod
Thu Jan 14, 2010 7:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to get list of all DS user information in IS 8
Replies: 2
Views: 1251

U (one of our posters, and known to me personally) remains a fairly inexperienced developer; I doubt that U will be able to offer you much assistance. The second person personal pronoun in English is spelled "you", not "u". The short answer is that you must find the table(s) in X...
by ray.wurlod
Thu Jan 14, 2010 7:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: db2 bulk load error
Replies: 7
Views: 2157

I believe this has been reported before on DSXchange. Did you Search?

(Or did I read about it on IBM's web site? Hmm...)
by ray.wurlod
Thu Jan 14, 2010 6:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Adding new CPU in datastage server
Replies: 6
Views: 2308

Licensing information is (I'm guessing) stored deviously somewhere in XMETA with (probably) some other check files to stop you from simply hacking XMETA.

Prove that all 16 CPUs are being used by monitoring the system while running a job that generates more than 16 processes.
by ray.wurlod
Thu Jan 14, 2010 6:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: db2 bulk load error
Replies: 7
Views: 2157

Yes, but you're no longer getting it from APT_CombinedOperatorController - you now know which operator (stage) is throwing the error.

Now you need to inspect parameters and properties to determine why the job can not connect to the data source.