BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
mediaeval
Calcite | Level 5

I’m having a problem with printing from the output window. I’ve set the SAS font to 8, and these settings have been saved. However, when I open up SAS, and proc print something to the SAS Output window, it uses the original SAS font of 10. Each time I open SAS, I have to click on File/Print Setup/OK to get it to initialise itself to 8. I don’t need to go into the font size to set it to 8, because it remembers the setting – it just doesn’t apply it. How can I fix this? It’s very frustrating.

1 ACCEPTED SOLUTION

Accepted Solutions
mediaeval
Calcite | Level 5

No wait - this is what I used!

options sysprintfont=("SAS Monospace" 8);

View solution in original post

5 REPLIES 5
art297
Opal | Level 21

Under your preferences do you have "save settings on exit" checked off?

mediaeval
Calcite | Level 5

yes, this is not the problem.

art297
Opal | Level 21

Was worth a try!  Next, have you tried setting it in your config file?  Take a look at: http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#lr-sysop-sysprintfo...

mediaeval
Calcite | Level 5

This worked - thank you! I put the following line into my autoexec.sas file:

options sysprintfont=("SAS Monospacetimes" 8);

mediaeval
Calcite | Level 5

No wait - this is what I used!

options sysprintfont=("SAS Monospace" 8);

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
  • 5 replies
  • 1169 views
  • 3 likes
  • 2 in conversation