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 2003, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 16 Apr 2003 13:42:19 -0700
Reply-To:     cassell.david@EPAMAIL.EPA.GOV
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "David L. Cassell" <cassell.david@EPAMAIL.EPA.GOV>
Subject:      Re: ods output parameterestima...?
Comments: To: "Elmaache, Hamani" <Hamani.Elmaache@CCRA-ADRC.GC.CA>
Content-type: text/plain; charset=us-ascii

"Elmaache, Hamani" <Hamani.Elmaache@CCRA-ADRC.GC.CA> wrote: > Can somebody recall me how to save the estimated Parameters in output when using : > > ods listing close; > ODS OUTPUT estimatedparameter????=para ?????; > proc reg data=mydata; > model y = x1 x2 x3 ; > run; > quit;

Jay Weedon sagely replied: > Use ODS TRACE ON to find the names of available tables.

However, a better approach might be for you to locate a copy of the SAS Online Docs. There should be a copy installed where you have your installation of SAS, so ask your admins. If not, or if you do not have access, go to:

http://v8doc.sas.com/sashtml/main.htm

and fill out the simple form to get a username and password so that you have free access to the SAS versino of the Online Docs. Every section on a procedure includes a list of all the ODS tables, so you could get the info from there.

HTH, David -- David Cassell, CSC Cassell.David@epa.gov Senior computing specialist mathematical statistician


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