Search found 42189 matches

by chulett
Tue Mar 19, 2013 10:18 am
Forum: General
Topic: After Migration Iconv & Oconv have different results.
Replies: 6
Views: 1720

Out of curiousity, what version of DataStage was your old server running?
by chulett
Tue Mar 19, 2013 9:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: transformation
Replies: 15
Views: 3877

That would be pretty trivial in a Server routine. Any chance of using a BASIC Transformer in your job?
by chulett
Tue Mar 19, 2013 8:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Conditional Stored Procedure execution
Replies: 4
Views: 1703

Really? Huh, learned something new. Perhaps an "ODBC thing"... could you post the syntax you used for me, please?
by chulett
Tue Mar 19, 2013 7:36 am
Forum: General
Topic: Updating a Sequential File
Replies: 5
Views: 837

That's the nature of sequential media.

You may be able to do something magical under the covers with C or something similar but for a "pure" DataStage solution there's no magic that I've ever seen. Of course, our resident Magician may say otherwise. :wink:
by chulett
Tue Mar 19, 2013 7:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Conditional Stored Procedure execution
Replies: 4
Views: 1703

You can't. Split the flow and only send the ones needing the SP call down one branch, all others down another. Join the stream back together after that. That or call it each time and conditionally use the result. Of course, that depends on what exactly it is your SP is doing. Another option - code t...
by chulett
Tue Mar 19, 2013 7:12 am
Forum: General
Topic: Updating a Sequential File
Replies: 5
Views: 837

The short answer is no. You read in the file, update whatever needs updating and then write the result out to a new file. Of course, you could rename the new back to the old when you are done.
by chulett
Tue Mar 19, 2013 7:10 am
Forum: General
Topic: DataStage Phantom Aborting with @ABORT.CODE = 1
Replies: 3
Views: 2008

Which job was this message from - the Sequence job itself or the "split job"? What kind of job is the split job?
by chulett
Mon Mar 18, 2013 3:18 pm
Forum: General
Topic: QC database
Replies: 12
Views: 2027

QC? As in the Quality Center product from HP?
by chulett
Mon Mar 18, 2013 9:51 am
Forum: General
Topic: Check Number of file in sequence.
Replies: 4
Views: 1246

I was not sure whether I can continue with the old one or not so start a fresh one. Of course you can. It's your topic and the same topic. :? Best way to do this would be via a script, otherwise are you "allowed" to write a BASIC routine and leverage that in your Sequence? It could do the...
by chulett
Mon Mar 18, 2013 8:28 am
Forum: General
Topic: Check Number of file in sequence.
Replies: 4
Views: 1246

Not sure why you felt the need to start a new post. For those following along, this is a continuation of this topic.

Unless something has changed that I'm not aware of, the FileWatcher stage does not support wildcards. Hence the suggestion to watch for a specific 'trigger' file.
by chulett
Mon Mar 18, 2013 12:10 am
Forum: General
Topic: Send email while rejecting Records
Replies: 16
Views: 3415

Yes indeed, it is! I really should go. :wink:
by chulett
Sun Mar 17, 2013 11:18 pm
Forum: General
Topic: How to Read zip file ?
Replies: 9
Views: 2736

What exactly is in your zip file? 4GB of what? That just means it couldn't find the end of the first record... assuming you even have records in there.
by chulett
Sun Mar 17, 2013 11:11 pm
Forum: General
Topic: Send email while rejecting Records
Replies: 16
Views: 3415

I figured we were having a communication issue and you already had the solution you needed. :wink:

Thanks Ray... simple enough.
by chulett
Sun Mar 17, 2013 5:49 pm
Forum: General
Topic: Send email while rejecting Records
Replies: 16
Views: 3415

Seriously? So if 200 records were rejected you'd like to send 200 separate emails? :?

Now you've got me curious. Since I would never implement any such thing, perhaps Ray can share with us the mailbomb technique? From a purely informational / educational standpoint, of course!
by chulett
Sun Mar 17, 2013 7:54 am
Forum: General
Topic: Send email while rejecting Records
Replies: 16
Views: 3415

Just want to emphasize there's no "while rejecting records" part to this but doing so afterwards is common and straight-forward.