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

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 1078 views
  • 0 likes
  • 2 in conversation