BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Need your help in this regard.

I have below custom style template written in SAS V8 and is working perfectly in SAS 8 however using same style in SAS v9 has changed the report layout . What changes would i need to do to retain SAS 8 report settings in SAS V9. Thanks for your help.

proc template;
define style styles.TTSstyles;
parent=styles.RTF;
style header from headersandfooters /
font_size=4pt;
style rowheader from headersandfooters /
font_size=4pt;
style data from cell /
font_size=4pt;
replace SystemFooter from TitlesAndFooters /
font_face="arial, helv"
font_size=1
font_weight=light
font_style=italic
foreground=#777777;
replace SystemTitle from TitlesAndFooters/
font_face='garamond'
Font_size=4
Font_weight=bold
font_style=roman
foreground=black;
end;
run;

Thanks,
Amit
1 REPLY 1
Cynthia_sas
Diamond | Level 26
Hi!
Sadly, I no longer have V8 on my system to run a parallel test. I think your best bet for help with this issue is Tech Support, as they are able to test the style in both SAS 8 and SAS 9. To learn your options for contacting Tech Support, refer to:
http://support.sas.com/techsup/contact/index.html

cynthia

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.

Explore 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
  • 1 reply
  • 1247 views
  • 0 likes
  • 2 in conversation