Date: Wed, 8 Nov 2006 13:58:10 -0800
Reply-To: "Duell, Bob" <bob.duell@CINGULAR.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "Duell, Bob" <bob.duell@CINGULAR.COM>
Subject: Re: ODS table of contents in UNIX
In-Reply-To: A<1163016991.802854.278570@k70g2000cwa.googlegroups.com>
Content-Type: text/plain; charset="us-ascii"
The sample you're looking at is probably "leading edge". It didn't work
for me either (Windows or UNIX) until I installed an updated ExcelXP
tagset from here: http://support.sas.com/rnd/base/topics/odsmarkup/.
Never tried it before, but I like it. Thanks for asking the question.
-----Original Message-----
From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of
stulkem
Sent: Wednesday, November 08, 2006 12:17 PM
To: SAS-L@LISTSERV.UGA.EDU
Subject: Re: ODS table of contents in UNIX
This does not work. The example code is from the SAS website. I've seen
other version of ODS that require the content=yes to be outside of the
brackets, but in this case of "ods tagsets" it should be inside the
options brackets. I think it has something to do with UNIX(why it
doesn't work).........
Any ideas?
toby dunn wrote:
> contents = 'Yes' shouldnt be inside of the options brackets.
>
>
>
> Toby Dunn
>
> Quickly, bring me a beaker of wine, so that I may wet my mind and say
> something clever.
> Aristophanes
>
> Wise people, even though all laws were abolished, would still lead the
same
> life.
> Aristophanes
>
> You should not decide until you have heard what both have to say.
> Aristophanes
>
>
>
>
>
>
> From: stulkem <mark.a.stulken@GTSERVICING.COM>
> Reply-To: stulkem <mark.a.stulken@GTSERVICING.COM>
> To: SAS-L@LISTSERV.UGA.EDU
> Subject: ODS table of contents in UNIX
> Date: Wed, 8 Nov 2006 11:00:14 -0800
>
> I want to create a table of contents using ods tagsets. The SAS
> website give the following code as an example. I have similar code and
> it does output the excel as it should, but the table of contents and
> the index is not on the file.
>
> I run SAS on a UNIX server and ftp the .xls file to my PC before
> opening. Any ideas why the content and index won't work? Something
to
> do with UNIX?
>
> Thanks in advance!!
>
>
> Example Code:
>
> ods tagsets.excelxp file="toc.xls" style=statistical
> options( contents='yes' index='yes' );
>
> proc print data=sashelp.class; run;
>
> proc contents data=sashelp.class; run;
>
> proc means data=sashelp.class; run;
>
> ods tagsets.excelxp close;
>
> _________________________________________________________________
> Get today's hot entertainment gossip
> http://movies.msn.com/movies/hotgossip?icid=T002MSN03A07001
|