Search found 41 matches

by arasan
Thu Jan 04, 2007 5:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to capture duplicate reject row in the sequential file
Replies: 8
Views: 4646

hi ray i want the duplicate row from the source sequential file to be captured .
by arasan
Thu Jan 04, 2007 4:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to capture duplicate reject row in the sequential file
Replies: 8
Views: 4646

i tried that but i am unable to capture the reject rows source(SF)----->transformer----->hashfile (reject hash file) if i mplement the job design as this way i am not able to capture the rejected row.After the trasformer the rows from soure are passing directly to the target hash file.but when i vie...
by arasan
Thu Jan 04, 2007 3:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to capture duplicate reject row in the sequential file
Replies: 8
Views: 4646

How to capture duplicate reject row in the sequential file

can any one tell how to capture the duplicate reject rows in the sequential file.

for example

source

rollno,name
101,pradeep
102,arasan
101,deepu

in the reject i should get one row after implementing the hob design through datastage.
by arasan
Thu Jan 04, 2007 3:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to Handle not in Function
Replies: 9
Views: 3841

Thanks for all your replies ,i spoke to the clinent and went for the equal to function then the result was accurate. previous i was using srvc_typ_cd_id<>'A' or srvc_typ_cd_id<>'Z' ...... existing except (AZNIP) remaining srvc_typ_cd_id i took and implemented the equal to function in thje derivation.
by arasan
Wed Jan 03, 2007 6:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to Handle not in Function
Replies: 9
Views: 3841

yes,as you have mentioned i used the same in the SQL.

when i fire the query it is resulting the result as 5.8 in the sql.same thing through datastage it is resulting sa 20.6
by arasan
Wed Jan 03, 2007 6:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to Handle not in Function
Replies: 9
Views: 3841

Thanks for the reply but i tried with AND function also i am not getting the exact result is there any other function in datastage to do the NOT IN function
by arasan
Wed Jan 03, 2007 5:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to Handle not in Function
Replies: 9
Views: 3841

how to Handle not in Function

I am using NOT IN function but the result is varing when i implement the funtion through datastage where us when i try to do in sql server using NOT in function i am getting the correct result. can any one suggest me where i went wrong If (SRVC_TPY_CD_ID<>'N' or SRVC_TPY_CD_ID<>'A' orSRVC_TPY_CD_ID<...
by arasan
Thu Dec 07, 2006 4:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datastage server 6X vs sql server
Replies: 3
Views: 1159

hi kumar, complex trasformation also can be handled through sql server query level and called through datastage since source and the target is the same data base. loook up can be performed by writing the userdefined sql query through joins. is there any other point we can add on? they are asking us ...
by arasan
Thu Dec 07, 2006 3:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datastage server 6X vs sql server
Replies: 3
Views: 1159

datastage server 6X vs sql server

My soure and the target data base is same sql server. At one point the data stage job for loading a Job takes 6 hrs through datastage. the same job through store procedure if we call in the data stage it took only 3 minutes. From the client end there are asking every thing if we handled in the store...
by arasan
Thu Nov 23, 2006 7:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: target table loading is drastically reducing(ODBC STAGE)
Replies: 2
Views: 731

target table loading is drastically reducing(ODBC STAGE)

I have 681685 records at my source .(user defined sql query from the combination of 3 tables) The target table contains 705403 records. source columns are directly mapped to the target table in a straight move manner(the primary key field between the source and the target is only one column). the ta...
by arasan
Wed Oct 25, 2006 1:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Phantom error
Replies: 5
Views: 2084

check with the @INROWNUM=10188 so that u can able to identify why u r getting the error msg.

regards
arasan
by arasan
Mon Jun 12, 2006 11:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to improve perfomance
Replies: 2
Views: 918

how to improve perfomance

In my job design i am implementing one to one mapping. source>>>>>transformer>>>>>target source table is comming from one database and target table is from another database.The target table option is insert new or update existing.It takes 10 hrs to load the data.can any one help me to improve the pe...
by arasan
Tue May 09, 2006 3:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom 2892 warning
Replies: 2
Views: 1065

Phantom 2892 warning

I am getting this Phantom warning can any one suggest me how to get rid of it.......... DataStage Job 1095 Phantom 2892 Program "JOB.166157985.DT.1400823392.TRANS1": Line 376, Division by zero, zero returned. Program "JOB.166157985.DT.1400823392.TRANS1": Line 377, Division by zer...
by arasan
Tue Apr 18, 2006 1:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is there any bug in Join stage
Replies: 8
Views: 2832

obviously u will be getting excess records I dont think so any Bug in join stage.u are using left outer join the link from left all rows u will be getting it. and the matching records from the right link.just see through the link ordering.
by arasan
Mon Apr 17, 2006 11:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stages in PX
Replies: 4
Views: 1925

1.Data set it works through DS engine.
2.copy stage it will be very use full for taking DUMP. you can check data is passing properly.