Search found 52 matches

by Suman
Tue Dec 26, 2006 3:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Basic Transformer in Parallel job
Replies: 24
Views: 8007

try using shared container instead for calling the server routine from a transformer Shared Container option is fine when server routine is used for each of the record coming from input.But server routine is used only if there is no value found for a particular field inside the transformer.It is li...
by Suman
Fri Dec 22, 2006 4:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Basic Transformer in Parallel job
Replies: 24
Views: 8007

Basic Transformer in Parallel job

I have one server routine to be called from transformer.As in parallel job normal transformer cannot call server routine I am thinking to use basic transformer instead.But as it reduces the performance a lot I want to know if any statistics is present where I can find how much the perfomance will ha...
by Suman
Fri Dec 22, 2006 3:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running Stored Procedure in Oracle Enterprise Stage
Replies: 10
Views: 4456

chulett wrote:Can't you do that in the 'Open Command' area, or whatever it is called? :?
I have not tried that option but definitely look this option.
by Suman
Fri Dec 22, 2006 3:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running Stored Procedure in Oracle Enterprise Stage
Replies: 10
Views: 4456

The Oracle oci stage is source stage. For target Oracle oci stage I can use Stored procedure stage before the Oracle enterprise stage in parallel job.For source oracle stage I am planning to use a script which will call the stored procedure in a before job routine.
by Suman
Wed Dec 06, 2006 5:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running Stored Procedure in Oracle Enterprise Stage
Replies: 10
Views: 4456

Running Stored Procedure in Oracle Enterprise Stage

I am trying to convert a server job to a parrallel job and in the server job in oracle oci stage one stored procedure is triggered before the sql query.Similar option is not present in Oracle Enterprise Stage.
If someone has any information on how to do this in parrallel job then please reply.
by Suman
Sat Jun 17, 2006 7:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Picking first 11 records in a Transformer
Replies: 3
Views: 1179

Picking first 11 records in a Transformer

I have records coming like this into a transformer: Id1 Id2 Field 123 1 1 123 2 2 123 3 3 123 4 4 ................. ................ 234 1 1 234 2 2 .................. .................. I need first 11 records based on Id1 and Id2. Is there any way to do it in transformer. Thanks
by Suman
Sat Jun 17, 2006 7:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date to Integer Conversion in Db2 query
Replies: 3
Views: 2370

Date to Integer Conversion in Db2 query

I have to convert date in db2 table into integer in a query.Is there any function available for this conversion? The date format is mm/dd/yyyy and I want the number of days from a low date 01/01/0001.

Thanks,
Suman