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

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
Multiple Linear Regression in SAS

Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.

Find more tutorials on the SAS Users YouTube channel.

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