Hi,
My flat file date is in format: 2012-10-01 This is date datatype , for convertiong iam useing this expression
RIGHT((DT_WSTR,4)DATEPART("yyyy",[CColumn 20]),4) + RIGHT("0" + (DT_WSTR,2)DATEPART("mm",[CColumn 20]),2)after that getting this format 201210 (unicode string),Now i need load DB2 database .
I want to import that into the AS/400 DB2 as 201210 this is DB-database
Vasu
vasu