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

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 5 replies
  • 1342 views
  • 0 likes
  • 2 in conversation