LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (April 1998, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: Huj Legionista <defaultuser@DOMAIN.COM>
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


Back to: Top of message | Previous page | Main SAS-L page