Search found 101 matches

by knowledge
Fri Aug 27, 2010 8:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: extra commas in SEQ file
Replies: 3
Views: 2438

extra commas in SEQ file

Hi , I am trying to convert .txt to .csv , it is comma delimited ... Data looks like this; "120","120","","7935","221539559","0", "PPM, NJ INC/GAL" ,"PPM, NJ INC/GALE CENTER","" When I am converting it and view...
by knowledge
Mon Aug 23, 2010 2:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: text file to oracle date
Replies: 14
Views: 5456

Hi,

Date is coming in 9/30/2003 17:30 when I use same function Its not working...just giving me 00:00:00 that means iconv oconv not working ...

Can you please sugest what to use..

Thanks.
by knowledge
Mon Aug 23, 2010 9:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: text file to oracle date
Replies: 14
Views: 5456

Thanks a lot Craig, I really appreciate ur help ... It worked fine ... Only there is small typo in ur code ...the code is as follows for future ref for anyone... OConv(IConv(Trim(tdAdmission_From.ReferralDate),"D"),"D/YMD[4,2,2]"):' 00:00:00' thanks again ... It was very very hel...
by knowledge
Mon Aug 23, 2010 8:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: text file to oracle date
Replies: 14
Views: 5456

Hi , The date is coming in the text file in this format: 2/4/2002 I am convertinbg it into transformer as following : If IsNull(trim(tdAdmission_From.ReferralDate)) then @null else oconv(iconv(trim(tdAdmission_From.ReferralDate),"D/MDY[2,2,4]"),"D/MDY[2,2,4]"):' ':'00:00:00' Then...
by knowledge
Wed Aug 18, 2010 1:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: text file to oracle date
Replies: 14
Views: 5456

Thanks craig,

I used Iconv function , it worked fine ......

If IsNull(trim(FIELDNAME)) then @null else iconv(trim(FIELDNAME),"D/MDY[2,2,4]")

Thanks...
by knowledge
Wed Aug 18, 2010 8:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: text file to oracle date
Replies: 14
Views: 5456

text file to oracle date

Hi , I have simple job load data from text file to oracle table. The dates are coming in following format : 9/16/1989 when I am trying to load into oracle its loading nothing (null) , i tried using iconv , oconv but no use , Can you please explain what i have to use , I tried to read iconv and oconv...
by knowledge
Tue Apr 13, 2010 1:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: aggregator stage hangs and job aborts
Replies: 3
Views: 1462

aggregator stage hangs and job aborts

I have a job which uses aggregator stage , It runs fine for small data but when it reaches 3.9 mil it aborts , without specific warning just 'Abnormal Termination' I am not sure what is going wrong ..... I tried same logic in sql query which runs fine in toad but giving problem in OCI stage : SELECT...
by knowledge
Fri Dec 12, 2008 9:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: access to oracle
Replies: 12
Views: 4751

ok .
by knowledge
Fri Dec 12, 2008 3:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: access to oracle
Replies: 12
Views: 4751

hi lisa ,

Thanks , That is one of the option we r planning to implement ,
But again many factors r involved ...
by knowledge
Fri Dec 12, 2008 1:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: access to oracle
Replies: 12
Views: 4751

Not sure what it is ...we r still looking for other options, i will try to get more information on it ,
Thanks .
by knowledge
Wed Dec 10, 2008 10:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: access to oracle
Replies: 12
Views: 4751

Thanks .
by knowledge
Wed Dec 10, 2008 9:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: access to oracle
Replies: 12
Views: 4751

Thanks ,

I will look into it ...

where can i find more info on odbc and its requirement...?
by knowledge
Wed Dec 10, 2008 9:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: access to oracle
Replies: 12
Views: 4751

Thanks for quick replay,

How can i dump the Ms access into files ...i have read priveleges to MS access database ( on remote server) ..there is no funding to buy ODBC drive ...have to find some round about way to load data on regular basis ...
by knowledge
Wed Dec 10, 2008 9:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: access to oracle
Replies: 12
Views: 4751

access to oracle

Hi , My source is MS access but I can not load using ODBC as datastage is installed on unix and access is windows .. We do not have drivers for ODBC .. What is the other way I can load MS access to Oracle. Can we do it on Database (MS access - Oracle) level without using Datastage ? I found one tool...
by knowledge
Thu Jul 17, 2008 12:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datasource is notepad
Replies: 8
Views: 2304

hi guys ,

thanks a lot for your help, at least i could create afile , and captured diff lines thro' stage variables