Search found 22 matches

by Grace J.
Wed Sep 09, 2009 3:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help needed with job design
Replies: 4
Views: 1496

As per my understanding of your requirement,,, If you have seperate key columns in both source and reference files, you can do lookup based on that key columns and then in a transformer you can check for the column (which seperates header and details) . If that column equals A, then do calculation f...
by Grace J.
Thu Sep 03, 2009 1:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LAST_DAY function in db2
Replies: 8
Views: 3680

Try this, select (given_date +1 month -day(given_date) day) lastday from tablename ;
by Grace J.
Mon Jul 20, 2009 4:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing inputs to a SP Stage from another stage
Replies: 4
Views: 2166

In the syntax tab of Stage properties of SP stage, set the procedure type to "Transform". Then in the Parameters tab set the input and output parameters as u need...In the Input properties tab, click on "Forward row data" and "Execute Procedure for each row"
by Grace J.
Mon Jul 20, 2009 3:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error during Arabic data loading from text file
Replies: 12
Views: 5454

[quote="userasif"]After some changing now I am getting this message: At row 1, link "OutLink" Inserted value too large for column, row rejected.[/quote] Try by giving tripe the size of the original column size for Arabic columns. Because Arabic characters are not of same size as ...
by Grace J.
Wed Nov 12, 2008 7:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partioning to be used in transformer stage
Replies: 8
Views: 2443

Partioning to be used in transformer stage

Hi,

I need to use a transformer stage after a sequantial file stage which is the source. I have no idea on which partition to be used in the transformer stage that is after the sequential stage. Can anyone help me on this...
Thanks in advance....

Regards,
Grace J.
by Grace J.
Mon Nov 03, 2008 5:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to call a stored procedure from datastage
Replies: 1
Views: 1046

How to call a stored procedure from datastage

Hi,

I have cretaed a stored procedure in db2, which will update the records in a db2 table. I don't have an idea of how to call that stored procedure from datastage. If anyone have an idea on this,,,, Pls help me.....

Thanks in advance...