No errors around the pdf area. I think i need to set the margins for the proc report part somehow because this works.
OPTIONS orientation=landscape nodate; ods pdf file="/serverpath/testOrientation.pdf";
ods escapechar='~'; proc sql; select count(*), count(*), count(*),count(*), count(*), count(*), count(*), count(*), count(*), count(*), count(*), count(*), count(*),count(*), count(*), count(*), count(*), count(*), count(*), count(*), count(*), count(*), count(*), count(*), count(*), count(*), count(*), count(*) from sashelp.shoes quit; ods pdf close;
ods pdf(id=VCU_Report_Printing1) close;
... View more