<?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 Run SAS query from backend in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Run-SAS-query-from-backend/m-p/473675#M121574</link>
    <description>I want to run SAS programs from backend and have the result and log to be stored in permanent folder.&lt;BR /&gt;Can someone help to get the command</description>
    <pubDate>Wed, 27 Jun 2018 12:04:45 GMT</pubDate>
    <dc:creator>aranganayagi</dc:creator>
    <dc:date>2018-06-27T12:04:45Z</dc:date>
    <item>
      <title>Run SAS query from backend</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Run-SAS-query-from-backend/m-p/473675#M121574</link>
      <description>I want to run SAS programs from backend and have the result and log to be stored in permanent folder.&lt;BR /&gt;Can someone help to get the command</description>
      <pubDate>Wed, 27 Jun 2018 12:04:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Run-SAS-query-from-backend/m-p/473675#M121574</guid>
      <dc:creator>aranganayagi</dc:creator>
      <dc:date>2018-06-27T12:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Run SAS query from backend</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Run-SAS-query-from-backend/m-p/473676#M121575</link>
      <description>&lt;P&gt;See the &lt;A href="http://documentation.sas.com/?docsetId=proc&amp;amp;docsetTarget=n1oardywxmmut7n1pol0zkj5u1ok.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_self"&gt;PROC PRINTTO Documentation&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 12:06:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Run-SAS-query-from-backend/m-p/473676#M121575</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2018-06-27T12:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: Run SAS query from backend</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Run-SAS-query-from-backend/m-p/473679#M121576</link>
      <description>&lt;P&gt;Do you mean to run programs in batch without user intervention?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 12:13:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Run-SAS-query-from-backend/m-p/473679#M121576</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-06-27T12:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Run SAS query from backend</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Run-SAS-query-from-backend/m-p/473683#M121579</link>
      <description>I want to run the program and have the result even if the session is closed or disconnected</description>
      <pubDate>Wed, 27 Jun 2018 12:18:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Run-SAS-query-from-backend/m-p/473683#M121579</guid>
      <dc:creator>aranganayagi</dc:creator>
      <dc:date>2018-06-27T12:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: Run SAS query from backend</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Run-SAS-query-from-backend/m-p/473686#M121581</link>
      <description>&lt;P&gt;In what?&amp;nbsp; You haven't provided any information.&amp;nbsp; What software are you using, is it server based, local install.&amp;nbsp; What type of program.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If a session is closed prematurely then it stops at the point it was running at normally.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 12:22:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Run-SAS-query-from-backend/m-p/473686#M121581</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-06-27T12:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: Run SAS query from backend</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Run-SAS-query-from-backend/m-p/473687#M121582</link>
      <description>I am running sas program in server. Whenever LAN is disconnected, the programs are getting aborted. I heard there is one command called nohup, Can someone help to get the exact command and how to use it.</description>
      <pubDate>Wed, 27 Jun 2018 12:23:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Run-SAS-query-from-backend/m-p/473687#M121582</guid>
      <dc:creator>aranganayagi</dc:creator>
      <dc:date>2018-06-27T12:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Run SAS query from backend</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Run-SAS-query-from-backend/m-p/473691#M121584</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/59319"&gt;@aranganayagi&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;I am running sas program in server. Whenever LAN is disconnected, the programs are getting aborted. I heard there is one command called nohup, Can someone help to get the exact command and how to use it.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;That's an easy one.&lt;/P&gt;
&lt;P&gt;As soon as you have something that can be run from the commandline (eg a SAS program that can be run with the supplied sasbatch.sh), do&lt;/P&gt;
&lt;PRE&gt;nohup sasbatch.sh program.sas &amp;amp;&lt;/PRE&gt;
&lt;P&gt;The &amp;amp; at the end moves the program to the background (you immediately get your prompt back, and are shown the number of the background process). nohup prevents the sendig of a SIGHUP to the process in case the connection fails/is terminated.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 12:32:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Run-SAS-query-from-backend/m-p/473691#M121584</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-06-27T12:32:08Z</dc:date>
    </item>
  </channel>
</rss>

