Hi,
Proc export is truncating the length of columns for more then 256 characters.Now I found this note on SAS website:
http://support.sas.com/kb/34/119.html
Itsays:To circumvent the problem, export the file as a tab-delimited text file and import that text file into Excel.
I understand exporting the file to tab delimited text file. But then how would I automatically convert this tab delimted file to excel?
Any ideas?Mine is UNIX system, and I cannot use SAS libname statement.
I can use ods html to create excel, but ui have values like 0.80,0.90 and ods is converting them to 0.8 and 0.9 respectively....