Search found 42189 matches

by chulett
Sat Sep 06, 2008 5:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deleting rows based on non key coloumn value
Replies: 6
Views: 1629

'Irrespective of input data' sounds like a one time process, something you could do with a tool or a sql script. Then just build a normal load job for the 'new' data. That same script could be run before-job or you could build a separate job that runs first just to do that. Or... create a separate o...
by chulett
Sat Sep 06, 2008 10:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parameters
Replies: 1
Views: 1068

Post your actual derivation, not "something like" it. That and the abort when you use it.
by chulett
Sat Sep 06, 2008 10:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to convert format timestamp
Replies: 3
Views: 1797

Same advice applies: Separate, convert, combine. First off, what is your source for this field? If it is also Oracle, then you can save yourself all this work just by selecting it properly in the first place. :?
by chulett
Sat Sep 06, 2008 9:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to convert format timestamp
Replies: 3
Views: 1797

You have to split the timestamp into date and time, convert them separately and then cat them back together. For you, all you need to handle is the time portion since the date isn't be reformatted.
by chulett
Sat Sep 06, 2008 7:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load option in Oracle Enterprise stage gives trouble
Replies: 5
Views: 2336

Right, that really isn't an Oracle or sqlldr error, more of a DataStage one having problems trying to feed sqlldr. And probably a scratch space issue as Ray noted, if I had to guess.
by chulett
Sat Sep 06, 2008 7:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Constraint accepted logic in transformer
Replies: 7
Views: 1425

If both of your dates are indeed in YYYY-MM-DD format and not null, than any comparison can be made in a constraint including 'non-equality'. Are you certain of your facts?
by chulett
Sat Sep 06, 2008 7:08 am
Forum: General
Topic: Read 4.5 GB data
Replies: 2
Views: 1212

As noted, a hashed file can accept that much data. However, for that volume, you would probably be better off loading it into a work table and joining in your source database, if that's possible.
by chulett
Fri Sep 05, 2008 6:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to comment out After SQLs or Before SQLs in Datastage
Replies: 2
Views: 1335

Or just move them elsewhere. I move old or obsoleted statements of that type into the Description box on a General tab, with comments as to where it came from and when/why it was removed.
by chulett
Fri Sep 05, 2008 6:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deleting rows based on non key coloumn value
Replies: 6
Views: 1629

Your other post implied the input data would drive the deletes but this seems to contradict that. How will you know what needs to be deleted? :?
by chulett
Fri Sep 05, 2008 3:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Log file
Replies: 1
Views: 1218

Depends on your Auto-Purge settings for that job. Check from the Director.
by chulett
Fri Sep 05, 2008 2:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: weird warning 'Phantom"
Replies: 17
Views: 5756

Not so weird. Try searching on something like "previously undefined. Zero used.".
by chulett
Fri Sep 05, 2008 11:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Java Issues with DataStage
Replies: 13
Views: 6122

Yup. Just wanted to ask as it's bit me in the ass before. :wink:
by chulett
Fri Sep 05, 2008 10:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Java Issues with DataStage
Replies: 13
Views: 6122

Still wondering if this is the infamous HP-UX and $LD_PRELOAD problem.
by chulett
Fri Sep 05, 2008 9:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to open Properties of Job Stages within a sequence
Replies: 11
Views: 5077

There's another patch for that. :wink: Oh, and I did find the ecase for the SP2 patch: 60128. That should help them locate it.
by chulett
Fri Sep 05, 2008 9:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to open Properties of Job Stages within a sequence
Replies: 11
Views: 5077

They were unable to identify the patch? :roll: Tell them you need the "Windows XP service pack 2" patch for the client, I have no idea what the number is.