In December we are going to move our DB2 from a Windows server to an AIX box. At the moment I don't have any unix boxes to play with, but I'm just trying to anticipate any problems that might arise. Every night we currently load many ascii delimited data files into our windows DB2. When we move our DB2 to AIX, I imagine we will need to FTP these files from windows to AIX. I've heard rumors that Unix uses different characters for end of line than Windows. Our Windows files use chr(13) + chr(10) for EOL. Will this cause a problem for unix? Will we need to convert the files?