Search found 141 matches

by scorpion
Mon Jun 25, 2007 11:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer derivation logic
Replies: 3
Views: 2595

Transformer derivation logic

Hi All, I have to populate to one of my target table column as per the below logic: -populate "xxx" -if value is not there for "xxx" then Populate "yyy" -if value is not there for both "xxx" and "yyy" then populate "zzz" -if value is not th...
by scorpion
Mon Jun 25, 2007 10:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Derivation Advise
Replies: 9
Views: 3581

hi us1aslam1us when i tried to remove NullToEmpty function ,the rows are getting rejected. from table it is extractiong 20000 rows ,but from transformer only 500 records are passing to next stage. i am getting error like: APT_CombinedOperatorController(0),0: Field 'AAA' from input dataset '0' is NUL...
by scorpion
Mon Jun 25, 2007 9:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Derivation Advise
Replies: 9
Views: 3581

Hi ccatania,

Thanks for ur response and will be happy if you could give me the exact derivation using my columns like xxx,yyy,zzz(previously mentioned)

so that i can get solution.

for ex: Isnull(xxx)...like that


thanks
help would be appreciated
by scorpion
Fri Jun 22, 2007 10:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Derivation Advise
Replies: 9
Views: 3581

Thanks Guru2B,

I implemented the logic sameway but i am getting onle column1 values and remaining are nulls.but not populating col2 vals or column 3 vals.

note:

i used NullToEmpty() function for thease columns in the first transformer.

is it giving the problem?

should i remove it?

tx
by scorpion
Fri Jun 22, 2007 10:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Derivation Advise
Replies: 9
Views: 3581

Derivation Advise

Hi All, I am facing some issue to implement some simple logic in my job. Could any one please help me on this. i have source table with columns like" xxx","yyy","zzz" and i have to populate to one of my target table column as per the below logic: -populate "xxx&quo...
by scorpion
Wed Jun 20, 2007 11:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: null handling error
Replies: 17
Views: 7541

Hi All,

Thanks a lot for your advises and my job is now running fine.

Thanks to every one.
by scorpion
Wed Jun 20, 2007 2:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: null handling error
Replies: 17
Views: 7541

and the column 'xxx' is Varchar-50

the column 'yyy' is Integer-10

do i need look into this way?
by scorpion
Wed Jun 20, 2007 1:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: null handling error
Replies: 17
Views: 7541

yes balaji,

there is null values in input column xxx.

but i used derivation in Transformer_145,to handle nulls, like:

If IsNull(DSLink147.xxx) Or Trim(DSLink147.xxx) = "" Then "" Else (DSLink147.yyy)

thanks
by scorpion
Wed Jun 20, 2007 1:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: null handling error
Replies: 17
Views: 7541

Yes ray/arndw,

DSLink147.xxx defined as Nullable. for that column the option:

'Nullable' is set to 'yes..
by scorpion
Wed Jun 20, 2007 1:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: null handling error
Replies: 17
Views: 7541

Hi, Following are the error messages i am getting,when i run my job: 1)Transformer_145,0: Failure during execution of operator logic. 2)Transformer_145,0: Fatal Error: Null value on the accessor interfacing to field "xxx". 3)node_node1: Player 27 terminated unexpectedly. This job basically...
by scorpion
Tue Jun 19, 2007 3:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: null handling error
Replies: 17
Views: 7541

hi dsguru2B

Thanks for the reply and i tried same as mentioned in the post.

but i am still getting the same error.

tx
by scorpion
Tue Jun 19, 2007 11:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: null handling error
Replies: 17
Views: 7541

null handling error

hi all, could any one please through some light to solve my problem: error is: Fatal Error: Null value on the accessor interfacing to field "XXX". i checked source and target(xxx)fields length and nullable-yes options. but still i am getting error. please help me on this. tx in advance.
by scorpion
Mon Apr 16, 2007 1:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SMP to MPP Systems
Replies: 3
Views: 1604

SMP to MPP Systems

Hi All, I am just curious to know that, 1)What will be happens, if we run the jobs on MPP systems,which are created on SMP systems. 2)My dev box is on SMP System and if I move my production server to MPP Systems,what will be happens?means does it affects our individual job behavior or decreasing per...
by scorpion
Thu Apr 12, 2007 6:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: desining approach
Replies: 2
Views: 1389

desining approach

Hi All,

I have a Input file has following columns:

Name, age, sex,pan,city,zone (there are 4 zones)

And I want out put file like for each zone(for 4 zones) I require sex and average age.


how should i approach this..

can any one help on this

tx in advance
by scorpion
Wed Apr 11, 2007 1:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to pass coloumn value as a target file name
Replies: 2
Views: 1053

How to pass coloumn value as a target file name

Can someone help me on "how to get the column value in target file name"? For ex: In my source table I have a column "Status" The values of that column may vary as ("RJ" or "RL" or "FD") If staus="RJ" ........................I need to creat...