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 (October 2007, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Fri, 5 Oct 2007 12:14:04 -0400
Reply-To:   "Audimar P. Bangi" <audi@SAS2THEMAX.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "Audimar P. Bangi" <audi@SAS2THEMAX.COM>
Organization:   sas2themax.com
Subject:   Re: Real time feedback from a sas session
In-Reply-To:   <iTsNi.9$VW2.141451@news.sisna.com>
Content-Type:   text/plain; format=flowed; charset="iso-8859-1"; reply-type=original

> If you are submitting arbitrary sas code and you want per step log > feedback, > you might have to write a parser to identify and submit each step boundary > in the SAS source code -or- I'm not sure, but IOM might have an eventing > system to alert you when (in a multistep submittal) a step has completed.

Yes, there is an "eventing system", but very limited. The SAS.LanguageService interface exposes the following events:

DatastepStart DatastepComplete ProcStart ProcComplete SubmitComplete StepError

You can find more information here:

http://support.sas.com/rnd/itech/doc/dist-obj/comdoc/ilngca.html

Audi

----- Original Message ----- From: "Richard A. DeVenezia" <rdevenezia@WILDBLUE.NET> To: <SAS-L@LISTSERV.UGA.EDU> Sent: Friday, October 05, 2007 11:38 AM Subject: Re: Real time feedback from a sas session


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