Search found 4 matches

by soumya.buna
Wed May 18, 2011 6:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date to timestamp
Replies: 3
Views: 2616

Re: date to timestamp

Hi,

if you need default time to be added to the date part then you can go for following conversion.

StringToTimestamp(DateToString(DSLink2.da,"%yyyy-%mm-%dd") : ' 00:00:00',"%yyyy-%mm-%dd %hh:%nn:%ss")

thanks.
by soumya.buna
Tue Apr 26, 2011 5:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while Reading || Sequential File
Replies: 7
Views: 5156

Re: Error while Reading || Sequential File

can you please tell the type of file? means fixed width or delimited?
by soumya.buna
Tue Apr 26, 2011 5:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null issue in Date data type
Replies: 6
Views: 5216

Re: Null issue in Date data type

check somewhere in column level properties default value has been set to the value which you are finding for the field.
by soumya.buna
Thu Apr 21, 2011 3:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change default value of attribute in oracle stage
Replies: 3
Views: 3741

could you please be more specific

are you asking about oracle stage before/after statement? Is your project is in protected mode? r u loged in with prod manager profile?