Search found 42189 matches

by chulett
Wed Mar 21, 2007 7:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Folder stage to read multiple files then remove file headers
Replies: 10
Views: 3094

:? Row Number Column? Not aware of that particular functionality.
by chulett
Wed Mar 21, 2007 7:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: it is possible to remove the duplicates using sort stage in
Replies: 2
Views: 679

Welcome aboard. :D As noted, there's no direct 'sort unique' functionality in the Sort stage. However, you can leverage the Sort stage to identify and eliminate duplicates in a trailing Transformer using stage variables. There are other techniques as well, the Filter option in the Sequential File st...
by chulett
Wed Mar 21, 2007 7:03 am
Forum: General
Topic: DataStage 8.0
Replies: 5
Views: 1793

You are asking IBM these same questions, yes?
by chulett
Wed Mar 21, 2007 7:00 am
Forum: General
Topic: Merging Records
Replies: 30
Views: 8622

Yup, just make sure you OUTER in the right direction. :wink:

ps. That's not a 'cartesian product'.
by chulett
Wed Mar 21, 2007 6:56 am
Forum: Site/Forum
Topic: Time to add 8.x as a selectable version when posting!
Replies: 2
Views: 2341

True... but now it's "out out" and it still hasn't been added. Perhaps I should have said it's "past time". :wink:
by chulett
Wed Mar 21, 2007 6:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem mapping SmallDateTime field to Timestamp
Replies: 10
Views: 2839

:idea: You might also want to specify what the actual problems are that you are having. Let us know what you've tried and if it "didn't work" tell us why. This helps us focus on solutions rather than shooting in the dark or repeating things you've already tried.
by chulett
Wed Mar 21, 2007 6:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem mapping SmallDateTime field to Timestamp
Replies: 10
Views: 2839

What are the requirements for a 'SmallDateTime'? Meaning what does the data look like or need to look like? I'm familiar with the Oracle bits, but not SQL Server.

Also take a moment and Search the forums for 'smalldatetime' as I'm sure this (in some context) has been discussed before.
by chulett
Tue Mar 20, 2007 8:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCONV Decimal conversion
Replies: 9
Views: 3673

Yup. My goal in this thread was to eliminate the Oracle 'truncated data' message which seems to have happened. Not really a SQL Server guy, so hoping others will help on that front.
by chulett
Tue Mar 20, 2007 6:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCONV Decimal conversion
Replies: 9
Views: 3673

ODBC is being used on the target side for SQL Server, I don't believe the OP has explicitly stated the stage used for the source. Sure sounds like an OCI stage, however. :wink:
by chulett
Tue Mar 20, 2007 3:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: export XML on UNIX cmd-line ?
Replies: 3
Views: 1127

As far as I know, command line is dsx only.
by chulett
Tue Mar 20, 2007 3:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Enterprise Stage
Replies: 5
Views: 1127

No, as Ken notes that stage only supports Sequential execution mode. Looks like you'd have to 'go native' for Parallel.
by chulett
Tue Mar 20, 2007 2:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Enterprise Stage
Replies: 5
Views: 1127

What happens when you click that 'Help' button down there? Usually those kind of things are spelled out there...
by chulett
Tue Mar 20, 2007 1:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML
Replies: 9
Views: 3281

The web service doesn't like your XML it seems, so I suggested to take it out of the picture until you can generate 'acceptable' XML. Copy your job and take out all but the first two stages. Consider adding a Transformer between the two stages as sometimes you need to... manipulate... the data for c...
by chulett
Tue Mar 20, 2007 11:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Scheduling
Replies: 5
Views: 1759

Or incorporate them into a Routine and leverage that inside the Loop. I've done that, one Sequence job that runs 'all day' and processes a series of Server jobs every 5 minutes inside a loop. It sleeps, looks for an early exit flag, all kinds of things - and wasn't that hard to setup.