Search found 27 matches

by dashpriya
Wed Nov 25, 2009 4:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator output nullability
Replies: 7
Views: 7526

Re: Aggregator output nullability

We also faced same issue, but we are also not able to remove those warnings.
by dashpriya
Tue Jan 27, 2009 5:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: handle null in modify stage
Replies: 2
Views: 7742

Specification=Col_name= Handle_Null (Col_name,Default valu )

Please use below code to resolve your query :

Specification=Col_name= Handle_Null (Col_name,Default value )
by dashpriya
Tue Sep 09, 2008 10:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: deadlock detected while updating oracle table
Replies: 11
Views: 7656

Please check if you are using same table for fetching the records and same table to update or insert the records in same job.This situation also can create deadlock.
by dashpriya
Wed Jul 30, 2008 7:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Char to Decimal conversion.
Replies: 2
Views: 1887

Char to Decimal conversion.

Thanks a lot for pointing me to the site.
Thanks
Dash
by dashpriya
Wed Jul 30, 2008 2:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Char to Decimal conversion.
Replies: 2
Views: 1887

Char to Decimal conversion.

Hi All, My Datatstage job consist of a DB2 stage then a Transformer then again a DB2 stage.In transformer stage I am using a Isvalid function to convert the char filed to decimal field.Can anyone suggest me if the same thing can be written in DB2 query? For debugging my answer i need this. Any sugge...
by dashpriya
Wed Apr 02, 2008 3:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 UDB stage
Replies: 0
Views: 1173

DB2 UDB stage

Hi, Can any one let me know... While using DB2 stage as output, I want to use the option "open command".There I need to use a db2 utlity command import from....... This command is not a db2 query.This is a utility command.So does any body know how to use this utility command? Thanks In Adv...
by dashpriya
Thu Dec 13, 2007 11:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job is getting Hanged
Replies: 3
Views: 2055

Job is getting Hanged

Hi All,

Actullay I am fetching data from table XYZ and updating the same table XYZ after some transformation. Hence Job is getting Hanged.
please help me.

The solution can be create one more job but we can't.
Now this stage it is very hectic to create new job.

Thanks in Adavance.
by dashpriya
Fri Nov 02, 2007 2:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sum of column decimal(26,3)
Replies: 1
Views: 2075

sum of column decimal(26,3)

I am calculating sum of column Col1 having datatype decimal(26,3) in db2 stage and After calulating SUM the datatype for output column is Double (31,3). Later I want to populate this double(31,3) value in Output column Col1 having data type Decimal(26,3).I want to populate data in db2 table. I did t...
by dashpriya
Fri Nov 02, 2007 2:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal to Integer
Replies: 4
Views: 3376

Re: Decimal to Integer

I need a type conversion.So for one field I donot want to use ant stage.Can i use any logic like if the source vaue is of some particular range(as per decimal range) then how can I map it to target which is Integer(10).? My question is can i take some upper bound and lower bound facility and can i m...
by dashpriya
Fri Nov 02, 2007 1:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal to Integer
Replies: 4
Views: 3376

Decimal to Integer

Hi,
Any one can plz help me to do a filed conversion.

My source is EEDBPE (Decimal(15)).I want it to map to the filed TRAN_AWRD_CNT (Integer(10)).


Can any one give me any sujjestion wether I need to validate the source filed to IsValid('INT32',EEDBPE) or will I do direct mapping?
by dashpriya
Thu Aug 09, 2007 10:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2/UDB API Stage Vs DB2/UDB Enterprise
Replies: 5
Views: 3255

Thanks a lot for all you answers.

Thanks
Dash
by dashpriya
Thu Aug 09, 2007 3:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2/UDB API Stage Vs DB2/UDB Enterprise
Replies: 5
Views: 3255

DB2/UDB API Stage Vs DB2/UDB Enterprise

Hi
Can any one tell me
what is the difference between DB2/UDB API Stage and DB2/UDB Enterprise?
In my project DB2/UDB API stage is used to populate i-series.Why not DB2/UDB Enterprise?

Please help me to clear my doubt.

Thanks
Dash
by dashpriya
Thu Jul 12, 2007 12:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datatype error
Replies: 1
Views: 1629

Datatype error

Hi In my job I am having DB2 and Sequential file as my source file.When I am removing 4 columns from both the source(as using funnel as next stage) i am getting some error in my transformer.The error is something like ........ )} It runs 1 process on 1 node. ##W TCOS 000049 23:24:40(000) <main_progr...
by dashpriya
Fri Jun 15, 2007 4:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Switch case
Replies: 7
Views: 2872

Re: Switch case

Thanks a lot for guiding me..
by dashpriya
Fri Jun 15, 2007 4:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Switch case
Replies: 7
Views: 2872

Switch Case

I am new to PX