Date: Mon, 27 Apr 1998 11:30:30 -0700
Reply-To: Bill Dvorak <bdvorak@YAHOO.COM>
Sender: "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From: Bill Dvorak <bdvorak@YAHOO.COM>
Subject: Re: MVS HTML Tabulate Formater
Content-Type: text/plain; charset=us-ascii
You need to either set up a JCL DD statement or a SAS filename
statment that references the name HTMLFILE. The htmlfile = statement
can reference any file name not just HTMLFILE. You could write the
file out to SASLIST, if you want to see what the output would look like.
---Huj Legionista <defaultuser@DOMAIN.COM> wrote:
>
> Running Release 6.09 TS455, the html tabulate formatter
>
> %tab2htm(capture=off,
> runmode=b,
> openmode=replace,
> htmlfile=htmlfile,
> brtitle=Tabulate Formatter Example,
> center=Y,
> tsize=+3);
>
> gives the following message.
> ERROR: SVC99 error rc=4, reason=1708 : IKJ56228I DATA SET HTMLFILE
> NOT IN CATALOG OR CATALOG CAN NOT BE ACCESSED.
>
> What kind of file is the formatter looking for?
>
_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com
|