Search found 50 matches

by alisoviejo
Tue Mar 07, 2006 12:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML file , need varying number of outputs files
Replies: 5
Views: 1129

Hi Andrw,

Yes, but the number of streams vary each time and the job needs to create the files on the run based on the source XML file, is it possible ?
by alisoviejo
Fri Mar 03, 2006 10:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML file , need varying number of outputs files
Replies: 5
Views: 1129

XML file , need varying number of outputs files

Based on the source file which is an XML file, I need to create n number of output files using XSLT or other ideas. Does any one have experience doing that or can we not create files dynamically on the run based on the source data.
by alisoviejo
Tue Feb 28, 2006 2:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Message handler
Replies: 7
Views: 3839

Does each job create on Message Handler ? I can test this, but do not have the access yet !
by alisoviejo
Thu Feb 23, 2006 7:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to avoid NULL to reject - in SWITCH case
Replies: 20
Views: 8578

Thats what is happening on my end , I used SetNull() still it turns up to be 0!
by alisoviejo
Tue Feb 21, 2006 9:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to avoid NULL to reject - in SWITCH case
Replies: 20
Views: 8578

I need to pass a Null value intoa float field, the solution you have mentioned is to detect Null values I believe.
by alisoviejo
Mon Feb 20, 2006 1:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to avoid NULL to reject - in SWITCH case
Replies: 20
Views: 8578

Hi,

If we cannot use @Null, how do we pass a null into a float field?. I have tried to sue SetNull() and doesnt work.
by alisoviejo
Mon Feb 13, 2006 2:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Avoid Concatenate/constants in Transformer
Replies: 7
Views: 3295

You can go to the row properties and set the values.
by alisoviejo
Mon Feb 13, 2006 2:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Avoid Concatenate/constants in Transformer
Replies: 7
Views: 3295

I do the concatenation after a couple of lookups so cannot do it in the Source stage and also would avoid it that way, so that the logic is presented in DataStage.
Will try the Column generator and let you guys know.
by alisoviejo
Mon Feb 13, 2006 2:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Avoid Concatenate/constants in Transformer
Replies: 7
Views: 3295

Avoid Concatenate/constants in Transformer

Hi,
If I have to concatenate or say insert constant valus in some columns before loading into Oracle , is using the transformer the only option or do we have any light stages than the transformer.

Thanks,
by alisoviejo
Mon Feb 13, 2006 1:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to trim leading zeroes using trim()
Replies: 26
Views: 11347

I had a smilar issue and had to use ltrim inthe Oracle stage (Source) !
by alisoviejo
Tue Feb 07, 2006 4:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to set commit frequency in Oracle Entreprise stage
Replies: 6
Views: 4032

Use the env variable "Oracle commit row interval" , search for t and set the value , the default is 5000
by alisoviejo
Thu Jan 26, 2006 2:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Update Query problem
Replies: 10
Views: 4511

Hi Craig, I can use a lookup to bifurcate into 2 links , one for update and one for insert but the target has close to 10 million rows and I am sure its not a easy lookup. Basically we have record_dreate_date and record_update_date, I do not want th estage to update record_create_date when it is rea...
by alisoviejo
Thu Jan 26, 2006 2:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Improve Performance by reducing if clauses in Transformer
Replies: 8
Views: 2737

It was a syntax issue I guess, it worked when every thing in in one line !
Appreciate your time.