Search found 53125 matches

by ray.wurlod
Tue Aug 21, 2007 1:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error Compiling Transformer.
Replies: 3
Views: 1492

Always install the compiler first.
by ray.wurlod
Tue Aug 21, 2007 1:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logic to split a column 100 characters long into 4 chunks...
Replies: 8
Views: 1879

If volumes are not large consider using a BASIC Transformer stage with either a Fold() or a Fmt() function.
by ray.wurlod
Tue Aug 21, 2007 1:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sybase timestamp convertion problem
Replies: 2
Views: 1150

HOW did you "try to convert"?
by ray.wurlod
Tue Aug 21, 2007 1:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC connection
Replies: 4
Views: 1812

Check first in uvodbc.config then in .odbc.ini. You are looking for an illegal configuration option. If you don't find it there you might also look at uci.config in the $DSHOME directory.
by ray.wurlod
Tue Aug 21, 2007 1:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conditional Abort in the job on failure of the condition
Replies: 8
Views: 3337

Post your job design and be specific about which sequential file is not being created.
by ray.wurlod
Tue Aug 21, 2007 1:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need spaces and comma in Output column names
Replies: 2
Views: 659

The Transformer stage does not use column headings at all, so your diagnosis is incorrect. It is the Sequential File stage with an input link that disallows column headings containing reserved characters. Ken's suggested solution will work; for example use an echo command in a before-stage subroutin...
by ray.wurlod
Tue Aug 21, 2007 1:41 pm
Forum: General
Topic: abort job in a single warning
Replies: 5
Views: 2197

Doesn't Search work on your computer?
:roll:
by ray.wurlod
Tue Aug 21, 2007 1:39 pm
Forum: General
Topic: Documentation for Serverr to PX edition?
Replies: 3
Views: 1309

There's only one "do" - analyse the logic and rewrite as a parallel job, taking advantage of the parallel execution architecture (getting sorting and partitioning right, for example).

The major "don't" is don't believe that server jobs can be converted to parallel jobs.
by ray.wurlod
Tue Aug 21, 2007 1:36 pm
Forum: IBM QualityStage
Topic: Doimain Pre-processor Rule Set
Replies: 3
Views: 1212

The obvious answer is to take a class. In the meantime, see how the rule sets work without overrides - after all a lot of work has gone into them. Overrides are really meant for exceptional cases, for example when you know that a particular two word string in the name rule set is an organization nam...
by ray.wurlod
Tue Aug 21, 2007 2:35 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: hai
Replies: 7
Views: 3532

But just a tad unreasonable for someone with a post count of 1 (at the time).
by ray.wurlod
Tue Aug 21, 2007 2:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ASCL_MS1252 error
Replies: 5
Views: 3120

Welcome aboard. I can only guess that ASCL_MS1252 is a reference to Ascential's implementation of Microsoft code page 1252 (US English). Is there any more information in the job log? What are your DataStage NLS settings? Can you please post the EXACT error message (copy/paste), so that we can learn ...
by ray.wurlod
Tue Aug 21, 2007 2:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ Stage not closing queues
Replies: 7
Views: 1628

Do you mean that your jobs are not writing any "end of data" message?
by ray.wurlod
Tue Aug 21, 2007 2:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple instances in parllel jobs
Replies: 11
Views: 3212

I don't know of any way to do it with the API (that is, dsjob or one you wrote yourself). It would, of course, be possible using DataStage/SQL; for example $DSHOME/bin/dssh "SELECT columns FROM RT_LOGnnn WHERE ..." > file I too don't have DataStage readily available at the moment, hence th...
by ray.wurlod
Tue Aug 21, 2007 1:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unique keys stored in hashed file less than select
Replies: 8
Views: 1381

The query in the first post needed two UNION ALL operators in the inner query. UNION alone removes duplicates.