LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (March 2008, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Wed, 5 Mar 2008 06:55:25 -0500
Reply-To:   "Richard A. DeVenezia" <rdevenezia@WILDBLUE.NET>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "Richard A. DeVenezia" <rdevenezia@WILDBLUE.NET>
Subject:   Re: Is it possible to use annotate for long html pages
Comments:   To: RolandRB <rolandberry@hotmail.com>
Content-Type:   text/plain; charset="iso-8859-15"

RolandRB wrote: > Perfect! Problem solved. > > goptions reset=all xpixels=1000 ypixels=6000 hpos=50 vpos=300 > ftext='Times New Roman' dev=html; > > %rannomac > > data test; > %dclannovars; > %xyzhsys(xsys='4',ysys='4',hsys='4') > %rarrow(y=298,x1=20,x2=48,height=0.5) > %text(y=298,x=19,position='<',text="right-aligned text") > > %rarrow(y=297,x1=20,x2=48,height=0.5,fillcolor='green',linecolor='black',fil lpattern='mempty') > %text(y=297,x=19,position='<',text="next line of text") > run; > > proc ganno annotate=test; > run;

For reference, there was a SUGI 30 paper by Chang Chung and Ya Hunag, "%CYARROW, A NEW ANNOTATE MACRO" http://www2.sas.com/proceedings/sugi30/048-30.pdf

-- Richard A. DeVenezia


Back to: Top of message | Previous page | Main SAS-L page