Hello,
I'd like to know how to permanently remove the horizontal footer line that automatically populates after each PROC in the Results viewer. I've pasted it below (hopefully it is visible):
I've Googled around and can't seem to find a solution, and I'd appreciate any assistance. Thanks.
Thanks, I found the code that worked:
proc template;
define style styles.nobreak;
parent=styles.default;
style body from body /
pagebreakhtml=_undef_;
end;
run;
ods html file="temp.html" style=styles.nobreak;
Unfortunately for some reason the background colors of the graphs I output turned gray; I added "styleattrs backcolor=white wallcolor=white;" to the proc sgplot to turn them back to white.
Whatever you pasted, I cannot see.
Okay . . . I'm not sure how to describe this any better than I already have.
It's the horizontal footer line that shows up in the Results output after each PROC. If you have ever run multiple PROCs, you will see it in the Results viewer clearly.
Maybe the below image will clarify (the circled line):
Thanks, I found the code that worked:
proc template;
define style styles.nobreak;
parent=styles.default;
style body from body /
pagebreakhtml=_undef_;
end;
run;
ods html file="temp.html" style=styles.nobreak;
Unfortunately for some reason the background colors of the graphs I output turned gray; I added "styleattrs backcolor=white wallcolor=white;" to the proc sgplot to turn them back to white.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.