Search found 42189 matches

by chulett
Wed Apr 22, 2015 3:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calculation in Stage Variable
Replies: 5
Views: 1608

Sounds like a job for the DaysSinceFromDate function.
by chulett
Wed Apr 22, 2015 2:31 pm
Forum: General
Topic: Deleting jobs in bulk
Replies: 7
Views: 2083

Wondering... 6 or 7 thousand out of how many?
by chulett
Wed Apr 22, 2015 12:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: issues with To_CHAR function
Replies: 12
Views: 7977

Still think it has something to do with your locale setting or something of that nature, whatever OConv uses to determine what day your week starts on. 2014-10-01 was a Wednesday, btw, hence the 3 or 4 depending on your week starting on Monday or Sunday. Clarify something, please - what is the diffe...
by chulett
Wed Apr 22, 2015 9:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: issues with To_CHAR function
Replies: 12
Views: 7977

Yikes. Looks like massive overkill just to get the day of the week but I guess it was meant to be generic and one size fits all. Still. Where's the argument handling? I don't see any mention of Arg1 or Arg2, guessing "date" is Arg1 but no clue where the "D" you were passing in go...
by chulett
Wed Apr 22, 2015 7:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: issues with To_CHAR function
Replies: 12
Views: 7977

Not aware of any "ToChar" function so it must be something unique to your site... what is it actually using inside it? Off the top of my head there are settings (a setting?) that controls what day of the week is considered day 1, Sunday or Monday... you may be running afoul of that. LOCALE...
by chulett
Tue Apr 21, 2015 3:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RCP Enabled Job deletes
Replies: 2
Views: 1238

This is about updates but thought it might help get you a starting point and/or methodology.
by chulett
Tue Apr 21, 2015 2:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RCP Enabled Job deletes
Replies: 2
Views: 1238

Off you go to your own topic!
by chulett
Tue Apr 21, 2015 10:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DELETE MULTIPLE RECORD AFTER DB2 STAGE
Replies: 6
Views: 1856

OK. Rather than load both / everything and then go back and delete the ones you didn't really want, why not just load the ones you do want and ignore the rest? Seem like that would be a simple matter of making sure the records are sorted appropriately and then using a Remove Duplicates stage... unle...
by chulett
Mon Apr 20, 2015 10:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read xml file with xsd
Replies: 7
Views: 4226

Which XML stage are you using? The advice posted was for the 'new' stage while you mentioned the XML Input stage in your first post.
by chulett
Mon Apr 20, 2015 9:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Netezza Stored Procedure Return Value
Replies: 3
Views: 2099

What kind of condition? What you want to do isn't directly possible as far as I know - either the After SQL runs without error and your job succeeds or it "fails" and your job aborts. You may need to break it out as a separate step in the Sequence, run after the job completes... perhaps ca...
by chulett
Mon Apr 20, 2015 7:16 am
Forum: Enhancement Wish List
Topic: Leverging DSODB to perform impact analysis.
Replies: 1
Views: 7733

There's a specific forum for things like this... moved.
by chulett
Fri Apr 17, 2015 4:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DELETE MULTIPLE RECORD AFTER DB2 STAGE
Replies: 6
Views: 1856

How about some details... This "old" record, it is already there when you load the new one? If so, will there only ever be one old record in the table when you insert a new version? I'm asking because it sounds like you may be able to use the Delete then Insert write mode property: Delete ...
by chulett
Fri Apr 17, 2015 4:29 pm
Forum: General
Topic: unable to install 11.3.1.1 pre req check fail
Replies: 4
Views: 1619

Microsoft's "dot net" framework is a Windows product, which shouldn't be surprising considering it is from Microsoft. So no clue how you are getting that error if you have the correct binaries. Seems like time to check in with support.
by chulett
Fri Apr 17, 2015 1:47 pm
Forum: General
Topic: unable to install 11.3.1.1 pre req check fail
Replies: 4
Views: 1619

Wild guess - you are attempting to install the wrong version, i.e. one for Windows.