LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (January 2005, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Wed, 26 Jan 2005 11:28:20 -0500
Reply-To:   Ya Huang <ya.huang@AMYLIN.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Ya Huang <ya.huang@AMYLIN.COM>
Subject:   Re: Page Breaks
Comments:   To: "Richard A. DeVenezia" <radevenz@IX.NETCOM.COM>

UltraEdit seems work:

Open your *.sas file in UE (any acsii file should be OK), move the cursor to where you want to break the page, switch to HEX edit mode (use control+H), type in 0C, switch back to ascii mode. Now if you select 'print preview' or print directly to printer, you'll get the pagebreak.

Kind regards,

Ya Huang

On Wed, 26 Jan 2005 10:23:17 -0500, Richard A. DeVenezia <radevenz@IX.NETCOM.COM> wrote:

>Jules Bosch wrote: >> I have about 1,500 lines of SAS code in my program editor. I want to >> print the code but with specific page breaks at particular points in >> the text. Is there a page break symbol I might add that SAS will >> recognize and then print the document as I wish?


Back to: Top of message | Previous page | Main SAS-L page