Hi Julian and Bala,
Initially I gave this load utility command:
LOAD FROM 'D:\Table1.prod' OF DEL MODIFIED BY CHARDEL| COLDEL~ KEEPBLANKS TIMESTAMPFORMAT="MMM DD YYYY HH:MM

S:UUUTT" MESSAGES "C:\DBLog1.log" REPLACE INTO SCHEMA.Table1;
Now, I tried with this by mentioning CHARDEL<
LOAD FROM 'D:\Table1.prod' OF DEL MODIFIED BY CHARDEL< COLDEL~ KEEPBLANKS TIMESTAMPFORMAT="MMM DD YYYY HH:MM

S:UUUTT" MESSAGES "C:\DBLog1.log" REPLACE INTO SCHEMA.Table1;
But, again the rows were not read.It has thrown this error SQL3115W The field value beginning "<....." is longer than the longest allowable table column. The value was truncated.
Sample row of input is:
^9999~Aug 15 1947 12:00:00:000AM~2~A~FIRST SECOND ~1~1~1~11~YYY001~May 11 1857 1:37:09:220AM^9999~...second row continued...
Can we load the data by not specifying CHARDEL?
Thanks,
Best Regards,
Saurabh Singhal.