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
Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.
Explore 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.