Date: Thu, 17 Oct 2002 16:52:43 -0400
Reply-To: "Cuthbertson, David" <CuthbeDD@MOFFITT.USF.EDU>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "Cuthbertson, David" <CuthbeDD@MOFFITT.USF.EDU>
Subject: Hi-resolution calendars??
Content-Type: text/plain; charset="iso-8859-1"
I need to post customized hi-resolution calendars to the web. I've played
around with PROC CALENDAR and ODS, but the results are unsatisfactory (the
output is based on the use of a monospaced font and FORMCHAR). Has anyone
had any luck with any other routes?
Code so far:
options linesize=132 pagesize=60;
data caldat;
date=mdy(9,13,2002);
subject='John Doe';
visit='1 mos';
duration=1;
output;
run;
ods html body='calendar.html';
proc calendar data=caldat formchar(12)=' ';
start date;
dur duration;
run;
ods html close;
run;
***************************************
David Cuthbertson, M.S.
Biostatistician/Associate in Biostatistics
Moffitt Cancer Center at the
University of South Florida
12902 Magnolia Drive
Tampa, FL 33612
desk: (813) 632-1326
fax: (813) 632-1334
email: cuthbedd@moffitt.usf.edu
***************************************
######################################################################
This transmission may be confidential or protected from disclosure and
is only for review and use by the intended recipient. Access by
anyone else is unauthorized. Any unauthorized reader is hereby
notified that any review, use, dissemination, disclosure or copying of
this information, or any act or omission taken in reliance on it, is
prohibited and may be unlawful. If you received this transmission in
error, please notify the sender immediately. Thank you.
######################################################################