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

Hi,

 

In a Windows environment on the current version, is there a way to increase the font size after bringing up a SAS dataset by double-clicking it?  Increasing the font size through the Tools...Options...Fonts only affectes the Program Editor window...

 

Thanks!

 

--Ben

 

1 ACCEPTED SOLUTION

Accepted Solutions
snoopy369
Barite | Level 11

Looks like the VIEWTABLE font is controlled by SYSGUIFONT option, set only at startup.  That also controls other things (like the log font), so be aware of the risk here.

 

-SYSGUIFONT "Courier" NORMAL 10

 

for example would change it to Courier 10 point font.

 

See https://groups.google.com/forum/#!topic/comp.soft-sys.sas/UpSPzdtucf8 for example (Paul Dorfman asked how, and Paul Hamilton gave the above answer) - and for another more esoteric (SCL) option that might work better for what you want, from Randy Herbison.

View solution in original post

2 REPLIES 2
snoopy369
Barite | Level 11

Looks like the VIEWTABLE font is controlled by SYSGUIFONT option, set only at startup.  That also controls other things (like the log font), so be aware of the risk here.

 

-SYSGUIFONT "Courier" NORMAL 10

 

for example would change it to Courier 10 point font.

 

See https://groups.google.com/forum/#!topic/comp.soft-sys.sas/UpSPzdtucf8 for example (Paul Dorfman asked how, and Paul Hamilton gave the above answer) - and for another more esoteric (SCL) option that might work better for what you want, from Randy Herbison.

BenConner
Pyrite | Level 9

Outstanding!  That will work just fine for the situaion I was facing.

 

We occasionally do training sessions with different departments in geographically distant regions using screen sharing in a conference room.  Big monitor in their conference room but the monitor resolution is pretty poor for text.  I could increase the font size via the menu for the program editor, but when I clicked on a SAS dataset to show the results of a technique, they couldn't see the values very well. 

 

Thanks!

 

--Ben

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 6933 views
  • 1 like
  • 2 in conversation