BookmarkSubscribeRSS Feed
maggi2410
Obsidian | Level 7

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....


1 REPLY 1
Damien_Mather
Lapis Lazuli | Level 10

Hi Maggi.

Easiest for you I think would be for you to use the PCFILES engine of the libname statement.

see

http://support.sas.com/documentation/cdl/en/acpcref/63181/HTML/default/viewer.htm#n12tx6b9ilne0kn198...

Let me know if this helps.

PS I miss my SAS/UNIX combination sometimes - SAS filename statement with the pipe option pointing to an underlying unix pipe was something I found very helpful.

Cheers.

Damien

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

Discussion stats
  • 1 reply
  • 3465 views
  • 0 likes
  • 2 in conversation