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 (May 2006, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 24 May 2006 13:32:55 -0700
Reply-To:     Dale McLerran <stringplayer_2@YAHOO.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Dale McLerran <stringplayer_2@YAHOO.COM>
Subject:      Re: Is there any command/option for getting total time of a SAS
              program
In-Reply-To:  <1148483005.716587.314090@38g2000cwa.googlegroups.com>
Content-Type: text/plain; charset=iso-8859-1

--- chandu.isi@GMAIL.COM wrote:

> Hi All, > > Is there anyway of getting total execution time of entire > SAS program. > > For e.g., > > If I have 20 data steps and 10 proc steps in a SAS > program. I want to know the total time took for execution of these 20 > data and 10 proc steps? > > Thanks in advance, > Chandu. >

Chandu,

You do not say what OS you are running. With all OS's except z/OS, all that is necessary is to specify the option FULLSTIMER at the start of your program or in your SAS configuration file. The FULLSTIMER option will yield elapsed time as well as CPU time for each process individually and also for the entire program.

Dale

--------------------------------------- Dale McLerran Fred Hutchinson Cancer Research Center mailto: dmclerra@NO_SPAMfhcrc.org Ph: (206) 667-2926 Fax: (206) 667-5977 ---------------------------------------

__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com


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