Search found 53 matches

by kondeti
Tue Jan 09, 2007 12:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TimeStamp problem
Replies: 6
Views: 3089

Where I need to use TimeToString()? Here the problem is If i am not getting any thing from source(null or length <>6) then I need to hardcode with "1900-01-01 00:00:00". else time like 20:01:01. I try with so many way but i didn't succeed on this. Please help me.
by kondeti
Mon Jan 08, 2007 11:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TimeStamp problem
Replies: 6
Views: 3089

it's SQL Server2005 Database

Regards
Kondeti
by kondeti
Mon Jan 08, 2007 11:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TimeStamp problem
Replies: 6
Views: 3089

TimeStamp problem

Hi All I am getting below problem plz look in to this. My Database is: SQL Server2005 Target_column_Datatype: Datetime Source Posting_time -------- 200607 200708 210708 In Derivation: If Len(DSLink6.POSTING_TIME) <>6 Then "1900-01-01 00:00:00" Else Left(DSLink6.POSTING_TIME,2) : ":&qu...
by kondeti
Fri Aug 04, 2006 1:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in accessing Data from Oracle
Replies: 1
Views: 854

Problem in accessing Data from Oracle

Hi I need to pull the data from source oracle system. i.e., for yesterday data. For this I am putting condition in where cluase as sysdate-1. But i got access for this source system from night 11:00 P.M to Early Morning 4:00 A.M. in this case 2 different dates are involving. I want to pull before 12...
by kondeti
Tue Apr 25, 2006 5:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in Reading the fixed width files in Parallel jobs
Replies: 4
Views: 1621

Problem in Reading the fixed width files in Parallel jobs

Hi Plz tell me how can we read the fixed width files in Parallel jobs. In server jobs fixed width option is available in sequential file. Is there any option available Parallel jobs. I am already done some R&D I didn't find that option plz help I am new to parallel jobs is there any alternative....
by kondeti
Thu Apr 20, 2006 11:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we have Excel data as input file
Replies: 2
Views: 1505

Re: Can we have Excel data as input file

Convert that .xls to .csv file and read the file throgh Sequential file or Fileset.

Regards,
Shiva Kondeti
by kondeti
Wed Apr 12, 2006 1:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with left justification
Replies: 6
Views: 1729

Hi

Exactly when ever you loading data first in sequentialfilestage/fileset then DB2 we need to do the below thing for char/Varchar Datatypes

you need to use the hardcode thing in " "(Double Code) in the Derivation part


Regards
Shiva Kondeti