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

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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