Date: Fri, 1 Mar 2002 10:11:40 -0500
Reply-To: "Richard A. DeVenezia" <radevenz@IX.NETCOM.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "Richard A. DeVenezia" <radevenz@IX.NETCOM.COM>
Organization: MindSpring Enterprises
Subject: Re: Fixing ODS HTML <BR>oken titles and footnotes
The sample code on the website is wrong (and getting fixed)
%jsTitleFootnoteReset accepts a fileref, not a filename .
Change
%jsTitleFootnoteReset (myJavascript)
to
%jsTitleFootnoteReset (myScript)
should make things work.
--
Richard A. DeVenezia
http://www.devenezia.com
"Paige Miller" <paige.miller@kodak.com> wrote in message
news:3C7F9007.9C2A580@kodak.com...
> "Richard A. DeVenezia" wrote:
> >
> > The technique has been macro-ized and placed at
> >
> > http://www.devenezia.com/downloads/sas/macros/
> > jsTitleAndFootnote
>
> Richard, thank you for this macro. However, when I run it, the SASLOG
> tells me
>
> 109 %jsTitleFootnoteReset (myJavascript);
> Error: Could not open open myJavascript.
>
> What could be the solution?
>
> --
> Paige Miller
> Eastman Kodak Company
> paige.miller@kodak.com
>
> "It's nothing until I call it!" -- Bill Klem, NL Umpire
> "When you get the choice to sit it out or dance,
> I hope you dance" -- Lee Ann Womack
|