Search found 53125 matches

by ray.wurlod
Mon Aug 04, 2008 3:03 pm
Forum: IBM QualityStage
Topic: Match Specification - NO MATCHES FOUND
Replies: 10
Views: 4423

They look like they should generate a set. What are your cutoff settings? What are the weights generated by your data - both the aggregate weights and the individual field weights? Finally, what parameter did you provide for your name_uncert matches?
by ray.wurlod
Mon Aug 04, 2008 5:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsr.metageta:cannot open file ds_metatemp
Replies: 1
Views: 1341

Do you have read, write and execute permission in the DataStage project directory on the server?
by ray.wurlod
Mon Aug 04, 2008 5:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: execute command logic
Replies: 3
Views: 1163

Do you expect the command output (not the same thing as its exit status) to be 0? Even so, the command output tends to come with line terminator characters, which are translated to field marks that have to be removed.
by ray.wurlod
Mon Aug 04, 2008 5:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Phantom error -> Job aborted
Replies: 1
Views: 1540

writeSocket() returned 4

Seriously, though, you have not provided nearly enough information about your job design for anyone to attempt a cogent diagnosis. As well as the job design, it will be important for you to report any other warnings or errors that were logged.
by ray.wurlod
Mon Aug 04, 2008 5:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: write hash file in v8.0
Replies: 5
Views: 1761

This is not new behaviour in version 8.0. At my current contract I see exactly the same behaviour in version 7.5.1.
by ray.wurlod
Mon Aug 04, 2008 5:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to convert this string 'm/d/yyyy h:mi' to date?
Replies: 7
Views: 4887

Your conversions will not work. The second argument of each is invalid. You can not convert timestamps - you must split them in to date and time components, convert these separately, then re-assemble the result.
by ray.wurlod
Mon Aug 04, 2008 5:45 am
Forum: General
Topic: Study material on datstage MVS EDITION
Replies: 1
Views: 966

IBM still has a training class on the books. It is not regularly scheduled, but can be offered on demand.

Apart from that, the manuals and on-line help are the only extant materials of which I am aware (aside from DSXchange, of course).
by ray.wurlod
Mon Aug 04, 2008 2:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NOT Working
Replies: 4
Views: 984

I don't see you converting the string to a date anywhere there.
Try wrapping the whole thing in a StringToDate() function.
by ray.wurlod
Mon Aug 04, 2008 2:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Teradata
Replies: 1
Views: 719

Probably. But it will be atrociously slow.
by ray.wurlod
Mon Aug 04, 2008 2:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: write hash file in v8.0
Replies: 5
Views: 1761

This is not a problem and perfectly normal behaviour. The threshold (one of them) is actually 256MB. These "slowdowns" are caused by a "flush to disk" being triggered, in order to minimize potential data loss. If you are using a write cache, increasing its size will change the point at which this fl...
by ray.wurlod
Mon Aug 04, 2008 1:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CPI-C Initialization Failure
Replies: 7
Views: 5961

Is the service name ("sapgw00") correct? The error message suggests that it can not be found.
by ray.wurlod
Mon Aug 04, 2008 12:55 am
Forum: Enhancement Wish List
Topic: Enable Cancel in View Data
Replies: 3
Views: 2733

Not errant. I just decided I didn't need it.

Cancel on "Find Next" needs to be included in this enhancement request.
by ray.wurlod
Sun Aug 03, 2008 11:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join stage giving Null's
Replies: 6
Views: 1422

What columns are used to effect the join (the "Key" columns)? On which columns are the partitioning and sorting performed?
by ray.wurlod
Sun Aug 03, 2008 11:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unix Command to list the stages in a job
Replies: 2
Views: 1059

dsjob -lstages ProjectName JobName
by ray.wurlod
Sun Aug 03, 2008 11:54 pm
Forum: General
Topic: Finding which job accesses a table
Replies: 1
Views: 903

Search DSXchange. Others have posted full and partial solutions. Chuck Smith for example has a downloadable tool.