Search found 42189 matches

by chulett
Wed Aug 02, 2006 7:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: create an extract
Replies: 10
Views: 3836

Well... I've done this in the past, but not recently so bear with me. An aggregator will get you the pieces that you need for the header and trailer records per grouping. Your example of the extract output seems a little odd to me, shouldn't it more properly be: HDR 111 DTL 111 PAT 100 DTL 111 ABC 1...
by chulett
Wed Aug 02, 2006 6:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: missing database plugins except db2 in parallel canvas
Replies: 3
Views: 796

Which ones can you see but are grayed out? Perhaps those are the Server Only plug-ins, as not all are valid for PX from what I recall.
by chulett
Wed Aug 02, 2006 6:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: non delimiter file
Replies: 13
Views: 4688

Upon further review, there could be an issue with the concatenation in addition to my previous post. Do you know if each record is delimited, meaning there are EOR characters at the end of each record? If you do a 'wc -l' on the file, does it show a 1 or something else? I'm wondering if there will b...
by chulett
Wed Aug 02, 2006 6:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: non delimiter file
Replies: 13
Views: 4688

Re: non delimiter file

can any one suggest me how to tackle a file with no delimiter. something to do with the properties of before job subroutine i guess or whatever, please help me. i am stuck in my project. It should have nothing to do with your concatenation or before job subroutine. It's all about properly defining ...
by chulett
Wed Aug 02, 2006 12:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggreator Stage - to find max values of a timestamp field
Replies: 6
Views: 3564

Odd that you would have to get a patch to enable something like that. Seems like pretty basic funtionality to me... :?
by chulett
Wed Aug 02, 2006 12:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 user-defined sql
Replies: 7
Views: 1830

Excellent! Just as an FYI - there's no reason to use User Defined SQL just to add the DISTINCT keyword. I know I sound like the proverbial broken record here, but I champion (and enforce) the use of User Defined or Custom SQL only when it is absolutely needed. In other words, only if you've got no o...
by chulett
Wed Aug 02, 2006 10:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 user-defined sql
Replies: 7
Views: 1830

Your SQL isn't correct - in order to get distinct values of two fields, you need to group by both fields. Which is basically what the error is telling you.
by chulett
Wed Aug 02, 2006 10:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: mysterious null characters added in varchar field
Replies: 12
Views: 2569

Same here. And in the meantime, perhaps I'll hold off on any upgrade to 7.5.2 I was contemplating... :wink:
by chulett
Wed Aug 02, 2006 10:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SDK KeyMgt - KeyMgtGetNextValue
Replies: 6
Views: 1356

:D No 'Kung Fu' fans over there, eh? Too bad...
by chulett
Wed Aug 02, 2006 10:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: mysterious null characters added in varchar field
Replies: 12
Views: 2569

Then I'd say it's time to open an official Support case.
by chulett
Wed Aug 02, 2006 10:05 am
Forum: General
Topic: Parallel job in DS Server edition
Replies: 12
Views: 7366

The literal answer to "can we use the parallel jobs in server edition" is no. If the question is "can we only create the parallel job in enterprise edition only", the answer is yes.

But keep in mind the fact that in the Enterprise Edition you can also create Server jobs. :wink:
by chulett
Wed Aug 02, 2006 9:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SDK KeyMgt - KeyMgtGetNextValue
Replies: 6
Views: 1356

It's not about compiling or the fact that it's Read Only. There is a Transform sitting over those routines so that overrides the ability to pick the Routine directly.

Seek it under DS Transforms, Grasshopper...
by chulett
Wed Aug 02, 2006 9:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: mysterious null characters added in varchar field
Replies: 12
Views: 2569

Nobody uses VARCHAR in Oracle. :wink:
by chulett
Wed Aug 02, 2006 9:39 am
Forum: General
Topic: Parallel job in DS Server edition
Replies: 12
Views: 7366

No, that's not what I meant... I meant exactly what I said. If you have the ability to create PX jobs, then you have the Enterprise Edition of DataStage. The Enterprise Edition supports both Server and PX jobs, created using the same client tools - Designer, Director, etc - all work for both Server ...
by chulett
Wed Aug 02, 2006 9:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: mysterious null characters added in varchar field
Replies: 12
Views: 2569

DataStage 7 dot 5 dot nothing? From what I recall, the original 7.5 release was a little... wonky... and it would behoove you to get the 'latest' point release - at least 7.5.1A unless 7.5.2 is available for your platform.

Not saying that is the cause of this rather odd problem, but... ??