Can I query "styles" data to see what the "PAGEBREAKHTML" value each has?
Because it helped me find a style that did not put an <HR> bar between reports see ODS Styles Gallery.
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.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.
Ready to level-up your skills? Choose your own adventure.