Search found 42189 matches

by chulett
Sat Aug 02, 2008 9:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DatrTime in SQLSERVER
Replies: 13
Views: 2982

Dang, too slow. :wink:
by chulett
Sat Aug 02, 2008 9:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DatrTime in SQLSERVER
Replies: 13
Views: 2982

You are missing Arnd's rather fundamental point that dates in a relational database are not stored with any "format" at all. This talk about "mm/dd/yyyy" is only applicable on output, the external format, what you want the date to look like after you pull it from the database. So all this "I need a ...
by chulett
Fri Aug 01, 2008 2:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Changing format and display of file
Replies: 3
Views: 1135

Oh, didn't notice you were doing something odd like that. Looks like you'll need to make two passes through the data or perhaps make some creative use of the aggregator for this. :?
by chulett
Fri Aug 01, 2008 2:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Changing format and display of file
Replies: 3
Views: 1135

Rows to columns? Sure, that is a "vertical pivot" and you can get information on how to perform one if you search the forums using that phrase.
by chulett
Fri Aug 01, 2008 10:30 am
Forum: Enhancement Wish List
Topic: Turn off Refresh in Director
Replies: 3
Views: 2174

I have the 7.5.3 media but don't have it installed yet, we're still on 7.5.1A. Couldn't find any mention of this in the ReadMe but not sure that means much of anything.
by chulett
Fri Aug 01, 2008 9:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Database comparison
Replies: 8
Views: 1700

Compare what - the tables themselves? The content? And as noted, please be more specific what 'compare' means.
by chulett
Fri Aug 01, 2008 8:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we use shared container as lookup in datastage server
Replies: 7
Views: 3425

You can. What 'more info' do you need?
by chulett
Fri Aug 01, 2008 7:26 am
Forum: Enhancement Wish List
Topic: Turn off Refresh in Director
Replies: 3
Views: 2174

What about 7.5.3? Does it restore it?
by chulett
Fri Aug 01, 2008 7:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parallel shared containers in jobs
Replies: 1
Views: 789

You didn't state what problem you are facing when you use more than 4. :?
by chulett
Fri Aug 01, 2008 7:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Compilation error (transformer stage)
Replies: 3
Views: 1132

Ah... I see that now.
by chulett
Fri Aug 01, 2008 7:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Remove duplicates on morethan 1 column
Replies: 13
Views: 5644

Please explain what "remove duplicates more than 1 column" means.
by chulett
Fri Aug 01, 2008 7:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Find a file name coming out of a folder stage
Replies: 17
Views: 3244

The problem is figuring out what happens when the stored procedure sends back either a "fail" or a "good to go" response. If the response is good to go then I need to parse the rows from the file. Will I be able to go to the stored proc and then process results in a Transformer and then revert back...
by chulett
Fri Aug 01, 2008 7:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Find a file name coming out of a folder stage
Replies: 17
Views: 3244

In your shoes (even though now I know they probably wouldn't be my style) I'd build a Looping Sequence to do this rather than fight with the Folder stage, especially if the files are of any size. The Folder stage has a well known problem with 'large' files and will tend to fall over dead if the con...
by chulett
Fri Aug 01, 2008 7:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Role playing dimension
Replies: 4
Views: 2182

Then time to mark your post as Resolved it seems. Big button at the top of the screen.