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
SAS Super FREQ
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

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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