Search found 42189 matches

by chulett
Sun Apr 29, 2012 8:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Slower downstream stage affects performance of upstream stag
Replies: 7
Views: 2065

Identification of them is the first step, after that you can work on ameliorating them. What's going on in the Java transformers? Any way to replace them with native DataStage functionality?
by chulett
Sat Apr 28, 2012 5:16 pm
Forum: General
Topic: Hi everyone ,there is a big question I got on how to resovle
Replies: 5
Views: 2330

dongyingying wrote:try to find a way the sql run first and then columns not needed !
Posting the sql involved should help. Are you saying that you don't know the "columns not needed" because it does a select * rather than specifically naming the ones that are needed?
by chulett
Sat Apr 28, 2012 7:34 am
Forum: General
Topic: Hi everyone ,there is a big question I got on how to resovle
Replies: 5
Views: 2330

Sorry, but I have absolutely no idea what you are trying to ask or do. :(
by chulett
Fri Apr 27, 2012 2:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Connector stage user defined query warning
Replies: 8
Views: 3010

Don't you think it would help to show us your SQL?
by chulett
Fri Apr 27, 2012 6:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating Teradata table in the Datastage job
Replies: 10
Views: 6318

Re: Creating Teradata table in the Datastage job

My requirement is to design a job which would create a table (teradata) by itself and should get loaded from the input file. Clarify your requirement, please. Do you need to create this table once (the first run only) or is it ok to drop and recreate it each run? The advice you are getting is for t...
by chulett
Fri Apr 27, 2012 6:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating Teradata table in the Datastage job
Replies: 10
Views: 6318

:!: You two need to learn to use the Reply to topic button rather than always quoting everything. I just had to go and clean up the mess this thread was, each reply getting bigger and bigger... sheesh.
by chulett
Fri Apr 27, 2012 6:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Please help of the job design
Replies: 6
Views: 2346

Parens are an accounting mechanism to show negative numbers, so you'll find () around a negaive number rather than a minus sign. You'll need a mechanism to recognize that the parens are there and if found, remove them and then after converting the string to decimal, multiply the end result by -1. Ex...
by chulett
Thu Apr 26, 2012 11:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complex flat file with multiple records
Replies: 10
Views: 5391

Not sure... you could always ask your official support provider and let us know what you find out.
by chulett
Thu Apr 26, 2012 8:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Importing Sequential File error
Replies: 6
Views: 2061

Am I incorrect in stating that the error message implies an attempt to import a fixed-width file? Or at least what the stage believes to be a fixed-width file? Reading a delimited file does not entail needing to know the exact byte count of the record, instead it reads to the end-of-record mark and ...
by chulett
Thu Apr 26, 2012 7:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Slow running job
Replies: 15
Views: 13549

Which, it seems to me, is what the array size restriction would handle. Nothing in the upsert operation that I can think of - nor any of my personal experience with it across multiple tools - would require a transaction size of 1.
by chulett
Thu Apr 26, 2012 7:54 pm
Forum: General
Topic: Including SQL Scripts / Files into Deployable Packages
Replies: 5
Views: 1753

Interesting, that's the same "limitation" that Version Control had, from what I recall. You should be able to work around it using soft links...
by chulett
Thu Apr 26, 2012 7:51 pm
Forum: General
Topic: KeyMgmt Function
Replies: 21
Views: 10200

They're not the thread starter, so they cannot. However, there seems to be enough information here, so.... <click>

:wink:
by chulett
Thu Apr 26, 2012 7:49 pm
Forum: General
Topic: oconv(data(), "DW") = 4 .. reads as Thursday?!
Replies: 6
Views: 1743

I was wondering about that... I thought they ran 0 thru 6 rather than 1 thru 7. Would be interesting if the default changed somewhere in the 8.x release pipeline. :wink:
by chulett
Thu Apr 26, 2012 6:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: calling function for every input record into oci stage
Replies: 2
Views: 719

Why not share with us the error that you are seeing?