I'd probably start with the colourprinting option.
options nodate number pageno=1 orientation=landscape colorprinting=yes papersize=letter missing='N' nobyline
bottommargin=0in topmargin=0in leftmargin=0in rightmargin=0in;
Wow. Just like that.
It works for me.
Ensure your file is being generated.
ods pdf file='sample.pdf' style=htmlblue;
title 'Style demo';
proc print data=sashelp.class;
run;
ods pdf close;
Nearly 200 sessions are now available on demand in the Innovate Hub.
Watch Now →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.