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

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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
  • 572 views
  • 0 likes
  • 2 in conversation