<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: WANT SOUND AFTER THE PROGRAM ENDS STUDIO in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/WANT-SOUND-AFTER-THE-PROGRAM-ENDS-STUDIO/m-p/792944#M10377</link>
    <description>&lt;P&gt;With SAS Studio and your SAS session running on a remote location,&amp;nbsp;&lt;STRONG&gt;call sound&lt;/STRONG&gt; or similar techniques aren't possible. You won't be able to tell SAS to trigger a sound that you hear on your local machine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Alternative ways to notify yourself that a job is complete: tell SAS to send an email, or a text/SMS message (using the email trick), or send a message to a Slack or Microsoft Teams channel.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-MESSAGE title="How to send email using SAS" uid="746523" url="https://communities.sas.com/t5/SAS-Communities-Library/How-to-send-email-using-SAS/m-p/746523#U746523" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-tkb-thread lia-fa-icon lia-fa-tkb lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;(includes SMS message technique)&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/sasdummy/2016/07/22/slack-channel-with-sas/" target="_self"&gt;How to send a Slack message using SAS&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/sasdummy/2019/09/05/sas-microsoft-teams/" target="_self"&gt;How to send a Microsoft Teams message using SAS&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 27 Jan 2022 17:58:46 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2022-01-27T17:58:46Z</dc:date>
    <item>
      <title>WANT SOUND AFTER THE PROGRAM ENDS STUDIO</title>
      <link>https://communities.sas.com/t5/SAS-Studio/WANT-SOUND-AFTER-THE-PROGRAM-ENDS-STUDIO/m-p/792937#M10375</link>
      <description>&lt;P&gt;There is piece of code after the program is is fully executed with output i want a sound.&lt;/P&gt;&lt;P&gt;Call sound doesnot work already tried.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;THE CODE IS:-&lt;/P&gt;&lt;P&gt;%macro alarm(hr=,min=);&lt;BR /&gt;data _null_;&lt;BR /&gt;%do %while(1);&lt;BR /&gt;%let x=%sysfunc(datetime());&lt;BR /&gt;%let y=%sysfunc(hour(&amp;amp;x));&lt;BR /&gt;%let z=%sysfunc(minute(&amp;amp;x));&lt;BR /&gt;%if &amp;amp;y.=&amp;amp;hr. and &amp;amp;z.=&amp;amp;min. %then %goto exit;&lt;BR /&gt;%end;&lt;BR /&gt;%exit:&lt;BR /&gt;%put "WAKE UP ITS TIME";&lt;BR /&gt;%put %str(&amp;amp;y.:&amp;amp;z.);&lt;BR /&gt;Run;&lt;BR /&gt;%mend;&lt;/P&gt;&lt;P&gt;%alarm(hr=22,min=11);&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 17:42:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/WANT-SOUND-AFTER-THE-PROGRAM-ENDS-STUDIO/m-p/792937#M10375</guid>
      <dc:creator>ANIRBAN2</dc:creator>
      <dc:date>2022-01-27T17:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: WANT SOUND AFTER THE PROGRAM ENDS STUDIO</title>
      <link>https://communities.sas.com/t5/SAS-Studio/WANT-SOUND-AFTER-THE-PROGRAM-ENDS-STUDIO/m-p/792938#M10376</link>
      <description>How is your SAS installation set up?&lt;BR /&gt;I'm assuming this is not on Academics on Demand?</description>
      <pubDate>Thu, 27 Jan 2022 17:45:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/WANT-SOUND-AFTER-THE-PROGRAM-ENDS-STUDIO/m-p/792938#M10376</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-01-27T17:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: WANT SOUND AFTER THE PROGRAM ENDS STUDIO</title>
      <link>https://communities.sas.com/t5/SAS-Studio/WANT-SOUND-AFTER-THE-PROGRAM-ENDS-STUDIO/m-p/792944#M10377</link>
      <description>&lt;P&gt;With SAS Studio and your SAS session running on a remote location,&amp;nbsp;&lt;STRONG&gt;call sound&lt;/STRONG&gt; or similar techniques aren't possible. You won't be able to tell SAS to trigger a sound that you hear on your local machine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Alternative ways to notify yourself that a job is complete: tell SAS to send an email, or a text/SMS message (using the email trick), or send a message to a Slack or Microsoft Teams channel.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-MESSAGE title="How to send email using SAS" uid="746523" url="https://communities.sas.com/t5/SAS-Communities-Library/How-to-send-email-using-SAS/m-p/746523#U746523" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-tkb-thread lia-fa-icon lia-fa-tkb lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;(includes SMS message technique)&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/sasdummy/2016/07/22/slack-channel-with-sas/" target="_self"&gt;How to send a Slack message using SAS&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/sasdummy/2019/09/05/sas-microsoft-teams/" target="_self"&gt;How to send a Microsoft Teams message using SAS&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 17:58:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/WANT-SOUND-AFTER-THE-PROGRAM-ENDS-STUDIO/m-p/792944#M10377</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2022-01-27T17:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: WANT SOUND AFTER THE PROGRAM ENDS STUDIO</title>
      <link>https://communities.sas.com/t5/SAS-Studio/WANT-SOUND-AFTER-THE-PROGRAM-ENDS-STUDIO/m-p/792946#M10378</link>
      <description>&lt;P&gt;I don't know about sounds via Studio, but as a side note, rather than use this infinite loop you might want to use the SLEEP or WAKEUP functions which are designed for this purpose, and should consume less resources.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 18:01:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/WANT-SOUND-AFTER-THE-PROGRAM-ENDS-STUDIO/m-p/792946#M10378</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2022-01-27T18:01:46Z</dc:date>
    </item>
  </channel>
</rss>

