BookmarkSubscribeRSS Feed
NJGIRL
Obsidian | Level 7

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)

5 REPLIES 5
ghosh
Barite | Level 11

Create PDF output and specify.  perhaps also add startpage=no;

options formdlim='';
NJGIRL
Obsidian | Level 7
can you provide the syntax for 'startpage=no'  ??
I am getting an error with this
" options formdlim= '' startpage=no  ;" 
I don't think 'startpage' is an option for sas EG (?)thank you!
ghosh
Barite | Level 11
ods pdf file = '...outpath/outfilename.pdf' startpage=no ;
** put your code here **
title1 'title1';
proc freq data=lib.dat ;
run;
ods pdf close;
NJGIRL
Obsidian | Level 7
Great thanks! One last question: my footnotes are not displaying on the report with this code-- any ideas?? thanks!
ghosh
Barite | Level 11

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

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 5 replies
  • 1991 views
  • 0 likes
  • 2 in conversation