BookmarkSubscribeRSS Feed
DavidJ
Calcite | Level 5
Will SAS/Graph code written in 9.1.3 work in 9.2 without any changes (anything new we'd look into). We also have a menu system using SAS/AF which drives the graphs and are concerned about things breaking. Was pretty seamless when we went from 8.2 to 9.1.3.

Thanks
2 REPLIES 2
Cynthia_sas
SAS Super FREQ
Hi:
The main difference for traditional SAS/GRAPH code is that style templates are now used for graph style characteristics. Coupled with that, new font rendering changes result in better looking fonts.

You can turn off the automatic use of style templates with this SAS system option:
OPTIONS NOGSTYLE;

...probably in an autoexec or your SAS/AF setup. However, you may wish to read this documentation:
http://support.sas.com/documentation/cdl/en/graphref/61884/HTML/default/a003229310b.htm

about using the 'Z' drivers and some other options to achieve the 9.1.3 look. Tech Support can also help you if you run into specific issues associated with AF and SAS/GRAPH.

cynthia
GraphGuy
Meteorite | Level 14
I have taken hundreds of my SAS/Graph samples from v9.1.3 to v9.2, and as best I can remember, *all* of them continued to work at v9.2 🙂

That said, v9.2 has a _lot_ of changes & enhancements, therefore the same code often produces graphs which look "different" (hopefully better) at v9.2. The following paper gives examples of many of the differences, and specific coding techniques you can use to get the old behavior back (if desired):

http://support.sas.com/kb/31/addl/fusion_31476_1_changesinsas92robertallison.pdf

sas-innovate-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

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.

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 2 replies
  • 1406 views
  • 0 likes
  • 3 in conversation