Hi all!
Can anyone provide an option to eliminate the 'page break' text in between proc freq in the EG output window?
Thanks!
ps(I am unable to copy in an example)
Create PDF output and specify. perhaps also add startpage=no;
options formdlim='';
ods pdf file = '...outpath/outfilename.pdf' startpage=no ;
** put your code here **
title1 'title1';
proc freq data=lib.dat ;
run;
ods pdf close;
Just keep the ods pdf but remove startpage from it (perhaps also options formdlim=''; if removing the startpage does not work).
you may have to restart your sas session
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
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.