Search found 52 matches

by vijaydev
Sat Jun 09, 2007 10:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to add one year to a given date
Replies: 13
Views: 4099

Any one help in this regard
by vijaydev
Sat Jun 09, 2007 10:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to add one year to a given date
Replies: 13
Views: 4099

"YYYY-MM-DD" i need to add one year to this the out put format is same

Eg: 2007-06-09 i need to get 2008-06-08

2007-06-01 then i need 2007-05-31
by vijaydev
Sat Jun 09, 2007 9:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to add one year to a given date
Replies: 13
Views: 4099

How to add one year to a given date

Pls. tell me any function is there to add one year to a given date

Thanks in advance


Vijay
by vijaydev
Thu May 31, 2007 5:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: getting today's date in datastage
Replies: 7
Views: 21357

its a in built routine i am passing 1 as default argument
by vijaydev
Thu May 31, 2007 5:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: While loading data from Sybase to Oracle/Sql last byte is tr
Replies: 5
Views: 1364

i have 190 jobs for all i have to modify or any other way .... i heared that one korean characters will stored in two bytes, i our case the call centre people they are copy pasting the descrtiopns in the front ent applications at that time some korean characters are storing half byte only i want to...
by vijaydev
Thu May 31, 2007 5:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: getting today's date in datastage
Replies: 7
Views: 21357

use this for current timestamp "DateCurrentDateTime("1")"
by vijaydev
Thu May 31, 2007 4:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: While loading data from Sybase to Oracle/Sql last byte is tr
Replies: 5
Views: 1364

i have 190 jobs for all i have to modify or any other way .... i heared that one korean characters will stored in two bytes, i our case the call centre people they are copy pasting the descrtiopns in the front ent applications at that time some korean characters are storing half byte only i want to ...
by vijaydev
Thu May 31, 2007 3:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: while loading data from sybase to Oracle/Sql last byte is tr
Replies: 2
Views: 859

i wrongly posted in to this forum,
and
1. its an server job
2. i am using NLS enabled datastage
3. if i write it to a flat file it showing last byte as "?"

help me
by vijaydev
Thu May 31, 2007 3:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: While loading data from Sybase to Oracle/Sql last byte is tr
Replies: 5
Views: 1364

While loading data from Sybase to Oracle/Sql last byte is tr

Hi,

While loading data from Sybase to Oracle/Sql last byte is truncating for the fields having Korean characters what is the problem how to resolve this problem.

Help to resolve this problem...
by vijaydev
Thu May 31, 2007 3:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: while loading data from sybase to Oracle/Sql last byte is tr
Replies: 2
Views: 859

while loading data from sybase to Oracle/Sql last byte is tr

Hi,

While loading data from Sybase to Oracle/Sql last byte is truncating for the fields having Korean characters what is the problem how to resolve this problem.

Help to resolve this problem...
by vijaydev
Wed May 23, 2007 6:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while trying to load timestamp data into oracle
Replies: 8
Views: 2589

use this i got same problem

routinename='rtDateTimeStamToOraOCIWithTime'

If Arg1 Then
Ans=Arg1[1,19]
end else
Ans=Arg1
End

use this in one routine and pass the time stap to the target
it will work
by vijaydev
Wed May 23, 2007 5:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while trying to load timestamp data into oracle
Replies: 8
Views: 2589

in built routines are there to convert and to load oracle check path routines--sdk--date
by vijaydev
Wed May 23, 2007 5:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while trying to load timestamp data into oracle
Replies: 8
Views: 2589

first load it to sequencial file and then load it to oracle it will work
by vijaydev
Wed May 23, 2007 5:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to read the multibyte character as byte by byte
Replies: 6
Views: 1668

Any one help me to read byte by byte korean char or tell me how to remove half byte
by vijaydev
Tue May 22, 2007 2:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to read the multibyte character as byte by byte
Replies: 6
Views: 1668

in job i am getting korean characters as input, actully in front end they are copy pasting the large text to the text box more than size while pressing the enter in two bytes one byte is storing in to the database i want to remove that character, in datastage it showes as ? and database it showing s...