| Date: | Fri, 18 May 2001 13:55:36 -0600 |
| Reply-To: | Jack Hamilton <JackHamilton@FIRSTHEALTH.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Jack Hamilton <JackHamilton@FIRSTHEALTH.COM> |
| Subject: | Re: proc report simple question |
|
| Content-Type: | text/plain; charset=us-ascii |
He wanted *blank* lines between observations.
--
JackHamilton@FirstHealth.com
Development Manager, Technical Group
METRICS Department, First Health
West Sacramento, California USA
>>> "<Frank Mwaniki>" <frank.mwaniki@PHARMA.NOVARTIS.COM> 05/18/2001 12:34 PM >>>
I may be way off here (in which case being Friday fits in nicely as an
excuse) but does this mean DOL and DUL don't work anymore?
Frank
Jack Hamilton <JackHamilton@FIRSTHEALTH.COM>@LISTSERV.UGA.EDU> on
05/18/2001 03:14:10 PM
Please respond to Jack Hamilton <JackHamilton@FIRSTHEALTH.COM>
Sent by: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
To: SAS-L@LISTSERV.UGA.EDU
cc:
Subject: Re: proc report simple question
Ray Pass covered this in his SUGI 26 Hands-On Workshop, "So You're Still
Not Using PROC REPORT. Why Not?", which you can view at <
http://www2.sas.com/proceedings/sugi26/p149-26.pdf>.
Basically, you use "BREAK AFTER xxx / SKIP;", where xxx is a variable whose
value changes for every observation. You might have to create such a
variable if it doesn't exist already. You don't have to print the value of
xxx if you don't want to see it.
--
JackHamilton@FirstHealth.com
Development Manager, Technical Group
METRICS Department, First Health
West Sacramento, California USA
>>> "Jacques Thibault" <jacques_t@HOTMAIL.COM> 05/18/2001 11:33 AM >>>
Hi,
Does anyone know how to write doubled-line outputs in proc report? If such
a function exists, it would be like a 'DOUBLE' statement in a proc print.
Thanks,
Jacques
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
|