Date: Fri, 13 Aug 2010 19:37:42 -0400
Reply-To: Nat Wooding <nathani@VERIZON.NET>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Nat Wooding <nathani@VERIZON.NET>
Subject: Re: Beethovens Fifth from Call Sound
In-Reply-To: <201008132235.o7DHGXNo011383@willow.cc.uga.edu>
Content-Type: text/plain; charset="US-ASCII"
Art
I'm glad that you are a better archives searcher than I.
Many thanks
Nat
-----Original Message-----
From: Arthur Tabachneck [mailto:art297@NETSCAPE.NET]
Sent: Friday, August 13, 2010 6:35 PM
To: SAS-L@LISTSERV.UGA.EDU; Nat Wooding
Subject: Re: Beethovens Fifth from Call Sound
Nat,
It wasn't me but, if the following is the post you are referring to, I
think you would want to credit Craig Stroup:
http://www.listserv.uga.edu/cgi-bin/wa?A2=ind0708B&L=sas-
l&P=R39343&D=1&H=0&O=D&T=1
or, in short form: http://xrl.us/bhvxzk
HTH,
Art
--------
On Fri, 13 Aug 2010 18:16:04 -0400, Nat Wooding <nathani@VERIZON.NET>
wrote:
>Folks
>
>
>
>Some years ago, I posted a note on using Call Sound to issue audible flags
>during or at the end of long job runs. For those who might be interested,
>the following code works nicely in the Windows environment:
>
>
>
>data _null_;
>
> do f = 200 to 2500 by 250;
>
> d + 25;
>
> call sound( f , d );
>
> end;
>
>run;
>
>
>
>
>
>In now long-lost off line correspondence, someone sent me the code for the
>opening notes of Beethoven's Fifth symphony. I would like to cite this
>person properly in an upcoming NESUG presentation so if you are the guilty
>party, please let me know.
>
>
>
>Thanks
>
>
>
>Nat Wooding
>
>Hallsboro Systems Consulting
>
>Midlothian, Va.
|