Date: Thu, 25 Mar 1999 11:33:36 +1100
Reply-To: Thomas Rick <rthomas@WOOLWORTHS.COM.AU>
Sender: "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From: Thomas Rick <rthomas@WOOLWORTHS.COM.AU>
Subject: Re: TAB2HTM
Content-Type: text/plain
Cathy,
What does your code look like?
I can execute the following with no problems (using 6.09E on MVS).
%TAB2HTM(CAPTURE=ON);
TITLE1 'HEADING 1';
TITLE2 'HEADING 2';
FOOTNOTE 'TEXT STRING 1';
PROC TABULATE....etc.
RUN;
TITLE1 'HEADING 3';
TITLE2 'HEADING 4';
FOOTNOTE 'TEXT STRING 2';
PROC TABULATE....etc.
RUN;
%TAB2HTM(CAPTURE=OFF,
OPENMODE=REPLACE,
HTMLFILE=MICS.KIR.HTMLFILE(TAB1111),
RUNMODE=B);
Regards,
Rick Thomas.
> -----Original Message-----
> From: Cathy Sicard [SMTP:cathy@LSU.EDU]
> Sent: Thursday, March 25, 1999 5:51 AM
> To: SAS-L@UGA.CC.UGA.EDU
> Subject: TAB2HTM
>
> I'm trying to output a report to HTML format using TAB2HTM. First I
> have:
>
> %TAB2HTM(CAPTURE=ON,
> RUNMODE=B);
>
> Then I have 4 Proc Tabulate procedures.
> Then I have:
>
> %TAB2HTM(CAPTURE=OFF,
> HTMLFREF=DBOUT,
> OPENMODE=REPLACE,
> CTAG=HEADER 3,
> RUNMODE=B);
>
> I've been using this for some time with no problem. Then today I decided
> to add a footnote into each Proc Tabulate and it's giving me the
> following errors:
>
> ERROR: Invalid list identifier 804544.
> ERROR: Invalid list identifier 804544.
> ERROR: Invalid list identifier 804544.
> ERROR: Number of elements must be zero or greater for MAKELIST.
>
> Does this look familiar to anyone?
> Thanks in advance for any help you can provide.
>
> Cathy
> LOUIS Office
> LSU Computing Services
**********************************************************************
CAUTION: This Message may contain confidential information intended
only for the use of the addressee named above. If you are not the
intended recipient of this message you are hereby notified that any
use, dissemination, distribution or reproduction of this message is
prohibited. If you received this message in error please notify
Mail Administrators immediately. Any views expressed in this
message are those of the individual sender and may not necessarily
reflect the views of Woolworths Ltd.
**********************************************************************
|