BookmarkSubscribeRSS Feed
aya123
Calcite | Level 5
How can I save sas data set in a specific excel sheet ?
4 REPLIES 4
MKhandelwal
Fluorite | Level 6
You can use Proc Export.

Proc Export data= outfile='' replace;
Run;
aya123
Calcite | Level 5
If I want to save sas data set in a specific sheet in the excel file suppose in sheet3, what can I do?
Rick_SAS
SAS Super FREQ
This question isn't related to SAS/IML, so I think it would be better to ask follow-ups in a different forum such as
http://support.sas.com/forums/forum.jspa?forumID=6

That said, here are two references you might find useful:
http://www.nesug.org/proceedings/nesug04/io/io09.pdf
http://www.lexjansen.com/pharmasug/2006/posters/po13.pdf
aya123
Calcite | Level 5
thanks alot

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

From The DO Loop
Want more? Visit our blog for more articles like these.
Discussion stats
  • 4 replies
  • 1770 views
  • 0 likes
  • 3 in conversation