Search found 42189 matches

by chulett
Tue Jul 18, 2006 1:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trigger based upon ReturnValue of Routine
Replies: 4
Views: 1035

Re: Trigger based upon ReturnValue of Routine

Now, I know that a Routine Activity in a Job sequence fails if it returns any value other than 0. True - but only if you are allowing the Sequence to 'automatically handle activities that fail'. In that case then any non-zero return value is considered a failure, be it a higher number or a value li...
by chulett
Tue Jul 18, 2006 12:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Did you know this about TRIM()?
Replies: 12
Views: 2716

Substring wont. Agreed. But if the target is a database with char field it will fill in spaces to honour the length. That's exactly what is happening. I guess converting char to varchar would be the right solution. Any thoughts? Which is exactly what I was saying. And yes, you'll need to use varcha...
by chulett
Tue Jul 18, 2006 12:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: AutoClass and DataStage
Replies: 2
Views: 764

Or have AutoClass do the 'file watch' and only run the job if/when it shows up.
by chulett
Tue Jul 18, 2006 12:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Did you know this about TRIM()?
Replies: 12
Views: 2716

Oh, I see... InLink.MyField = "CAB ", not InLink.MyField[2,3]. (never mind, guess you were still editing) :wink:

Question still stands - you trim this and then put it where? What kind of field?
by chulett
Tue Jul 18, 2006 12:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Did you know this about TRIM()?
Replies: 12
Views: 2716

Is that a trick question? How can a three character substring = C-A-B-space? :?

And if your target field is a 4 character char field, it will add the space back after you trim it.
by chulett
Tue Jul 18, 2006 12:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Join on Null
Replies: 8
Views: 2054

You are looking for a SQL solution, I assume, and not a DataStage one. You haven't specified a database - Oracle?
by chulett
Tue Jul 18, 2006 10:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Basic code
Replies: 10
Views: 2988

Bring up the online help from inside Designer (Help/Help Topics) switch to the Index tab, type 'BASIC Tasks' and press enter.
by chulett
Tue Jul 18, 2006 8:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Basic code
Replies: 10
Views: 2988

No, not 'machine level language', more like pop or intermediate code. BASIC is interpreted by the various flavors of the runtime engine in place per O/S. All such transformations, derivations, etc are directly BASIC code, compiled right in with everything generated by the other objects on the canvas.
by chulett
Tue Jul 18, 2006 6:48 am
Forum: Site/Forum
Topic: Do you want posts marked when the issue is resolved?
Replies: 9
Views: 5281

Voted 'yes' as I think it's a good idea in principal, but... something else to maintain, get out of sync and/or not get set properly by people. Especially those that don't come back and bring closure to their topic.
by chulett
Tue Jul 18, 2006 6:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Setting Job parameters
Replies: 13
Views: 3716

Upgrade. Seriously... why still running such an old version? :? Or I guess see if you can get your hands on this 'Axcel pack'.

Without it, if you absolutely need to run the same job multiple times simultaneously then go the copy route.
by chulett
Tue Jul 18, 2006 6:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Concatinating three columns
Replies: 6
Views: 1354

ray.wurlod wrote:But it IS a different question

:evil: Exact same question that should be in a different *forum*.
by chulett
Tue Jul 18, 2006 6:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Setting Job parameters
Replies: 13
Views: 3716

There's no 'pack' needed for multi-instance jobs... unless it was different back in the 5.x version than it is now. Yes, the help for this is in the Director help, but there should be more to it than that. No, there's no other way to run the same job multiple jobs simultaneously. Yes, you could crea...
by chulett
Tue Jul 18, 2006 6:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Design Time
Replies: 4
Views: 2269

Wouldn't be from that. 'Design time information' is basically the source, the stuff that shows up when you open the job in Designer. All you need are the executables in order to run the job - and you've obviously got that. How was the job moved to the project? The old style 'Release' process would d...
by chulett
Tue Jul 18, 2006 6:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: crc32
Replies: 2
Views: 816

If you need help with the concept of a surrogate key in general, Google or Wikipedia is your friend. If you are thinking you can use CRC32 to generate surrogate keys, forget about it. See the linked post in the answer to your other 'crc32' post.
by chulett
Tue Jul 18, 2006 12:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: crc32
Replies: 2
Views: 837

Welcome! :D

Short answer is - it doesn't. For a longer answer, check this recent post. For many answers, try searching the forum.