Search found 9 matches

by ravikumarreddy
Wed Jun 22, 2005 1:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Conversion
Replies: 8
Views: 2790

hai Ray, I have got the output in this way StageVariable1 if Len (Field(DSLink2.date_f,"/",1))=1 then "0":Field(DSLink2.date_f,"/",1) else Field(DSLink2.date_f,"/",1) StageVariable2 if Len (Field(DSLink2.date_f,"/",2))=1 then "0":Field(DSLi...
by ravikumarreddy
Wed Jun 22, 2005 1:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Conversion
Replies: 8
Views: 2790

Hai Ray,

StringToDate function is working if my input date is 01/01/2005(having length 10). It is not working if the input data is 1/1/2005(having the length 8).Why is it so. Thanx in Advance

Regards
Ravi
by ravikumarreddy
Wed Jun 22, 2005 12:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Conversion
Replies: 8
Views: 2790

Hai ArndW,

i have tried using StringToDate(ip.date,"%yyyy-%mm-%dd")
iam getting the output as

"**********",2005,1,1,1,7,1,1,1,31,"SATURDAY","JANUARY

Regard's
RAvi
by ravikumarreddy
Wed Jun 22, 2005 12:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Conversion
Replies: 8
Views: 2790

Date Conversion

Hai All,

I have a date field of the format 1/1/2005 and my output should look like 2005-01-01. How can i achieve this. Thanx in Advance

Regard's
RAVI
by ravikumarreddy
Sun May 08, 2005 3:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Remove Blank Spaces
Replies: 1
Views: 756

Remove Blank Spaces

Hai Friends, I have two CSVinputs and here is the sample date for you to work out First file Input "Code","Name","Color" "100","CBZ","Silver" "101","SPLENDOR","Black" "102","CD100","Red...
by ravikumarreddy
Sat May 07, 2005 10:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to avoid using flat files & connect transformers out
Replies: 22
Views: 5989

Hai Vinay,

i have run the job it works for me and just you have to enable row buffer to inter process by default it will be project defaults in the performance of job properties.


Ravi
by ravikumarreddy
Sat May 07, 2005 9:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to convert from julian date to date(mm/dd/yyyy) ?
Replies: 4
Views: 2292

Hai,

source field julian date value
TaxDate 103127

target= sequential file
target field datatype value
TaxDate Date <<mm/dd/yyyy>>

Ans:

Oconv(103127, "D/E") results as 08/05/2250

hope this helps :lol:

RAVI
by ravikumarreddy
Sat May 07, 2005 9:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Adding Comma Separators
Replies: 8
Views: 2731

Hi,

FMT(49477404.97, "R2,") ie

FMT(Input, "R2,")

Ans = 49,477,404.97

Hope this helps

:lol:

Ravi
by ravikumarreddy
Thu May 05, 2005 6:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to avoid using flat files & connect transformers out
Replies: 22
Views: 5989

Hai Vinay, I have a solution for your query. let me say how i have solved. i have taken three inputs each connected to tranformer and now i have 3 transformers and i have linked them to Link Collector. in the job properties-->Performance enable row buffering to inter process. there is no need of usi...