Search found 147 matches

by Titto
Wed Sep 07, 2005 2:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date conversion from mm/dd/yy to CCYY-MM-DD
Replies: 8
Views: 4817

Thanks all it worked out!!
as per Craig and Chowdary advice..
by Titto
Wed Sep 07, 2005 1:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date conversion from mm/dd/yy to CCYY-MM-DD
Replies: 8
Views: 4817

Hi Heather,
where do i get DateIconv ? is it a routine?

Thanks
by Titto
Wed Sep 07, 2005 1:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date conversion from mm/dd/yy to CCYY-MM-DD
Replies: 8
Views: 4817

Date conversion from mm/dd/yy to CCYY-MM-DD

How to convert input MM/DD/YY date value (char) to CCYY-MM-DD (Date type) of target table.

I am using

Code: Select all

 ICONV (READ.DATE, "D-YMD[4,2,2]")
but it is not converting.

Any help appriciated!
by Titto
Wed Sep 07, 2005 8:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Format 195,231 (char) to 195231 (Numeric)
Replies: 24
Views: 5852

Hi Craig, I should have mentioned Numeric fiele as target table. I did not get DIGIT transform as mentioned in your earlier reply, would you please explain it. Here is what i am trying to do. I have Char field with value 195,231 and in some of the as 21- (negative value), what is the best way to mov...
by Titto
Tue Sep 06, 2005 4:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Format 195,231 (char) to 195231 (Numeric)
Replies: 24
Views: 5852

Craig,

I tried moving 195,231 (char value) to Numberic value of DB2 table,it did not get moved as 195231, it is moved as 0.

Thanks
by Titto
Tue Sep 06, 2005 4:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Format 195,231 (char) to 195231 (Numeric)
Replies: 24
Views: 5852

but in my input data Coma (,) is part of data. !
by Titto
Tue Sep 06, 2005 3:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Format 195,231 (char) to 195231 (Numeric)
Replies: 24
Views: 5852

Format 195,231 (char) to 195231 (Numeric)

Hi,

Can any one pls provide Format function for following example
I need to format 195,231 char to 195231 numeric.
Any help is appreciated!

Thanks
by Titto
Tue Aug 30, 2005 4:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to check a Hashed File being used by
Replies: 10
Views: 4338

Hi Kim,

thanks for valuable information. Could you please tell me how to create Q pointers.

Thanks
by Titto
Tue Aug 30, 2005 1:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to check a Hashed File being used by
Replies: 10
Views: 4338

hi Kim, Following Select statement got from the link you provided select EVAL DS_JOBOBJECTS."@RECORD<6>" AS FILE_NAME FMT '35L', DS_JOBS.NAME AS JOB_NAME FMT '35L', DS_JOBOBJECTS.NAME AS LINK_NAME FMT '35L' from DS_JOBOBJECTS, DS_JOBS where DS_JOBOBJECTS.OLETYPE in ('CHashedOutput','CHashe...
by Titto
Fri Aug 26, 2005 2:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to check a Hashed File being used by
Replies: 10
Views: 4338

Let me try the tool :-) But is there a way with out using the tool.
I think there should be some SQL to fetch the jobs using a Hashed files. I tried searching in the forum could not find it.
~
by Titto
Fri Aug 26, 2005 1:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to check a Hashed File being used by
Replies: 10
Views: 4338

How to check a Hashed File being used by

Can anyone tell me how to check a particular Hashed file being used by other jobs in a project.

Thanks
by Titto
Thu Aug 25, 2005 2:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Add an entry to uvodbc.config file
Replies: 3
Views: 1265

Deepa,
Can i edit uvodbc.config file directly in Unix or do i need to use DS Administrator.

Thanks
by Titto
Thu Aug 25, 2005 2:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: cannot upload through ODBC
Replies: 3
Views: 1684

add WITH NONE; and the end of the SQL statement
by Titto
Thu Aug 25, 2005 2:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Add an entry to uvodbc.config file
Replies: 3
Views: 1265

Add an entry to uvodbc.config file

Need help to add an entry to existing uvodbc.config file for my project.
Can any one help and guide me out the process.

Thanks
by Titto
Fri Aug 19, 2005 1:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transformer_9: Pin 4 not initialized error
Replies: 2
Views: 1424

Transformer_9: Pin 4 not initialized error

I am getting following error while loading the data using DB2/UDB Load stage
"Transformer_9: Pin 4 not initialized"

Any help!!!
~