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