| 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 |
|
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?
|