Search found 42189 matches

by chulett
Thu Jan 03, 2013 8:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling Unix script in Datstage Transformer
Replies: 12
Views: 6556

You write a custom routine in DataStage BASIC that calls the DSExecute() function, it allows you to call operating system commands which includes scripts. In a transformer, this can be called for every row.
by chulett
Thu Jan 03, 2013 8:35 am
Forum: General
Topic: Triggers in a Sequence job
Replies: 11
Views: 2844

uzl wrote:I have created a new topic :

Code: Select all

http://www.dsxchange.com/viewtopic.php?p=434760#434760
Why? :?

I didn't ask you to, rather I told you that I had already done that for you.

FYI - I've removed that post and relocated the additional information you put there back in this thread.
by chulett
Thu Jan 03, 2013 8:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Create Pivot Horizontal table
Replies: 9
Views: 6395

Details, please. How did you configure it and what did the output look like?
by chulett
Thu Jan 03, 2013 8:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject link attached to source DB2 connector stage
Replies: 8
Views: 3313

Get the official answer from your support provider and let us know. The concensus here is that it's not allowed and that your consultant is mis-remembering.
by chulett
Thu Jan 03, 2013 8:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Create Pivot Horizontal table
Replies: 9
Views: 6395

Well... start by looking at the Pivot stage as that's exactly what it does.
by chulett
Thu Jan 03, 2013 8:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling Unix script in Datstage Transformer
Replies: 12
Views: 6556

That would be a PX answer. For a Server job, create a routine that leverages DSExecute() and call that in your transformer.
by chulett
Wed Jan 02, 2013 3:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file read condition
Replies: 6
Views: 1894

Well... technically... I assumed nothing, merely wondered aloud about the nature of the beast. Thanks for the clarification and the whack upside the head. Sir. :wink:
by chulett
Wed Jan 02, 2013 3:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file read condition
Replies: 6
Views: 1894

So you're saying that mine was incorrect and incomplete? :cry:
by chulett
Wed Jan 02, 2013 12:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject link attached to source DB2 connector stage
Replies: 8
Views: 3313

It makes sense when reading from a sequential source, but a relational one... not so much.
by chulett
Wed Jan 02, 2013 9:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject link attached to source DB2 connector stage
Replies: 8
Views: 3313

So... under what circumstances would a reject link from a relational source be used / triggered? :?
by chulett
Wed Jan 02, 2013 8:45 am
Forum: General
Topic: Triggers in a Sequence job
Replies: 11
Views: 2844

So, not really related to the original topic so off you go to one of your own. Now... "same result". Are you saying that a Job Activity where the job completes with warnings does not fire the Otherwise trigger? Can you tell us what compilation options you have enabled in the Sequence and w...
by chulett
Wed Jan 02, 2013 7:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: executable job
Replies: 11
Views: 3160

As noted, if the job needs to be changed then you start the cycle over. Otherwise simply reset and then rerun it. Nothing about this topic changes the fundamental way things work.
by chulett
Wed Jan 02, 2013 7:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file read condition
Replies: 6
Views: 1894

Hmmm... it's been a while and that's really Wurlod Territory but seems to me that it is selecting records where the key is not empty and ordering the output by the first field. Not sure under what circumstances the key could be empty, however. :?
by chulett
Wed Jan 02, 2013 7:41 am
Forum: General
Topic: Triggers in a Sequence job
Replies: 11
Views: 2844

Of course triggers work, wouldn't be much point to the Sequence jobs without them. :wink:

Rather than pick and choose specific status values, try using an "OK" and an "Otherwise" trigger. Are you trying to implement what Kim posted?
by chulett
Tue Jan 01, 2013 9:53 pm
Forum: General
Topic: Persistant sequence number algorithm
Replies: 1
Views: 1472

So... basically a checksum?