Search found 42189 matches

by chulett
Thu Sep 10, 2009 5:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Readin data
Replies: 11
Views: 1798

Why not just have your Mainframe folks stop providing you with an invalid file? Meaning, correct the delimiters so you don't have to screw around like that. :?
by chulett
Thu Sep 10, 2009 5:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Count based on date column
Replies: 5
Views: 1575

It's documented and the name is closer to Key Change Column rather than cluster anything, from what I recall. It will contain a 1 for the first record in the 'key group' or a 0 otherwise.
by chulett
Thu Sep 10, 2009 5:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: starting a job sequence from middle
Replies: 3
Views: 1007

Or add checkpoints so it can restart 'from the middle' if it failed at that point. Or copy the Sequence job and remove the parts you don't want to run.
by chulett
Thu Sep 10, 2009 5:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete the duplicates from Database
Replies: 8
Views: 3190

The records need to be deleted and thats the requirement and we don't want to have a table exclusively to remove the dups. The technique I mentioned is pretty basic stuff and it is used when the number of records to be deleted is greater than the number of records to be saved. Is that the case here...
by chulett
Wed Sep 09, 2009 9:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Maintain sort order in datastage
Replies: 10
Views: 8363

... or add the APT variable that shuts down sneaky tsort insertions, yes?
by chulett
Wed Sep 09, 2009 9:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling OSH script from UNIX Server
Replies: 22
Views: 13403

... and when I said you could run it, I in no way meant to imply it was the right thing to do or that it stood any chance of working correctly. Just, it's a script and scripts can be run "from the UNIX server".

Again, as noted - use dsjob.
by chulett
Wed Sep 09, 2009 8:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL in routine
Replies: 9
Views: 4112

OK, first off - my bad. For some reason I missed the whole "in a routine" part even though it was staring me in the face and was thinking of the Execute Command stage after seeing the sqlplus command. So, as noted, you have to remove them from the DSExecute result but yes you can do it ins...
by chulett
Wed Sep 09, 2009 8:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsenv is not pointing properly
Replies: 13
Views: 6504

But that really isn't involved with your problem. Still seems to me you need to find where your 'shared library' path environment variable is getting reset.
by chulett
Wed Sep 09, 2009 8:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle deadlock when trying to upsert.
Replies: 10
Views: 3984

Your parallel processes are deadlocking. This is where you would need to override the auto partitioning and control it so it doesn't deadlock. Probably hash partitioned over the keys involved would help, I'd have a chat with your DBA and confirm.
by chulett
Wed Sep 09, 2009 5:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: EBCDIC to ASCII conversion for '|' character
Replies: 12
Views: 16309

Where did you create this sample file - on the Mainframe? If so, how exactly did you transfer it to the DataStage server?
by chulett
Wed Sep 09, 2009 5:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel installation not working
Replies: 9
Views: 3747

Yes, with a specific Service Pack level from what I recall. Should all be in the docs somewhere.
by chulett
Wed Sep 09, 2009 1:57 pm
Forum: General
Topic: Is there any function like between
Replies: 11
Views: 3333

All that means is the date is in May. Of any year. That really work for you?
by chulett
Wed Sep 09, 2009 1:44 pm
Forum: General
Topic: Is there any function like between
Replies: 11
Views: 3333

There's no "filter" stage in Server. What DSGuru is hinting at is how would you do the comparison without using "between"? It's certainly not required, just... easier.
by chulett
Wed Sep 09, 2009 12:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with StringtoDate function
Replies: 3
Views: 3622

I would think that this would be more correcter:

Code: Select all

StringToDate('9999-01-01','%yyyy-%mm-%dd')