Search found 42189 matches

by chulett
Tue Jul 27, 2010 7:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need a Help on Remove some data in Hash file
Replies: 20
Views: 5742

You don't, you write it in the UV stage. As noted. And searching the forums for SETFILE which should help with the VOC issue.
by chulett
Tue Jul 27, 2010 6:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need a Help on Remove some data in Hash file
Replies: 20
Views: 5742

Still invisible. [sigh]
by chulett
Tue Jul 27, 2010 6:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need a Help on Remove some data in Hash file
Replies: 20
Views: 5742

Seems like my post is invisible. [scratches head]

'SQL delete' means exactly what it sounds like it means, you would use sql to delete the records just like you would from a relational table.
by chulett
Tue Jul 27, 2010 6:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem in reading decimal columns through CFF stage
Replies: 2
Views: 1697

I have no idea why one would post the exact same issue (with identical wording) under two different names minutes apart. FYI - I randomly picked one to nuke, the one from Milin16. You can carry on in this one.
by chulett
Tue Jul 27, 2010 6:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Errors while executing DSEenable_impersonation.sh
Replies: 4
Views: 2315

I'll wager your "impersonation" quest is a red herring. Tell us more about your "execute dsjob" problem - off the top of my head it sounds like you just need to 'source' your dsenv file first to properly set the environment up. So... if you could post some details as to what exac...
by chulett
Tue Jul 27, 2010 6:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: "Incomplete column" option in sequential file stag
Replies: 1
Views: 970

Look at the options available in that column and see if that answers your question... that and think of it as the "Missing Column" option.
by chulett
Tue Jul 27, 2010 6:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need a Help on Remove some data in Hash file
Replies: 20
Views: 5742

If the hashed files are in an account (or otherwise have a VOC record) you could use the UV stage and SQL to delete records from them.
by chulett
Tue Jul 27, 2010 6:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Add Header information and add page breaks into the sequenti
Replies: 6
Views: 2336

Let's get the first comment that you were going to get from someone out of the way - DataStage is an ETL tool, not a BI tool and what you have is not an ETL task. Does your company not have access to a BI tool, some kind of 'report writer' that would do a proper job of this? Otherwise what you have ...
by chulett
Mon Jul 26, 2010 8:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error loading connector library ccora10g.dll
Replies: 3
Views: 7270

I'm surprised you were actually able to add it to a Server job without excessive shenanigans.
by chulett
Mon Jul 26, 2010 7:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Typical Warning : Implicit conversion from source type
Replies: 5
Views: 2954

That derived data type - i.e. your count() result - would be considered to be NUMERIC which is a float when unbounded... and, as noted, too big for a BigInt.
by chulett
Mon Jul 26, 2010 6:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: EBCDIC date issue
Replies: 4
Views: 2943

The stage is doing the conversion for you. Add a peek stage and verify the date format you are building, probably easier to debug if you build it in a stage variable and then convert the end result.
by chulett
Mon Jul 26, 2010 6:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: difference between DB2 connector/DB2 enterprise/DB2 UDB stag
Replies: 6
Views: 8824

Me, I have no such experience. It was a legitimate question as I was curious if you had read the docs yet. They are there for a reason and really should be your first resource rather than coming here and expecting people to regurgitate information from them. Nothing stopping anyone from doing that f...
by chulett
Sun Jul 25, 2010 7:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error loading connector library ccora10g.dll
Replies: 3
Views: 7270

I was under the impression that the Connectors would come to the Server side of the house... later. :?
by chulett
Sun Jul 25, 2010 5:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with the PX version of EReplace
Replies: 4
Views: 1737

... and here we are. :wink:

I had to guess at the particulars, please feel free to correct them.
by chulett
Sun Jul 25, 2010 4:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with the PX version of EReplace
Replies: 4
Views: 1737

First question would be why does it come into DataStage like that? That's an XML thing, how is that involved here? :? For the original question, perhaps you could escape the "&" or use the appropriate value in a CHAR() function to avoid the metacharacter action that seems to be going on.