Search found 42189 matches

by chulett
Mon Jul 17, 2006 10:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Concatinating three columns
Replies: 6
Views: 1354

Funny, but Chris here seems to look an awful lot like adams06. Why post this again under a different name? :?

ps. Asked and answered in this post. If you feel like you need to add something to the conversation, add it there.
by chulett
Mon Jul 17, 2006 9:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: concat
Replies: 4
Views: 1039

This is more complex as it seems. In case 2, there is a missing value, so two delimiters are required. Not according to the OP: 2. OUTPUT TWO I NEED TO FORMAT TO D - F WHICH I HAVE DONE IT BY USING "CHANGE FUNCTION" In all cases, it seems like there should be a single dash between any non-null fiel...
by chulett
Mon Jul 17, 2006 8:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: join stage production issues
Replies: 9
Views: 2769

Actually - technically - protected is different from read only. Regardless, neither should be the cause of the issue or cause any changes in job behaviour. Unless 'protected' here means something other than 'running in a Protected project'... :?
by chulett
Mon Jul 17, 2006 7:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: concat
Replies: 4
Views: 1039

If you'll always have a FIELD1, that simplifies things. In any case, the concatenation is the dash and the field in question, if the field is non-null. If FIELD1 can be null, then you need to track the first non-null field - that one doesn't get a dash. Any non-null fields after the first non-null g...
by chulett
Mon Jul 17, 2006 1:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Novice question
Replies: 15
Views: 3390

Keep in mind the fact that the before and after tabs are completely isolated from the 'main' processing the stage does. Just because you are deleting from the right place 'before' and inserting to the right place 'after' has no bearing on what goes on in the stage. Other than the fact that they all ...
by chulett
Mon Jul 17, 2006 1:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Novice question
Replies: 15
Views: 3390

Then perhaps they loaded somewhere other than where you expected?
by chulett
Mon Jul 17, 2006 12:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Novice question
Replies: 15
Views: 3390

What does the job's log show? Warnings?
by chulett
Mon Jul 17, 2006 11:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Column data truncated
Replies: 4
Views: 963

You are correct in that it is 'enforced' when transferring to a passive stage like an RDBMS stage. In my experience, the warnings noted in the original post are generated by DataStage because the size declared in the job is smaller than the actual data. DataStage then truncates the data so as to not...
by chulett
Mon Jul 17, 2006 8:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Column data truncated
Replies: 4
Views: 963

Typically because you've defined your metadata as having a size of 1.
by chulett
Mon Jul 17, 2006 7:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: INSERTING ROWS MULTIPLE TIMES
Replies: 9
Views: 2170

For a little less... terse... example of the technique, check this FAQ posting on the same subject.
by chulett
Mon Jul 17, 2006 7:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to Schedule
Replies: 9
Views: 2516

The 'today and tomorrow' options which cause your error use the at function to do the actual scheduling. You can see that in the error message. The other less troubling ones use cron. As a guess - since you've never verified if you have checked this after several mentions - is your userid has permis...
by chulett
Mon Jul 17, 2006 6:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination received after stage
Replies: 10
Views: 3433

I don't really see the point of using ExecTCL over the ExecSH I assume you were using before that, but I'll leave that between you two. I'm also wondering why you need to do this after stage ? I don't really know if this would help but the more 'traditional' approach would be to call the sqlplus scr...
by chulett
Mon Jul 17, 2006 6:38 am
Forum: General
Topic: Sequential file to XML Output
Replies: 9
Views: 7397

As noted early, please post your actual question over in the appropriate forum.
by chulett
Sat Jul 15, 2006 1:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: surrogate key file SDKSequences file corrupt
Replies: 11
Views: 4316

I'm curious why you'd think that Ascential would provide a core routine for several years now that had such a obvious fatal flaw in it? And while the routine will certainly get called several thousand times in a normal operation, you'll see if you look at the code that the hashed file it leverages i...
by chulett
Sat Jul 15, 2006 7:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invocation ID
Replies: 21
Views: 3718

Actually, it is possible from a Job Activity stage. After building the noted routine to return the InvocationID of the master Sequence job, use the dreaded three-dotted External Parameter Helper (yes, I know they are called 'ellipses' but that's a scary word) to put that returned value into any down...