Search found 32 matches

by vilasini
Fri Feb 22, 2008 2:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: import error and no default value
Replies: 9
Views: 6038

I had set First Line is Column Names =True'...Even though I am getting.
by vilasini
Fri Feb 22, 2008 1:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: import error and no default value
Replies: 9
Views: 6038

import error and no default value

Hi All, I am also having the same problem as I am using sequential file as lookup and it has one integer field which is nullable. I got the warning like Field "<field_name>" has import error and no default value; data:at offset<field_name>: 17 <field_name>: Import warning at record 0. I ha...
by vilasini
Fri Feb 15, 2008 6:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Check for an Integer and null
Replies: 6
Views: 3031

Thanks,its working fine as I have used other functions.
by vilasini
Fri Feb 15, 2008 3:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Check for an Integer and null
Replies: 6
Views: 3031

Thanks for your response. I have tried in ouput column derivation : If NOT(ISNULL(input.field)) Then Num(input.field Else NullToZero(input.field). I got the same warning and again I tried with If NOT(ISNULL(input.field)) Then StringTodecimal(input.field,"round_inf") Else NullToZero(input.f...
by vilasini
Fri Feb 15, 2008 1:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Check for an Integer and null
Replies: 6
Views: 3031

Check for an Integer and null

Hi Friends, I have one field which is Varchar datatype in source and I need to check if it is not null and if it not an integer I have to set it to null else populate the same and write error msg.But my output column is an Integer and I have used If IsNotNull(input.field) and Num(input.field) in sta...
by vilasini
Fri Jan 11, 2008 5:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert string to timestamp am or pm
Replies: 20
Views: 7838

Thanks a lot for your response.Now the requirement is changed.

Regards
Anju
by vilasini
Wed Jan 09, 2008 10:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert string to timestamp am or pm
Replies: 20
Views: 7838

Yes.Plz explain me how you have done it.

Thanks
by vilasini
Wed Jan 09, 2008 7:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert string to timestamp am or pm
Replies: 20
Views: 7838

convert string to timestamp am or pm

I am using parallel jobs.I have used SringToTimestamp alone it works.But I need mm/dd/yyyy with am or pm based hrs.
Any one can suggest.

Thanks
Anju.
by vilasini
Wed Jan 09, 2008 6:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert string to timestamp am or pm
Replies: 20
Views: 7838

convert string to timestamp am or pm

Can I use Iconv and Oconv functions.If it is so how to use those functions.

Thanks
Anju
by vilasini
Wed Jan 09, 2008 6:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert string to timestamp am or pm
Replies: 20
Views: 7838

convert string to timestamp am or pm

Can I use Iconv and Oconv functions.If it is so how to use those functions.

Thanks
Anju
by vilasini
Wed Jan 09, 2008 6:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert string to timestamp am or pm
Replies: 20
Views: 7838

convert string to timestamp am or pm

Can I use Iconv and Oconv functions.If it is so how to use those functions.

Thanks
Anju
by vilasini
Wed Jan 09, 2008 6:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert string to timestamp am or pm
Replies: 20
Views: 7838

convert string to timestamp am or pm

Yes The default format is yyyy-mm-dd hh:nn:ss.So can't I change the format with am or pm to timestamp.I tried StringToTimestamp and all.But I can not.Suggest me on this.

Thanks
by vilasini
Wed Jan 09, 2008 5:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert string to timestamp am or pm
Replies: 20
Views: 7838

convert string to timestamp am or pm

Hi Friends,

I have timestamp filed with varchar datatype and I need to convert it to timestamp with different format mm/dd/yyyy and hours should be 12 hrs basis am or pm.
Can any one suggest.
Thanks in advance.

Regards
Anju
by vilasini
Wed Dec 26, 2007 11:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup condition not found
Replies: 1
Views: 1294

Lookup condition not found

Hi Friends,

I have a job in which if the lookup condition found ,field name sould map to the output else set Null to the output.Can we specify in lookup like the contion not found? to set it null.
Plz help me out on this.

Regards
Vilasini
by vilasini
Wed Dec 26, 2007 4:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to combine all error messeges into one errortabl
Replies: 4
Views: 1426

Thanks for your response and we will try to use containers.