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 (July 2003, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 7 Jul 2003 10:31:54 +0300
Reply-To:     Akin Pala <akin@DR.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Akin Pala <akin@DR.COM>
Subject:      Re: ODS html file size

I am not sure if this helps, but you can just set SAS V8 to create as html by going to tools, options, preferences and check create HTML, click OK. Then you don't need any ods statement, it will do it by itself. You can also try to break your SAS program into pieces to obtain smaller html outputs. For example, you can specify proc mixed, save the output, then specify lsmeans for one effect, save output, then for another; you get the idea...

-- Akin Pala, Ph.D. http://akin.owns.it Tel: (286) 218 00 18 ext. 1349 "Jenni Dale" <Jennifer.Dale@AU.EY.COM> wrote in message news:OF944DD0B3.4A5D1E2C-ON4A256D5B.007D5AD1@ernstyoung.com.au... > This email is to be read subject to the disclaimer below. > > Hi, > I'm creatiing some reports in html format using the ODS html command. The > file that is created is too big to open (>200MB). > > Does anyone know of a way to specify the maximum size of the output html > file so that it splits into multiple files once it reaches a certain size - > I would also need to make sure it doesn't split halfway through the output > of a grouped variable. > > Cheers > > jen > > > -------------------- > NOTICE - This communication contains information which is confidential and > the copyright of Ernst & Young or a third party. > > If you are not the intended recipient of this communication please delete > and destroy all copies and telephone Ernst & Young on 1800 655 717 > immediately. If you are the intended recipient of this communication you > should not copy, disclose or distribute this communication without the > authority of Ernst & Young. > > Any views expressed in this Communication are those of the individual > sender, except where the sender specifically states them to be the views of > Ernst & Young. > > Except as required at law, Ernst & Young does not represent, warrant and/or > guarantee that the integrity of this communication has been maintained nor > that the communication is free of errors, virus, interception or > interference. > > Liability limited by the Accountants Scheme, approved under the > Professional Standards Act 1994 (NSW) > --------------------


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