BookmarkSubscribeRSS Feed
Reeza
Super User

proc print the dataset within the ODS open/close statements, similar to what you would do if using ods tagsets.excelxp.

brophymj
Quartz | Level 8

Reeza, thanks but I don't follow. Could you give an example of code you would use to achieve this?

Reeza
Super User

ods excel file='/folders/myfolders/sample.xlsx' style=minimal options(sheet_name='test');

proc print data=sashelp.class noobs;

run;

ods excel close;

brophymj
Quartz | Level 8

Thanks Reeza, that worked

Is there a way to stop excel from opening?

Also, can you populate multiple sheets this way?

Thanks

LinusH
Tourmaline | Level 20

Since this differ quite a bit from the original question, I suggest that you open a new thread.

Also, there are tons of examples/doc on Excel tagsets. Browse these forums/support.sas.com and get back for further questions.

And back to the orifinal question: if you just got Base SAS, and do not plan to use a different OS or change bit (32 -> 64), there is nothing that should hold you back. No need for migration of your data/programs etc. Upgrade is included in your license.

Data never sleeps
Reeza
Super User

DS2 is a new language available in SAS 9.4

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 20 replies
  • 5344 views
  • 1 like
  • 7 in conversation