LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (January 2010, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 21 Jan 2010 01:03:28 -0800
Reply-To:     Chris Jones <chrisj75@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Chris Jones <chrisj75@GMAIL.COM>
Organization: http://groups.google.com
Subject:      Re: how to execute SAS macro in a scheduled manner
Comments: To: sas-l@uga.edu
Content-Type: text/plain; charset=ISO-8859-1

Simply

data _null_ ; s = sleep(60) ; run ;

Depending on the environment, you may need to represent the value in milliseconds.


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