Search found 42189 matches

by chulett
Sat Jul 03, 2010 7:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: row split
Replies: 1
Views: 923

OK, that's nice... go right ahead. Now, if you'd actually like some help doing that, you'd need to spell out your business rules in words and provide some good / representative 'before' and 'after' examples. Then maybe someone could help or perhaps it will become more obvious what it is you need to ...
by chulett
Fri Jul 02, 2010 9:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Changing data type of column from char(3) to char(10)
Replies: 2
Views: 1220

That would be controlled by your $APT_STRING_PADCHAR setting. Try searching here for that variable name to see the many conversations we've already had on the topic.
by chulett
Fri Jul 02, 2010 9:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to capture return code from a script and fail the Sequen
Replies: 5
Views: 1812

Before what job? I thought this was all happening in a Sequence job via the Routine Activity stage. Sounds like you are making this more difficult (and more hidden) than it really needs to be. :?
by chulett
Fri Jul 02, 2010 9:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: commit interval
Replies: 13
Views: 3567

Let's learn to be more specific, please. There are three ODBC stages in the product, which one are you using? That matters as it changes the answer to the question.

Regardless, read the Connectivity Guide for ODBC pdf, it will list your options, including how commits are handled per stage type.
by chulett
Fri Jul 02, 2010 4:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: commit interval
Replies: 13
Views: 3567

Let's start with what stage are you using?
by chulett
Fri Jul 02, 2010 4:39 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: about data matching
Replies: 8
Views: 5171

You now have three posts on basically the same subject. :?
by chulett
Fri Jul 02, 2010 9:06 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: about web services
Replies: 11
Views: 6885

Do you have a direct link to that pdf?
by chulett
Fri Jul 02, 2010 8:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting Job Operator Permission to work
Replies: 2
Views: 1438

That "operator" role is severely nerfed / broken in any pre-8.x version and only allows people in that role to see released jobs, something virtually no-one does any longer. The only good news is if you upgraded it would work as expected. Otherwise, you'll need some other mechanism to deli...
by chulett
Fri Jul 02, 2010 8:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to capture return code from a script and fail the Sequen
Replies: 5
Views: 1812

This might help get you started, that or a search for "bteq". For 'Sequence failure' a link to a Terminator stage is generallly what is needed but there are multiple ways to skin that cat.
by chulett
Fri Jul 02, 2010 8:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hardcoded values in transformer stage
Replies: 5
Views: 2696

Fine. Doesn't really help answer your question however.

Can you not ask this question of whomever wrote the job? Anything in the Long Description that may provide a clue, any Annotation on the canvas? I'm sure I already know the answer to all those questions but they need to be asked, regardless.
by chulett
Fri Jul 02, 2010 8:07 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: about web services
Replies: 11
Views: 6885

Seriously, you need to spend some time reading the docs and just doing some general study on the subject of web services. There are a ton of resources out there, so it's not like they're hard to find. As Ernie noted, the WISD Input and/or WISD Output stages are for when you want to expose your job a...
by chulett
Fri Jul 02, 2010 6:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hardcoded values in transformer stage
Replies: 5
Views: 2696

1$ is not the same as $1 which is what is in the original post and which can mean something other than "one dollar". However, there's no way for anyone else to know without seeing the job and knowing something about the environment it is running it.
by chulett
Fri Jul 02, 2010 5:45 am
Forum: General
Topic: DSMACRO,DSFUNCTION & DSROUTINE
Replies: 2
Views: 1326

Well...'DS' stands for DataStage and the definition of a macro, function and routine aren't any different here than they would be anywhere else.
by chulett
Thu Jul 01, 2010 7:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Assign null value to a date
Replies: 3
Views: 1102

If you still need help with this, please don't post "something like" what you are doing - post exactly what you are doing so people can provide the proper help. Also note that saying something "is failing" really doesn't give us anything to work with, always a good idea to post (...