<?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 Running SAS on virtual machine, documentation for running script in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Running-SAS-on-virtual-machine-documentation-for-running-script/m-p/533341#M15592</link>
    <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am adding functionality to a research web application that takes data from the user, and then should run a SAS script with that data via the command line (batch mode perhaps?). My web application is on Ubuntu, so unfortunately SAS does not support that. I am thinking that I can make a virtual machine, install SAS on that, and then have my web application run the script to the virtual machine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this possible? Is there any documentation on how to give the SAS command to the virtual machine to run the SAS code?&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Wed, 06 Feb 2019 17:01:38 GMT</pubDate>
    <dc:creator>jpdimond22</dc:creator>
    <dc:date>2019-02-06T17:01:38Z</dc:date>
    <item>
      <title>Running SAS on virtual machine, documentation for running script</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Running-SAS-on-virtual-machine-documentation-for-running-script/m-p/533341#M15592</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am adding functionality to a research web application that takes data from the user, and then should run a SAS script with that data via the command line (batch mode perhaps?). My web application is on Ubuntu, so unfortunately SAS does not support that. I am thinking that I can make a virtual machine, install SAS on that, and then have my web application run the script to the virtual machine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this possible? Is there any documentation on how to give the SAS command to the virtual machine to run the SAS code?&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2019 17:01:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Running-SAS-on-virtual-machine-documentation-for-running-script/m-p/533341#M15592</guid>
      <dc:creator>jpdimond22</dc:creator>
      <dc:date>2019-02-06T17:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Running SAS on virtual machine, documentation for running script</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Running-SAS-on-virtual-machine-documentation-for-running-script/m-p/533348#M15594</link>
      <description>&lt;P&gt;If you just want to run a classic (1980s?) style command line execution of SAS like:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;cd my_project_directory
sas my_program&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Or a little fancier with options on the command line so perhaps something like:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;sas -sysin my_program -log my_project_directory/my_program.log -print my_project_directory/my_program.lst&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Then you just need to make an SSH connection to you virtual machine to run the command there.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ssh my_sas_host sas ....&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;But if you are really building a webapp then you might want to setup a SAS application server (in a VM or somewhere else) and communicate with it instead of using command line.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2019 17:25:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Running-SAS-on-virtual-machine-documentation-for-running-script/m-p/533348#M15594</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-02-06T17:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Running SAS on virtual machine, documentation for running script</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Running-SAS-on-virtual-machine-documentation-for-running-script/m-p/538661#M15758</link>
      <description>&lt;P&gt;Thanks Tom! Yeah, it is just for a research study, so I think just ssh'ing into the virtual machine is the route for now.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2019 16:01:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Running-SAS-on-virtual-machine-documentation-for-running-script/m-p/538661#M15758</guid>
      <dc:creator>jpdimond22</dc:creator>
      <dc:date>2019-02-26T16:01:05Z</dc:date>
    </item>
  </channel>
</rss>

