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 has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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