Search found 53125 matches

by ray.wurlod
Tue Feb 15, 2011 7:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Chinese chars writing in to Fixed Width File with CFF Stage
Replies: 2
Views: 1079

Welcome aboard.

What NLS character map is the job using?
by ray.wurlod
Tue Feb 15, 2011 3:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get the last record in a sur key state file
Replies: 2
Views: 1564

SKey ---> ColGen --> RemDup --> ...

Column Generator generates a constant "key" and Remove Duplicates preserves the last row.

Execute in Sequential mode.
by ray.wurlod
Tue Feb 15, 2011 3:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parallel routine for reconciliation purpose
Replies: 10
Views: 7826

UR

Ur was a city in ancient Babylonia. The second person possessive pronoun in English is spelled "your". DSXchange is not a mobile telephone. There is no requirement for SMS-style abbreviations. Please strive for a professional standard of written English on DSXchange. English is difficult ...
by ray.wurlod
Tue Feb 15, 2011 3:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert thousand separator ","
Replies: 4
Views: 1927

mhukkeri wrote:I am working with Paraller job transformer. Is there any alernate way please.
Of course, but you will end up writing some code, either a C++ function or a Build stage.
by ray.wurlod
Tue Feb 15, 2011 3:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: splitting column value
Replies: 5
Views: 1813

Use Column Import stage. Then you don't need to learn awk syntax.
by ray.wurlod
Tue Feb 15, 2011 3:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of stage ..for any server job on DS 8.5
Replies: 5
Views: 6398

Please don't BUMP!! (We regard it as offensive.) If anyone has anything to post, they will. Or do you want all 35,000 members to post that they have not experienced this issue?
by ray.wurlod
Tue Feb 15, 2011 4:03 am
Forum: General
Topic: Migration DataStage 7.5.2 to InfoSphere 8.5
Replies: 4
Views: 4548

Use DataStage Designer to replace DataStage Designer and Manager.
Use DataStage Administrator to replace DataStage Administrator.
Use Information Server Manager to replace Version Control.
by ray.wurlod
Tue Feb 15, 2011 12:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert thousand separator ","
Replies: 4
Views: 1927

BASIC Transformer stage, derivation

Code: Select all

Oconv(InLink.TheInteger, "MD0,")
by ray.wurlod
Mon Feb 14, 2011 10:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: na
Replies: 8
Views: 2295

Yes, I would mind.

Premium membership is the mechanism by which the hosting and bandwidth costs incurred by DSXchange are covered. If I start bypassing that mechanism, then DSXchange would die. I, for one, don't want that to happen.
by ray.wurlod
Mon Feb 14, 2011 3:46 pm
Forum: General
Topic: Job names not appearing on repository
Replies: 10
Views: 4337

Have you re-indexed the local Repository?
by ray.wurlod
Mon Feb 14, 2011 3:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to convert 5 digit julian date to calendar date ?
Replies: 14
Views: 9990

And that only took you three months?!! Amazing! What else have you tried?
by ray.wurlod
Mon Feb 14, 2011 3:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What's happening when we use join stage instead of lookup ?
Replies: 6
Views: 7898

Actually, putting an ORDER BY into the extraction SQL is not sufficient. You also have to tell DataStage that the inputs to Join are already sorted, to prevent it from inserting a tsort operator (using a Sort stage set to "don't sort, already sorted", or to prevent insertion of tsort opera...
by ray.wurlod
Mon Feb 14, 2011 3:39 pm
Forum: General
Topic: Job names not appearing on repository
Replies: 10
Views: 4337

abhilashnair wrote:Any ideas? Anyone?
Learn patience. Some of us need to sleep occasionally, or earn a living. Or both (but not at the same time. :wink:)