Date: Tue, 19 Nov 2002 17:23:52 -0500
Reply-To: Ed Heaton <EdHeaton@WESTAT.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Ed Heaton <EdHeaton@WESTAT.COM>
Subject: Re: SAS-L styles
Content-Type: text/plain; charset="iso-8859-1"
I have found that my messages do not wrap if I keep the lines to 72
characters or fewer.
Ed
Edward Heaton, Senior Systems Analyst,
Westat (An Employee-Owned Research Corporation),
1550 Research Boulevard, Room 2018, Rockville, MD 20850-3195
Voice: (301) 610-4818 Fax: (301) 294-3992
mailto:EdHeaton@westat.com http://www.westat.com
-----Original Message-----
From: Peter Crawford [mailto:peter.crawford@DB.COM]
Sent: Tuesday, November 19, 2002 10:02 AM
To: SAS-L@LISTSERV.UGA.EDU
Subject: SAS-L styles
Hi All
please could we agree to avoid line wrapping
when posting samples of output and data.
Line wrap makes interpretation difficult, so
a problem is less likely to be solved.
For sample data that would wrap, a comma delimited style is
an effective way of delivering data for pasting into a program.
A program (and human eye) can more easily read this
GROUP,TP,STARTDAY,ENDDAY,STARTTM,ENDTM,LTP
0,0,1,7,00:00:00,23:59:59,1
1,1,1,6,08:00:00,19:30:00,1
1,2,1,6,00:00:00,08:00:00,2
1,2,1,6,19:30:00,24:00:00,2
1,2,7,7,00:00:00,24:00:00,2
3,16,6,7,00:00:00,07:59:59,1
3,17,6,7,08:00:00,23:59:59,2
3,18,1,5,00:00:00,07:59:59,3
3,19,1,5,08:00:00,15:59:59,4
3,20,1,5,16:00:00,19:29:59,5
3,21,1,5,19:30:00,23:59:59,6
than this
GROUP TP STARTDAY ENDDAY STARTTM ENDTM LTP
0 0 1 7
00:00:00 23:59:59 1
1 1 1 6
08:00:00 19:30:00 1
1 2 1 6
00:00:00 08:00:00 2
1 2 1 6
19:30:00 24:00:00 2
1 2 7 7
00:00:00 24:00:00 2
3 16 6 7 00:00:00
07:59:59 1
3 17 6 7 08:00:00
23:59:59 2
3 18 1 5 00:00:00
07:59:59 3
3 19 1 5 08:00:00
15:59:59 4
3 20 1 5 16:00:00
19:29:59 5
3 21 1 5 19:30:00
23:59:59 6
Is this in the FAQ already ?
If so, just treat this as a reminder to those who don't have the FAQ to
hand.
Regards
Peter Crawford
--
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail
irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und
vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte
Weitergabe dieser Mail ist nicht gestattet.
This e-mail may contain confidential and/or privileged information. If you
are not the intended recipient (or have received this e-mail in error)
please notify the sender immediately and destroy this e-mail. Any
unauthorized copying, disclosure or distribution of the material in this
e-mail is strictly forbidden.
|