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

sas-innovate-white.png

Missed SAS Innovate in Orlando?

Catch the best of SAS Innovate 2025 — anytime, anywhere. Stream powerful keynotes, real-world demos, and game-changing insights from the world’s leading data and AI minds.

 

Register now

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