Search found 42189 matches

by chulett
Thu Apr 14, 2011 10:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Record getting rejected due to additional delimiter
Replies: 4
Views: 1924

An option is to use a Server job, the Sequential File stage there is more accomdating of issues like this for some reason.
by chulett
Thu Apr 14, 2011 9:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert,delete,update based on Indicator
Replies: 5
Views: 2057

Make sure the key columns are right at the 'DataStage level' so you have a proper where clause, any 'keys' in the actual target table only help it to go faster.
by chulett
Thu Apr 14, 2011 8:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: null handling
Replies: 1
Views: 1208

Not much information to go on... perhaps an update is clearing the field after the fact? Anything special about the 'some rows' that have this issue? :?
by chulett
Thu Apr 14, 2011 7:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Combining Date and Time from Varchar to Timestamp
Replies: 9
Views: 4342

Concatenation with a space between. That plus either IConv/OConv or substring to convert the date to YYYY-MM-DD format.
by chulett
Thu Apr 14, 2011 7:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file pattern property
Replies: 5
Views: 2082

Another option - writing to a Folder stage in a Server job. :wink:
by chulett
Thu Apr 14, 2011 6:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to substract two Date in transformer's contraints
Replies: 2
Views: 1443

One methodology - DATE datatypes can be subtracted to get a difference in days, then you can check to see if that difference is > 730.
by chulett
Thu Apr 14, 2011 6:36 am
Forum: General
Topic: What are CT VOC and ED VOC
Replies: 6
Views: 2878

Hard to say from so little information, but typically a 'blink' error from pushing too many messages into it and causing it to grow past the 32bit addressing boundary of ~2GB. Solution? Don't allow unlimited growth.
by chulett
Wed Apr 13, 2011 7:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata API Stage
Replies: 4
Views: 2395

I've never used the stage but can't imagine that would be true, what makes you think that? Something in the docs?
by chulett
Wed Apr 13, 2011 7:19 pm
Forum: General
Topic: Job Sequences Not restarting as expected
Replies: 3
Views: 1676

With checkpointing turned on in the 'child' sequences, you really don't want them to be reset as that will remove any checkpoints and rerun them from the beginning. I assume you want them to pick up from the aborted step, yes?

How exactly does 'the master sequence break again'? :?
by chulett
Wed Apr 13, 2011 4:35 pm
Forum: General
Topic: What are CT VOC and ED VOC
Replies: 6
Views: 2878

It's called "job security" if you make it seem really, really complex. :wink:
by chulett
Wed Apr 13, 2011 4:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert,delete,update based on Indicator
Replies: 5
Views: 2057

Three targets with the appropriate action in each and constraints based on the last column's value.
by chulett
Wed Apr 13, 2011 4:11 pm
Forum: General
Topic: What are CT VOC and ED VOC
Replies: 6
Views: 2878

... plus 'R' means Replace and the '30' is the numeric type of the hashed file to create, i.e. a dynamic hashed file. :wink:
by chulett
Wed Apr 13, 2011 9:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Divide data in connected groups
Replies: 4
Views: 2451

You post images here the same way you do on any other web board - host the image somewhere and then link to it here. There are plenty of file file hosting sites and most will automatically build the img 'image' tags you'll need. The suggestions will come once people understand what it is you are try...
by chulett
Tue Apr 12, 2011 9:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Random selection of data
Replies: 1
Views: 1090

What does the documentation say about it?