Hi,
i've nvr been good on the db side

I jst wanted to know the easiest way to export all tables present in my database to <Tablename>.txt(or csv).
i tried this:
db2 " export to tablename.txt/csv of del select * from tablename"
The main problem with this was that it threw up a bunch of errors stating that particular coulumns have been truncated ..... in short it has a 254 byte capacity.
im not quiet sure about how to convert a .ixf file to a text or csv file.
Do let me kow if you have come across stuff like this..
Thanx