Search found 48 matches

by fareeda_b
Thu Jan 29, 2009 3:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ABAP code help required
Replies: 4
Views: 1568

Hi Mukejee,

http://help.sap.com/

https://www.sdn.sap.com/

Hope these two links help you.


thanks
fareeda
by fareeda_b
Wed Jan 28, 2009 11:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Which version of datastage (parallel job) is support.....
Replies: 4
Views: 2220

Which version of datastage (parallel job) is support.....

Hi ,

Which version of datastage (parallel job) is support the window platform (windows xp , professional) to install on local pc .

thanks in advance

fareeda
by fareeda_b
Wed Jan 28, 2009 11:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Decimal to Character
Replies: 7
Views: 2451

Decimal to character

Hi,

you can use "decimalTo String function" in transformer stage .


Hope it will help you.


thanks
fareeda
by fareeda_b
Wed Jan 28, 2009 11:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Decimal to Character
Replies: 7
Views: 2451

Decimal to character

Hi,

you can use "decimalTo String function" in transformer stage .


Hope it will help you.


thanks
fareeda
by fareeda_b
Wed Jan 28, 2009 11:00 pm
Forum: General
Topic: capture duplicate data
Replies: 8
Views: 3398

Capture duplicate data

Hi ,

SELECT COUNT(1), COLUMN_NAME
FROM TABLE_NAME
GROUP BY COLUMN_NAME
HAVING COUNT(1) > 1


hope this might help you.


thanks
fareeda
by fareeda_b
Fri Dec 12, 2008 5:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: HI
Replies: 2
Views: 1012

writing multiple lines from one source row

Hi chulett ,

sure will do

thanks for your co-operation
by fareeda_b
Thu Dec 11, 2008 11:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: HI
Replies: 2
Views: 1012

HI

Hi all,

how do write multiple output lines from a single input line?


thanks
by fareeda_b
Mon Dec 08, 2008 6:16 am
Forum: General
Topic: Datastage Certification
Replies: 8
Views: 4711

Datastage Test information:

Hi vinod ,

DataStage Test Topics
http://www-03.ibm.com/certify/tests/obj415.shtml


The Prometric Site - so you can register for the exam!
http://www.prometric.com/IBM/default.htm


thanks
fareeda
by fareeda_b
Mon Dec 08, 2008 5:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove special characters ...
Replies: 2
Views: 1702

Hi Vijay,

in db2 we have to use substr function

Example:select substr(empid,2,len(empid)) from schemaname.tablename;

try this one

hope it will help you.

if iam wrong correct me

thanks
fareeda
by fareeda_b
Mon Dec 08, 2008 3:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Last Date of Previous Month
Replies: 11
Views: 6321

Hi Prashanth ,
could you please explan me how this date issue got resolved ?

thanks
fareeda
by fareeda_b
Mon Dec 08, 2008 3:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Last Date of Previous Month
Replies: 11
Views: 6321

Hi Prashanth ,
could you please explan me how this date issue got resolved ?

thanks
fareeda
by fareeda_b
Mon Dec 08, 2008 3:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Last calender date
Replies: 8
Views: 5107

Hi hemantha kumar,

need clarification on last calender date if i want 2008-12-31 date .

could you please explan me how it will resolve this.


thanks
fareeda
by fareeda_b
Mon Dec 08, 2008 2:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Last calender date
Replies: 8
Views: 5107

Hi Sateesh,

Could you please explan how your doing this Last calender date function logic ?

thanks
fareeda
by fareeda_b
Mon Dec 08, 2008 2:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Last calender date
Replies: 8
Views: 5107

Hi Sateesh,

Could you please explan how your doing this Last calender date function logic ?

thanks
fareeda
by fareeda_b
Wed Dec 03, 2008 4:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove duplicates using Transformer
Replies: 8
Views: 5824

Need clarification in Transformer

Hi Deepak, In sort stage will have key change column right but we don't have option as key change=1 in transformer so how will remove dupilcates in transformer . my logic is take 3 stagevaraibles st1 =st3 st2= if stg1=stg3 then duplictae else Not-duplicate st3= column name if i'm wrong this please c...