Search found 53125 matches

by ray.wurlod
Mon Apr 27, 2009 10:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: kicking off multiple instances in one dsjob command
Replies: 4
Views: 3027

1. No.

2. You must check them individually.
by ray.wurlod
Mon Apr 27, 2009 10:37 pm
Forum: General
Topic: Generic job
Replies: 6
Views: 2153

Most database vendors have their own. The Red Brick copy management utility is a particularly brilliant example of its kind.

I don't know, never having searched, whether there's a generic ODBC to ODBC product out there. Has anyone searched for one? DTS, maybe?
by ray.wurlod
Mon Apr 27, 2009 4:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Sequence
Replies: 3
Views: 1138

Learn patience. Your first post was 2am my time. If you want me to respond at that hour you will have to pay me A LOT OF MONEY.

The logic you are using is perfectly acceptable and does exactly what you require. It's probably also the most efficient. Why do you seek alternates?
by ray.wurlod
Mon Apr 27, 2009 4:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivot : Recuperation of column name
Replies: 2
Views: 1402

Upstream of the Pivot stage create one additional column for each pivot column and load this with a constant, the name of the column (I use a Column Generator stage for this, using a Cycle with one Value). Include these additional columns as pivot columns in the Pivot stage.
by ray.wurlod
Mon Apr 27, 2009 4:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The source parcel length does not match data that was define
Replies: 2
Views: 2728

What do you understand from the message?

Do spend some time thinking about what error messages mean - people have usually put a great deal of effort into generating messages that are meaningful.

What are your data types? What are you sending in these columns?
by ray.wurlod
Mon Apr 27, 2009 4:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job design-question
Replies: 31
Views: 4631

Show us all the properties of your StartLoop activity and the design of your job sequence. Without those your last question is impossible to answer (apart from "you're probably doing it wrong").
by ray.wurlod
Mon Apr 27, 2009 4:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oconv MCP is not working
Replies: 7
Views: 5793

So that's two votes for "it does work" and then there's you.

What does this suggest to you?
by ray.wurlod
Mon Apr 27, 2009 4:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: which is better in performance
Replies: 1
Views: 877

It depends. Can evaluation of the conditions in the Case statements be assisted by indexes? If so then it's almost certain that performing the selection in the database will obtain a result faster than bringing all the rows into a job to be processed in a Transformer stage. There is some interesting...
by ray.wurlod
Mon Apr 27, 2009 4:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job design-question
Replies: 31
Views: 4631

The StartLoop activity has a list of these 50 numbers. They are delimited by some character, such as comma.
by ray.wurlod
Mon Apr 27, 2009 4:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oconv MCP is not working
Replies: 7
Views: 5793

FUNCTION TestMCP(Arg1) TheString = "John" : Char(3) : "Smith" : Char(24) : "X1-234" Ans = Oconv(TheString, "MCP") Call DSLogInfo("Value of Status() is " : Status(), "Report") RETURN(Ans) Returns "John.Smith.X1-234" and Status() i...
by ray.wurlod
Mon Apr 27, 2009 4:37 am
Forum: General
Topic: best practice for adding a new language in datawarehouse
Replies: 3
Views: 1109

That's what I'd advocate. The business rules may change, for example if you had to incorporate Russian regulatory requirements, but the data model itself possibly not. But remember always that the data model is ultimately driven by end-user requirements; presumably you are now dealing with a new set...
by ray.wurlod
Mon Apr 27, 2009 2:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Auto Partition method in Sort Stage
Replies: 5
Views: 3145

You could always add a second Sort stage sorting just on column1 in mode "don't sort, already sorted" and have that Sort stage generate a Cluster Key Change column.
by ray.wurlod
Mon Apr 27, 2009 2:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: not inerting reords into target
Replies: 3
Views: 1749

We don't even bother trying to diagnose errors from APTCombinedOperatorController.
by ray.wurlod
Mon Apr 27, 2009 2:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IBM® Infosphere DataStage Server Edition
Replies: 0
Views: 778

For starters please delete your duplicate post. Second, try to be just a tad more imaginative in your choice of topic. This will aid future searchers. UV_SCHEMA is the system table that records the existence, creator and location of DataStage/SQL schemas - in the main these are equivalent to DataSta...