You can use percent
of the graphics output area (PCT) as the unit of measure when specifying
text size to make sure that text is proportional across devices.
For example, a one-inch-high title might be appropriate on a standard
piece of paper, but a title of this size uses almost all of the display
area of a slide. To make units of percentage the default for size
specifications, use the GUNIT= graphics option:
goptions gunit=pct;
You can also specify
PCT anywhere you specify a size:
axis1 label=(height=3 pct 'Year');
See a complete description
of the graphics option GUNIT.