BookmarkSubscribeRSS Feed
PhilC
Rhodochrosite | Level 12

Can I query "styles" data to see what the "PAGEBREAKHTML" value each has?  

2 REPLIES 2
PhilC
Rhodochrosite | Level 12

Because it helped me find a style that did not put an <HR> bar between reports see ODS Styles Gallery.

ballardw
Super User

You can get the listing of any specific style with code like:

proc template;
   source styles.<name of style goes here>;
run;

The result by default goes to the Log. You can use Proc Printto to direct the output to a text file if desired.

You may have to trace back through parent style(s) to find specific settings though.

The parent, if any (most have a parent), is one of the first items in the style source listing.

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

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