That is precisely correct.kumar66 wrote:Data string '2009-12-13 08:57:45' does not match format '%dd-%mm-%yyyy %hh:%nn:%ss'
Just look at it!
Then proceed as Arnd advised.
Why?gphukan wrote: The following task should be done in single DS job.
Code: Select all
select * from sysibm.systablesCode: Select all
SELECT EVAL "ICONV('2010/02/03','D/E')" FROM VOC FIRST 1;