<?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: UNIX SAS macro - generate popup once sas program done in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/UNIX-SAS-macro-generate-popup-once-sas-program-done/m-p/426057#M281236</link>
    <description>&lt;P&gt;Write a .bat that runs putty with a script file. See&amp;nbsp;&lt;A href="https://stackoverflow.com/questions/39361444/automating-command-script-execution-using-putty" target="_blank"&gt;https://stackoverflow.com/questions/39361444/automating-command-script-execution-using-putty&lt;/A&gt; for hints. When putty has finished, use the appropriate Windows command to show a message. See hints here: &lt;A href="https://stackoverflow.com/questions/12514475/how-can-you-create-pop-up-messages-in-a-batch-script" target="_blank"&gt;https://stackoverflow.com/questions/12514475/how-can-you-create-pop-up-messages-in-a-batch-script&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jan 2018 12:44:14 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2018-01-09T12:44:14Z</dc:date>
    <item>
      <title>UNIX SAS macro - generate popup once sas program done</title>
      <link>https://communities.sas.com/t5/SAS-Programming/UNIX-SAS-macro-generate-popup-once-sas-program-done/m-p/426051#M281235</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I want to create a popup window with message based condition once sas program done on putty.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 12:35:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/UNIX-SAS-macro-generate-popup-once-sas-program-done/m-p/426051#M281235</guid>
      <dc:creator>MonishShah</dc:creator>
      <dc:date>2018-01-09T12:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: UNIX SAS macro - generate popup once sas program done</title>
      <link>https://communities.sas.com/t5/SAS-Programming/UNIX-SAS-macro-generate-popup-once-sas-program-done/m-p/426057#M281236</link>
      <description>&lt;P&gt;Write a .bat that runs putty with a script file. See&amp;nbsp;&lt;A href="https://stackoverflow.com/questions/39361444/automating-command-script-execution-using-putty" target="_blank"&gt;https://stackoverflow.com/questions/39361444/automating-command-script-execution-using-putty&lt;/A&gt; for hints. When putty has finished, use the appropriate Windows command to show a message. See hints here: &lt;A href="https://stackoverflow.com/questions/12514475/how-can-you-create-pop-up-messages-in-a-batch-script" target="_blank"&gt;https://stackoverflow.com/questions/12514475/how-can-you-create-pop-up-messages-in-a-batch-script&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 12:44:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/UNIX-SAS-macro-generate-popup-once-sas-program-done/m-p/426057#M281236</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-01-09T12:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: UNIX SAS macro - generate popup once sas program done</title>
      <link>https://communities.sas.com/t5/SAS-Programming/UNIX-SAS-macro-generate-popup-once-sas-program-done/m-p/426062#M281237</link>
      <description>&lt;P&gt;Thanks for the response....&lt;/P&gt;&lt;P&gt;Actually i need sas code which i will use while running sas macro on putty and once the sas program done...will receive message like done or exit 1...and popup will generate on desktop/laptop after receiving message on putty......&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope you are getting my points....&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 13:05:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/UNIX-SAS-macro-generate-popup-once-sas-program-done/m-p/426062#M281237</guid>
      <dc:creator>MonishShah</dc:creator>
      <dc:date>2018-01-09T13:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: UNIX SAS macro - generate popup once sas program done</title>
      <link>https://communities.sas.com/t5/SAS-Programming/UNIX-SAS-macro-generate-popup-once-sas-program-done/m-p/426092#M281238</link>
      <description>&lt;P&gt;SAS macros cannot be run on putty, they are parts of SAS programs. Putty is just a terminal emulator/SSH client that can't run any SAS code.&lt;/P&gt;
&lt;P&gt;Please describe in detail what you are trying to do, where SAS programs will run, and where putty comes into play.&lt;/P&gt;
&lt;P&gt;eg do you want to use putty from within a SAS program to control actions on another computer, or do you want to use putty from the commandline to run a SAS program on another computer?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 13:49:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/UNIX-SAS-macro-generate-popup-once-sas-program-done/m-p/426092#M281238</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-01-09T13:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: UNIX SAS macro - generate popup once sas program done</title>
      <link>https://communities.sas.com/t5/SAS-Programming/UNIX-SAS-macro-generate-popup-once-sas-program-done/m-p/426110#M281239</link>
      <description>&lt;P&gt;We are using putty for command line to run sas program (UNIX command)..and once sas program done, we are receiving massage like done / exit 1....so for the same we will require SAS code which directly&amp;nbsp;popup&amp;nbsp;on desktop screen.....&lt;/P&gt;&lt;P&gt;Also we have sas macro which indicating through email...but my specific requirement is sas code which shows popup once my sas program done on putty...&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 14:33:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/UNIX-SAS-macro-generate-popup-once-sas-program-done/m-p/426110#M281239</guid>
      <dc:creator>MonishShah</dc:creator>
      <dc:date>2018-01-09T14:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: UNIX SAS macro - generate popup once sas program done</title>
      <link>https://communities.sas.com/t5/SAS-Programming/UNIX-SAS-macro-generate-popup-once-sas-program-done/m-p/426325#M281240</link>
      <description>&lt;P&gt;AFAIK, putty (and other telnet type clients) does not have a mechanism that allows to trigger a pop-up on the client side when something happens on the server. You can only write a .bat that executes a putty with a script (which includes a "exit" command to the server when the SAS batch has finished) and displays a message once putty terminates.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2018 07:57:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/UNIX-SAS-macro-generate-popup-once-sas-program-done/m-p/426325#M281240</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-01-10T07:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: UNIX SAS macro - generate popup once sas program done</title>
      <link>https://communities.sas.com/t5/SAS-Programming/UNIX-SAS-macro-generate-popup-once-sas-program-done/m-p/426326#M281241</link>
      <description>&lt;P&gt;PS I get the notion that you are trying to reinvent the wheel here. Things like that (messages when jobs terminate etc) are best handled by a proper scheduling system. No need to waste brain-cycles on that particular problem, that's been solved for a long time.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2018 07:59:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/UNIX-SAS-macro-generate-popup-once-sas-program-done/m-p/426326#M281241</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-01-10T07:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: UNIX SAS macro - generate popup once sas program done</title>
      <link>https://communities.sas.com/t5/SAS-Programming/UNIX-SAS-macro-generate-popup-once-sas-program-done/m-p/426360#M281242</link>
      <description>&lt;P&gt;Yes..batch file would be the best option to generate popup...thanks for the solution..&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2018 10:29:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/UNIX-SAS-macro-generate-popup-once-sas-program-done/m-p/426360#M281242</guid>
      <dc:creator>MonishShah</dc:creator>
      <dc:date>2018-01-10T10:29:13Z</dc:date>
    </item>
  </channel>
</rss>

