Search found 42189 matches

by chulett
Thu Jul 28, 2011 6:41 am
Forum: General
Topic: Guide for sequencer stages
Replies: 2
Views: 1130

In other words, the included Designer Client Guide pdf.

As to your question, no, other than to enable the "Include job status in email" option.
by chulett
Thu Jul 28, 2011 6:37 am
Forum: General
Topic: Eternal loop, is it possible?
Replies: 0
Views: 861

No, it's not possible nor would you actually want such a thing... jobs need to stop & loops need to end. What I've done for something like this is to make sure it loops for the vast majority of the day, say 23 hours and 55 minutes. Schedule it to run every day at the same time, that way it gets ...
by chulett
Thu Jul 28, 2011 6:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue in Reading a Sequential File
Replies: 4
Views: 1655

Nobody "needs" it that way. :?
by chulett
Wed Jul 27, 2011 5:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL server load performance issue
Replies: 7
Views: 2000

Otherwise it's standard things to look at for any load - commit intervals, indexes, array size, etc etc. Nothing is going to beat a native bulk loader, however.
by chulett
Wed Jul 27, 2011 5:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parsing Names
Replies: 7
Views: 3144

ray.wurlod wrote:Does the comma always appear?
I certainly hope so. :wink:
by chulett
Wed Jul 27, 2011 4:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parsing Names
Replies: 7
Views: 3144

Please choose more meaningful subjects for your posts, one that is actually related to the question being asked. As to your issue, spell out in words - regardless of the tool used - the process of parsing the name and rules for determining if a middle name is present or not. Once you do, how you wou...
by chulett
Wed Jul 27, 2011 4:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue in Reading a Sequential File
Replies: 4
Views: 1655

Re: Issue in Reading a Sequential File

I am trying to read XML file using the Sequential file stage. Why? An XML file is not a "sequential" file in the sense that the Sequential File stage understands reliably. Technically they are one long stream of characters with no individual records. Why not use the stage that was meant t...
by chulett
Wed Jul 27, 2011 4:25 pm
Forum: General
Topic: Passing commandoutput as a parameter in to the parameter set
Replies: 14
Views: 5567

So... resolved?
by chulett
Wed Jul 27, 2011 9:07 am
Forum: General
Topic: Inside transformer field function
Replies: 1
Views: 1029

Yes, but I'd rather leave the discovery up to you. A simple check of the documentation for the Field() function should answer your question.
by chulett
Wed Jul 27, 2011 7:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: getting Hierarchical data
Replies: 5
Views: 2296

Otherwise, perhaps the judicious use of a hashed file would work or perhaps a lookup with multi-row result set enabled. It's hard for me to tell from your example since all of the numbers run sequentially. Those "10 records" you need in your output come from how many input records - 1? 10?...
by chulett
Wed Jul 27, 2011 7:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: getting Hierarchical data
Replies: 5
Views: 2296

You can certainly implement the SQL in DataStage. :wink:
by chulett
Wed Jul 27, 2011 7:19 am
Forum: General
Topic: Changes to sequences ignored after import and compile
Replies: 17
Views: 7539

As I've said before, any reason for this would come from your official support provider. Open a case, get them involved.
by chulett
Wed Jul 27, 2011 7:17 am
Forum: General
Topic: DSJOB: components required?
Replies: 1
Views: 929

Welcome. I know it could be done in the past and I would imagine it should be possible as well in the new 8.x world. The components needed have been discussed here, for example this from an older post: There are two other DLLs that you have to install with your dsjob executable. The Server Job Devel...
by chulett
Tue Jul 26, 2011 10:45 pm
Forum: General
Topic: define environment variables in unix
Replies: 3
Views: 1314

To "pass variables in the shell script" doesn't necessarily mean environment variables. Regardless, you'd need to expand on this a wee bit if you want more cogent help. What script? Do you mean pass arguments to a shell script? Leverage environment variables in a shell script? All quite ea...
by chulett
Tue Jul 26, 2011 2:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Why drive required for processing stages
Replies: 4
Views: 1073

Or, of course, a Row Generator.