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.
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!
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.