Search found 53125 matches

by ray.wurlod
Thu Oct 31, 2013 5:36 pm
Forum: IBM QualityStage
Topic: Problems with Reference Match
Replies: 1
Views: 2566

If I may address the second of your problems first, a full save can take a substantial amount of time but it does get there (at least in my experience). For the first of your problems it looks like something you really need to take up with your official support provider (who may advise a fix pack or...
by ray.wurlod
Thu Oct 31, 2013 5:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need help with reading delimited text file
Replies: 9
Views: 4672

I just tried it here, and 007 does work when the delimiter is BEL. This is during Import > Table Definition > Sequential File ?
by ray.wurlod
Thu Oct 31, 2013 3:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ustring to string function results NULL
Replies: 4
Views: 2880

Then it looks like you DO have nulls. Please check again.
by ray.wurlod
Thu Oct 31, 2013 3:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need help with reading delimited text file
Replies: 9
Views: 4672

Ah. of course. BEL = "alert". Missed that nuance. So, back to the original question - when importing the metadata from the (target) sequential file, specify the field delimiter character as 007. It must have three digits when in decimal format.
by ray.wurlod
Thu Oct 31, 2013 3:32 pm
Forum: General
Topic: Uvsh commands to look at columns
Replies: 2
Views: 1090

Welcome aboard. Short answer: it's not easy. Column names are not stored in DS_JOBS, they are stored in DS_JOBOBJECTS in a multi-valued field. And even then the collection of column names may be in a different field number for different job object types. Stick with using Advanced Find since you're a...
by ray.wurlod
Thu Oct 31, 2013 1:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored Proc having temp tables
Replies: 3
Views: 1063

Does the stored procedure work outside of DataStage?
by ray.wurlod
Thu Oct 31, 2013 1:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need help with reading delimited text file
Replies: 9
Views: 4672

It's interesting that your target files from the sed commands have \a as their delimiter, not \007.
by ray.wurlod
Thu Oct 31, 2013 1:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Exception raised in GCI subroutine access violation
Replies: 5
Views: 3307

Review the code and look for where PUT.Pin%%V0S277P5 is actually defined. My guess is that this is the GCI subroutine call in question. This is a call that transfers a row to an output link - work out which output link it is and, from there, possible causes for the exception.
by ray.wurlod
Thu Oct 31, 2013 1:41 pm
Forum: General
Topic: Datastage job export through command
Replies: 4
Views: 1322

dcsmdexport exports the entire project. dsexport supports options for exporting a single job.
by ray.wurlod
Thu Oct 31, 2013 12:37 am
Forum: General
Topic: datastage code
Replies: 1
Views: 659

Go for it.

Most of what you need is in the ETLstats package which you can download (for free) from Kim Duke's website.
by ray.wurlod
Thu Oct 31, 2013 12:35 am
Forum: General
Topic: Need datastage development efforts advice
Replies: 8
Views: 2439

How good are your developers?
by ray.wurlod
Wed Oct 30, 2013 8:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How does Join stage know data is sorted or not?
Replies: 4
Views: 1403

The Join stage requires that its inputs be sorted on the Join keys. Other stage types have similar requirements. The reason is efficiency. The Join stage needs to process only one value at a time from the Left input (or Right if a right outer join) and compare that with only one value from the other...
by ray.wurlod
Wed Oct 30, 2013 6:55 pm
Forum: Enhancement Wish List
Topic: QualityStage Match Frequencies
Replies: 0
Views: 6369

QualityStage Match Frequencies

What would be really cool would be if the Match Frequencies stage had the ability to maintain match frequencies, assuming that the incoming stream of tokens are all new values, so that the effect on frequencies is purely additive. For example, one might capture the additional names being added to th...
by ray.wurlod
Wed Oct 30, 2013 5:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Balanced Optimizer - Transform Stage
Replies: 8
Views: 3100

Within the Balanced Optimizer dialog you can specify the range of stages to push into the source/target database. Have you investigated this feature which, I believe, is new in version 9.1?