| 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
|