Search found 42189 matches

by chulett
Sat Aug 07, 2010 7:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: If then else logic in transformer
Replies: 4
Views: 4903

... or just stick with the if-then-else logic posted. :wink:

Only other thing you might want to account for are values outside the 1-7 range. Justin Case.
by chulett
Sat Aug 07, 2010 7:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: .dmp file created inc:\IBM\InformationServer\Cliets\Classic
Replies: 3
Views: 2248

I would imagine they are like any "core" files and are created when one of the client tools aborts/abends/falls over dead. Is that really happening to you daily? :?
by chulett
Sat Aug 07, 2010 7:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Joiner stage - how ds behave on outer join attribute values
Replies: 6
Views: 7939

Good to know and now that we know that, feel free to edit your post and replace it. I sent you what I removed in a personal message so you shouldn't even have to dig it up again. :wink:
by chulett
Sat Aug 07, 2010 7:06 am
Forum: General
Topic: Data Scrubbing in ETL
Replies: 11
Views: 4953

I'm going to leave this post in the General forum for now, as it applies equally across products but may move it if this goes all PX only on us... stay tuned...
by chulett
Sat Aug 07, 2010 7:02 am
Forum: General
Topic: Data Scrubbing in ETL
Replies: 11
Views: 4953

:idea: First bit of advice is to not use abbreviations unless you are sure it is common enough that everyone will know what it means. Otherwise, it's always prudent to spell it out so there's no confusion or wrong turns made on your road to a solution. Second bit is to have some patience. PII is som...
by chulett
Fri Aug 06, 2010 5:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: STP stage..
Replies: 1
Views: 1016

1. Yes, they are numbered bind parameters that correspond to the column numbers.
2. Why? Using 'anonymous block', i.e. BEGIN/END syntax is the proper way to be doing this. Assuming Oracle here, btw.
by chulett
Fri Aug 06, 2010 5:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file with fixed with column view data error
Replies: 9
Views: 4670

OK, sorry, not sure where I got the impression you were reading one. Unless there's a setting that overrides this, as previously noted you can't create a "fixed width" file from variable character fields - use CHAR instead. And let us know all of the settings you are using in your target S...
by chulett
Fri Aug 06, 2010 5:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Tuncating zeros in XML output stgae
Replies: 4
Views: 1547

sri75 wrote:Thanks anbu for your reply.It did work, but I need to truncate leading zeros. when I tried with decimaltostring function it is truncating both leading and trailing zeros.
You might want to post the syntax you were using for this.
by chulett
Fri Aug 06, 2010 5:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuring MPP - Service table transmission failed
Replies: 3
Views: 2513

Re: Configuring MPP - Service table transmission failed

ray.wurlod wrote:
kerpal_dog wrote:Tried setting the APT_AUTO_TRANSPORT_BLOCK_SIZE to True (as per documentation suggestion) and same old stuff.
That can't be right - it would give you a block size of 1, where you really need it to me much higher, maybe 1MB or more.
It seems you missed the 'auto' part of the parameter.
by chulett
Fri Aug 06, 2010 5:34 pm
Forum: General
Topic: Before/after subroutine options..
Replies: 6
Views: 1882

Of course, it can matter but not in this specific case.
by chulett
Fri Aug 06, 2010 12:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal Termination
Replies: 6
Views: 3434

I don't know either. If you really want to find out, you'd have to involve your official support provider, me thinks.
by chulett
Fri Aug 06, 2010 9:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Ibm Information server fasttrack error
Replies: 8
Views: 5127

Just curious why this is marked as Server and in the Server forum. Are you licensed for PX? FastTrack only generates PX jobs...
by chulett
Fri Aug 06, 2010 8:27 am
Forum: General
Topic: Before/after subroutine options..
Replies: 6
Views: 1882

You can run any valid script or UNIX command as long as it is in your PATH or properly pathed. Not sure what's up with your leading "dot", that's certainly not needed, though.
by chulett
Fri Aug 06, 2010 8:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sending email to different domain
Replies: 4
Views: 1614

No, you don't, they'll know all about it as it has nothing to do with DataStage and it's all in their home court.
by chulett
Fri Aug 06, 2010 8:11 am
Forum: General
Topic: Before/after subroutine options..
Replies: 6
Views: 1882

You probably saw ExecSHSilent rather than 'Client' and that just suppresses log messages. ExecTCL let's you execute Universe / TCL queries, typically against the repository.