Search found 53125 matches

by ray.wurlod
Sun Nov 18, 2007 8:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: HOw to identifyfor a particular job belongs to which sequenc
Replies: 2
Views: 1046

In Manager select the job.

Perform a Usage Analyis.

For any job sequence in which that job has been used you should get a "depended on by job" entry and a "used in Job Activity" entry in the usage analysis report.
by ray.wurlod
Sun Nov 18, 2007 1:58 pm
Forum: IBM QualityStage
Topic: multi national address data
Replies: 12
Views: 3037

Did you say all fields are blocking fields? In that case you would only ever see a match if the match is 100% perfect in all fields. It would have made the table easier to read if you had enclosed it in Code tags: Var Name User mprob Revised mprob User uprob Revised uprob Agree weight Disagree weigh...
by ray.wurlod
Sun Nov 18, 2007 1:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Splitting the customer name
Replies: 1
Views: 653

You need the Field() function. Read about it in on-line help, in the manuals, or by searching the DSXchange forum.
by ray.wurlod
Sun Nov 18, 2007 1:37 pm
Forum: General
Topic: designing and developement
Replies: 4
Views: 1711

Actually you need a higher mark in the certification exams to be a teacher than to be an expert. Someone has to train the experts.
by ray.wurlod
Sat Nov 17, 2007 1:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: diff between DB2/UDB enterprise stage and DB2/UDB API stage
Replies: 10
Views: 8366

Do you mean single-byte rows or million-byte rows? Rows/sec is an almost totally meaningless throughput metric.
by ray.wurlod
Sat Nov 17, 2007 1:32 pm
Forum: General
Topic: installation in ubuntu
Replies: 4
Views: 3254

SuSE version 9 is now supported, but that and Red Hat (AS3 or AS4) make up the complete set of supported Linuxes.
by ray.wurlod
Fri Nov 16, 2007 4:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Start Loop activity
Replies: 5
Views: 2814

:idea:
Convert() is more efficient than Ereplace() for character-by-character conversions.
by ray.wurlod
Fri Nov 16, 2007 4:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Zombi
Replies: 7
Views: 2387

dsdlockd -p cleans up the shared memory, locks, etc., after the processes have been logged out (or become ineligible). It does not perform any logout operation. The logout options from DS.TOOLS, etc., may not be able to log out ineligible or non-existent processes. In that case, try MASTER OFF user...
by ray.wurlod
Fri Nov 16, 2007 4:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: loading the data into Teradata View using Enterprise Stage
Replies: 5
Views: 2327

Which part of " Loading to VIEWS is unsupported." is unclear? The requirement can not be met.

As to whether one of the other stages can load a view, why not try it? Let us know. Not everyone out here has Teradata.
by ray.wurlod
Fri Nov 16, 2007 4:17 pm
Forum: IBM QualityStage
Topic: Egyptian Arabic Rule Set
Replies: 0
Views: 786

Egyptian Arabic Rule Set

Has anyone ever created an Egyptian Arabic rule set, particularly ADDR and AREA rule set?
by ray.wurlod
Fri Nov 16, 2007 4:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: splitting of fields in xml file
Replies: 4
Views: 1096

Splendid. Go for it!
by ray.wurlod
Fri Nov 16, 2007 4:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dssh terminal setting
Replies: 1
Views: 724

Yes, it's the command line interface. Yes, but you can set terminal type after entering dssh. The command is SET.TERM.TYPE type where type is your terminal type, for example vt100. DataStage uses a terminfo database (not termcap) so it's probably advisable to set terminal type once in the dssh envir...
by ray.wurlod
Fri Nov 16, 2007 2:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can someone explain purpose and usage of the files below
Replies: 1
Views: 1056

DATA.30 - primary group buffers of a dynamic hashed file OVER.30 - secondary group buffers of a dynamic hashed file RT_STATUS4149 - status records for job #4149 and its stages and resources RT_CONFIG2636 - run time configuration of job #2636 &PH& - output files from "phantom" (background) p...
by ray.wurlod
Fri Nov 16, 2007 2:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: white spaces in xml
Replies: 9
Views: 1945

You could filter it through a sed or awk command (or maybe even tr depending on your exact requirements).
by ray.wurlod
Fri Nov 16, 2007 2:31 pm
Forum: IBM QualityStage
Topic: multi national address data
Replies: 12
Views: 3037

I asked you to do US-only so we could isolate the fault to MNS or elsewhere.