<?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: How to Run Daily SAS Job on Remote Desktop in Developers</title>
    <link>https://communities.sas.com/t5/Developers/How-to-Run-Daily-SAS-Job-on-Remote-Desktop/m-p/512200#M5812</link>
    <description>&lt;P&gt;Define "SAS job". Is it a project file from Enterprise Guide, or a single .sas program file?&lt;/P&gt;
&lt;P&gt;Next, give us some information regarding your SAS setup. Is it a single machine containing all SAS software, or do you have a separate SAS server and a desktop from which you access this server?&lt;/P&gt;</description>
    <pubDate>Mon, 12 Nov 2018 14:24:24 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2018-11-12T14:24:24Z</dc:date>
    <item>
      <title>How to Run Daily SAS Job on Remote Desktop</title>
      <link>https://communities.sas.com/t5/Developers/How-to-Run-Daily-SAS-Job-on-Remote-Desktop/m-p/512193#M5811</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm new to SAS roughly for the pats few months. I was wondering if there was a way to run a daily sas job from sas on a remote desktop. I already read&amp;nbsp;&lt;A href="https://blogs.sas.com/content/sgf/2013/08/14/four-ways-to-schedule-sas-tasks/" target="_self"&gt;Wendy's Tricks&lt;/A&gt;&amp;nbsp;but I'm not sure how this would apply to my remote desktop case. I only need one SAS job to run daily as of right now though. If anybody could help, that would be much appreciated. Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 12 Nov 2018 14:09:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-to-Run-Daily-SAS-Job-on-Remote-Desktop/m-p/512193#M5811</guid>
      <dc:creator>skatofia</dc:creator>
      <dc:date>2018-11-12T14:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to Run Daily SAS Job on Remote Desktop</title>
      <link>https://communities.sas.com/t5/Developers/How-to-Run-Daily-SAS-Job-on-Remote-Desktop/m-p/512200#M5812</link>
      <description>&lt;P&gt;Define "SAS job". Is it a project file from Enterprise Guide, or a single .sas program file?&lt;/P&gt;
&lt;P&gt;Next, give us some information regarding your SAS setup. Is it a single machine containing all SAS software, or do you have a separate SAS server and a desktop from which you access this server?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Nov 2018 14:24:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-to-Run-Daily-SAS-Job-on-Remote-Desktop/m-p/512200#M5812</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-11-12T14:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to Run Daily SAS Job on Remote Desktop</title>
      <link>https://communities.sas.com/t5/Developers/How-to-Run-Daily-SAS-Job-on-Remote-Desktop/m-p/512201#M5813</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Define "SAS job". Is it a project file from Enterprise Guide, or a single .sas program file?&amp;nbsp;&lt;STRONG&gt;Single .sas program file.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Next, give us some information regarding your SAS setup. Is it a single machine containing all SAS software, or do you have a separate SAS server and a desktop from which you access this server?&amp;nbsp;&lt;STRONG&gt;I go into a SAS server on remote desktop and access SAS there&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Nov 2018 14:31:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-to-Run-Daily-SAS-Job-on-Remote-Desktop/m-p/512201#M5813</guid>
      <dc:creator>skatofia</dc:creator>
      <dc:date>2018-11-12T14:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to Run Daily SAS Job on Remote Desktop</title>
      <link>https://communities.sas.com/t5/Developers/How-to-Run-Daily-SAS-Job-on-Remote-Desktop/m-p/512208#M5814</link>
      <description>&lt;P&gt;Very good. .sas files are perfectly suited for batch processing.&lt;/P&gt;
&lt;P&gt;Your server already provides you with a fine tool for running SAS jobs in batch. It is the sasbatch.sh (or sasbatch.bat) in the Lev1/SASApp/BatchServer directory.&lt;/P&gt;
&lt;P&gt;Create a shell script (UNIX) or batchfile (Windows) on the server (you also need to store your .sas file on the server), and use the server's scheduling to run your job. I do not recommend to use a desktop for scheduling, especially not a remote one. It's never guaranteed that a (eg) Citrix instance will be "up" if you are not using it at the moment. Keep in mind that the remote desktop is most probably virtual, while your server is very much a "physical" entity, online 24/7.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Nov 2018 14:55:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-to-Run-Daily-SAS-Job-on-Remote-Desktop/m-p/512208#M5814</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-11-12T14:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to Run Daily SAS Job on Remote Desktop</title>
      <link>https://communities.sas.com/t5/Developers/How-to-Run-Daily-SAS-Job-on-Remote-Desktop/m-p/512210#M5815</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Nov 2018 14:59:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-to-Run-Daily-SAS-Job-on-Remote-Desktop/m-p/512210#M5815</guid>
      <dc:creator>skatofia</dc:creator>
      <dc:date>2018-11-12T14:59:01Z</dc:date>
    </item>
  </channel>
</rss>

