Search found 42189 matches

by chulett
Thu Mar 03, 2011 12:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: View data displays NUL instead of NULL
Replies: 11
Views: 3484

Would have been a good idea to mention your "transformation" right up front. Can this be marked as Resolved now?
by chulett
Thu Mar 03, 2011 12:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: View data displays NUL instead of NULL
Replies: 11
Views: 3484

In other words, those fields are not actually null but have the value "NUL" in them. Perhaps you should be converting them.
by chulett
Thu Mar 03, 2011 10:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stored Procedure stage output?
Replies: 2
Views: 1661

Split from another topic, so you'll need to edit your first post if I missed my guess on your particulars regarding version or O/S.

To capture the output, you have to switch the stage from 'Target' to (something like) 'Transform' from what I recall.
by chulett
Thu Mar 03, 2011 10:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Accented char problem in XML output stage
Replies: 5
Views: 4367

Oddly enough, it is "iconv".
by chulett
Thu Mar 03, 2011 10:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Subtract days from a given date
Replies: 2
Views: 2007

Show us your syntax and the datatypes involved.
by chulett
Thu Mar 03, 2011 8:39 am
Forum: General
Topic: Difference Between data stage 8.1 and 8.5
Replies: 1
Views: 4561

There's plenty of information out there you can simply google for. Also, our own Vincent McBurney has blogged about it quite a bit on ITToolbox and (as one example) has a video here.
by chulett
Thu Mar 03, 2011 8:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: External Source Stage on windows server
Replies: 1
Views: 861

The MKSToolkit installs with DataStage so you do have ls and other 'UNIX' commands available to you. Or you could get dir working as well, I would imagine.
by chulett
Thu Mar 03, 2011 7:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle EE to oracle connector
Replies: 9
Views: 5813

jwiles to csrazdan, not jwiles to chulett. I assume. :wink:
by chulett
Thu Mar 03, 2011 7:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle EE to oracle connector
Replies: 9
Views: 5813

The Connectors are 'native' as well.
by chulett
Thu Mar 03, 2011 7:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: For invalid xml the job is getting aborted by showing SIGILL
Replies: 15
Views: 7260

Could anyone help me in this.... Have some patience. You waited a grand total of 4 hours at a time where people in the States like Ernie are either sleeping or just starting their day. Regardless, the people who volunteer their time here will help whenever and however they can and pushing is counte...
by chulett
Thu Mar 03, 2011 7:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capture errors and write into table
Replies: 6
Views: 2759

You could certainly have another job that goes thru any job's log looking for information of interest and writes it anywhere you please, including database tables. Case in point - ETLStats from Kim Duke, something he gives away freely from his website. Inspiration? Starting point? It can be whatever...
by chulett
Wed Mar 02, 2011 5:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capture errors and write into table
Replies: 6
Views: 2759

You can capture warnings that way, however fatal errors are still... well, you know, fatal.
by chulett
Wed Mar 02, 2011 11:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LastRowInGroup
Replies: 13
Views: 12289

Since you didn't specify, let's get this out of the way - are you running the 8.5 release?
by chulett
Wed Mar 02, 2011 8:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to implement below logic in datastage 8.1
Replies: 3
Views: 1885

:idea: General rule of thumb: Never simply post an example of your input data followed only by an example of your desired output. By doing so, you are forcing anyone attempting to help to puzzle out the business rule(s) behind how you got from A to B. Help us help you and always include a written ex...
by chulett
Wed Mar 02, 2011 8:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reading 0 byte file
Replies: 3
Views: 2004

Define "read". I'd also be curious if you've tried this and what the result was.