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 2025: Register Now

Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!

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
  • 1275 views
  • 0 likes
  • 3 in conversation