Date: Mon, 15 Jul 2002 18:54:41 +0200
Reply-To: Andre Wielki <wielki@INED.FR>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Andre Wielki <wielki@INED.FR>
Subject: Re: proc template..?..
In-Reply-To: <agunc8$g84$1@kannews.ca.alcatel.com>
Content-Type: text/plain; charset="us-ascii"; format=flowed
Here follow a sample for the TOC solution
but it is 19 pm and i have no time to find how to make empty the first itel
that of the procedure
andi did not find how to unnum your list
proc template;
define style styles.james;
parent=styles.default;
replace style contentitem from indexitem/bullet=circle;
end;
run;
ods listing close;
ods html body="bg.htm" contents="cg.htm" path="d:\ods\"(url=none)
frame="fg.htm" style=styles.james;
ods proclabel " ";
goptions device=gif;
proc gplot data=sasuser.fitness; by group;
plot runtime * runpulse/des="CIDCBU_ #BYVAL(group) ";
run;
quit;
ods html close;;
;
You must transpose the solution
Perhaps i shall found tomorrow morning any solution that perfect it.
Or anybody else could...
HTH Andre
At 10:48 15/07/2002 -0400, James Green wrote:
>Hi folks;
>
> with help from SAS-L in the past I was shown the following proc template
> steps to remove the description etc.. from the Table of Contents... it
>works
> fine however; this code also produces unwanted spaces between the listed/
> linked items in the TOC... it seems as though the 1st three are fine
> however; there are as many as 12 <BR> blank lines inserted between the list
> towards the end...
>
> Note; I am also using odsproclabel and description='#byval(var1)
>statements...any conflict perhaps?
>
> Any ideas? (SAS V8.0 on Win95)
> Thanks~
>
> proc template;
> define style styles.james;
> parent=styles.default;
>
> style Bycontentfolder from Bycontentfolder /
> prehtml=_undef_
> pretext='<!--'
> posttext='-->';
>
> style ContentFolder from ContentFolder /
> PreHtml = _undef_
> PostHtml = _undef_
> leftmargin=1;
>end;
>run;
>
>
>
>--
>James Green
>Alcatel Canada
>Ops Quality Engineering
>www.alcatel.ca
>(613)784-3963
___________
WIELKI Andre
INED - Service Informatique
133 Bd Davout,
75 980 Paris Cedex 20
FRANCE
Tel: 01 56 06 21 54