BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Has anyone had luck using ods to move data to an Excel sheet directly from a UNIX enviroment. I know it is very easy to do locally(PC SAS), but want to automate the output directly from UNIX.
Thanks
1 REPLY 1
Cynthia_sas
SAS Super FREQ
Hi:
If you have SAS/Access for PC File Formats on your UNIX system, then see Example 2 at this Tech Support note site:
http://support.sas.com/documentation/cdl/en/acpcref/59619/HTML/default/a002644677.htm

Otherwise, if you do not have SAS/Access for PC File Formats on your UNIX system, then your choices are to use PROC EXPORT to create a CSV (comma separated value file) or to use ODS to create either a CSV file (ODS CSV) or TAGSETS.EXCELXP to create a Spreadsheet Markup Language (XML) file. Since the CSV or XML files are both ASCII text files, you should be able to FTP them from UNIX to Windows with no problems.

For more help with this task, you might consider contacting SAS Technical Support.

cynthia

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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