| Date: | Sat, 13 Jul 2002 01:58:03 GMT |
| Reply-To: | "Karl K." <karlstudboy@HOTMAIL.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | "Karl K." <karlstudboy@HOTMAIL.COM> |
| Organization: | Giganews.Com - Premium News Outsourcing |
| Subject: | Re: more space in the output |
|---|
As another poster said, it depends on how you're generating the reports.
Off the top of my head, if you're using PROC REPORT, the easiest way is
probably with a "compute after" compute block, with a couple empty "line"
statements.
"Kevin Auslander" <kevin.auslander@CCSITEAM.COM> wrote in message
news:000b01c229dc$68a59060$6501a8c0@schmidtaa...
> I am doing a series of several reports and directing the output to a
> text
> file. My problem is that the reports are coming out one on top of the
> next with no breathing room in between. How do I tell sas to output
> some empty lines between the reports?
>
> TIA,
>
> Kevin
|