BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Reeza
Super User

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;

 

 

GreggB
Pyrite | Level 9

Wow. Just like that.

Reeza
Super User

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;

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand in the Innovate Hub.

Watch Now →
How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 17 replies
  • 11127 views
  • 0 likes
  • 3 in conversation