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 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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
  • 1159 views
  • 0 likes
  • 3 in conversation