Search found 2 matches

by jvr_3jv
Fri Jun 30, 2006 2:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date conversion
Replies: 10
Views: 4085

Re: Date conversion

Hi Raju, Try with this following code and the Inlink.Date is the in column name data type is varchar if len(Inlink.Date)=8 then Inlink.Date[7,2]:"-":Inlink.Date[5,2]:"-":Inlink.Date[1,4] else Inlink.Date[6,2]:"-":"0":Inlink.Date[5,1]:"-":Inlink.Date[...
by jvr_3jv
Thu Jun 29, 2006 11:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference between Explicit sort and Sort on partition
Replies: 3
Views: 2061

Re: Difference between Explicit sort and Sort on partition

Hi Designer,

Inlink sort is always pertaining to the memory allocation to the link and this is relatively less, It can withstand till that memory in the case of heavy volumes of data we have to go for explicit sort. :P