Search found 6 matches

by mannoo19
Tue Aug 24, 2004 12:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Null value in nonnullable field
Replies: 2
Views: 1068

Null value in nonnullable field

Hi ,., Can someone help me how can I get rid of a space that is present in a char field..??? I used the conversion: if trim(DSLink3.SWLNID) = '' then @NULL else trim(DSLink3.SWLNID) But the problem is that the field is not nullable..so when it finds a '' it tries to put Null there and that is not ac...
by mannoo19
Mon Aug 23, 2004 8:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Julian Dates to Regular Dates
Replies: 7
Views: 2672

Hi ,
I have tried using :
DateGenericToTimeStamp(SourceLink)[1,8]
but i get the error message as :
"nput value not long enough for date format"

the input value is actually the julian date : 94070...
can someone help ..
thanks,
by mannoo19
Fri Aug 20, 2004 12:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Julian Dates to Regular Dates
Replies: 7
Views: 2672

Thanks Bryan,,
Let me try if this thing works,,
Thanks..
by mannoo19
Fri Aug 20, 2004 12:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Julian Dates to Regular Dates
Replies: 7
Views: 2672

Julian Dates to Regular Dates

Hi,,
Can someone help me by telling, how can we convert julian dates to regular dates..
Thanks in advance..
by mannoo19
Wed Aug 11, 2004 2:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DateTime error
Replies: 1
Views: 1293

DateTime error

Hi all,, I am loading data from an oracle table to another oracle table... For date , i am using the derivation as: If Trim(DSLink21.WORK_ORDER_CRE_DT) = '' Then @NULL Else oconv(Iconv(DSLink21.WORK_ORDER_CRE_DT,"D"),"D-YMD[4,2,2]") : " " : " " It gives me the...
by mannoo19
Wed Aug 11, 2004 11:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: truncated data
Replies: 1
Views: 982

truncated data

Hi,
I am trying to load data from oracle table to another oracle table and I am getting an error " OCI has fetched truncated data" Why is that so??
can somebody help..
Thanks...