<?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 upload and run sas script program in sas studio? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-upload-and-run-sas-script-program-in-sas-studio/m-p/298112#M62658</link>
    <description>Hi:&lt;BR /&gt;  This is a question for Tech Support. I am not sure you can use RSUBMIT/ENDRSUBMIT using SAS Studio, because it will depend on what other SAS components you have installed on your server.&lt;BR /&gt;&lt;BR /&gt;  There is a batch submit procedure for SAS Studio: &lt;A href="http://support.sas.com/software/products/sasstudio/" target="_blank"&gt;http://support.sas.com/software/products/sasstudio/&lt;/A&gt; but it is different than RSUBMIT.&lt;BR /&gt;&lt;BR /&gt;  To use RSUBMIT, you need SAS CONNECT configured &lt;A href="http://support.sas.com/documentation/cdl/en/connref/67933/HTML/default/viewer.htm#p1eyablk3vvdlkn1h5euyczvt585.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/connref/67933/HTML/default/viewer.htm#p1eyablk3vvdlkn1h5euyczvt585.htm&lt;/A&gt; and if you do not have that on the server, then your RSUBMIT can't work.&lt;BR /&gt; &lt;BR /&gt;cynthia</description>
    <pubDate>Tue, 13 Sep 2016 18:21:42 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2016-09-13T18:21:42Z</dc:date>
    <item>
      <title>how to upload and run sas script program in sas studio?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-upload-and-run-sas-script-program-in-sas-studio/m-p/298089#M62653</link>
      <description>&lt;P&gt;I tried the SAS program using in SAS studio through SAS on demand.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;rsubmit;&lt;BR /&gt;ancova.sas rlink'/home/ANCOVA.sas';&lt;BR /&gt;&amp;nbsp;&amp;nbsp; proc download infile=rhost outfile=lhost;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; run;&lt;BR /&gt;endrsubmit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But the result is error. How can I fix it?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2016 16:06:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-upload-and-run-sas-script-program-in-sas-studio/m-p/298089#M62653</guid>
      <dc:creator>pingsu</dc:creator>
      <dc:date>2016-09-13T16:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: how to upload and run sas script program in sas studio?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-upload-and-run-sas-script-program-in-sas-studio/m-p/298112#M62658</link>
      <description>Hi:&lt;BR /&gt;  This is a question for Tech Support. I am not sure you can use RSUBMIT/ENDRSUBMIT using SAS Studio, because it will depend on what other SAS components you have installed on your server.&lt;BR /&gt;&lt;BR /&gt;  There is a batch submit procedure for SAS Studio: &lt;A href="http://support.sas.com/software/products/sasstudio/" target="_blank"&gt;http://support.sas.com/software/products/sasstudio/&lt;/A&gt; but it is different than RSUBMIT.&lt;BR /&gt;&lt;BR /&gt;  To use RSUBMIT, you need SAS CONNECT configured &lt;A href="http://support.sas.com/documentation/cdl/en/connref/67933/HTML/default/viewer.htm#p1eyablk3vvdlkn1h5euyczvt585.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/connref/67933/HTML/default/viewer.htm#p1eyablk3vvdlkn1h5euyczvt585.htm&lt;/A&gt; and if you do not have that on the server, then your RSUBMIT can't work.&lt;BR /&gt; &lt;BR /&gt;cynthia</description>
      <pubDate>Tue, 13 Sep 2016 18:21:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-upload-and-run-sas-script-program-in-sas-studio/m-p/298112#M62658</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2016-09-13T18:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to upload and run sas script program in sas studio?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-upload-and-run-sas-script-program-in-sas-studio/m-p/298114#M62659</link>
      <description>&lt;P&gt;Lot's of errors in the syntax I guess.&lt;/P&gt;
&lt;P&gt;There are&amp;nbsp;plenty of examples in the SAS/CONNECT documentation.&lt;/P&gt;
&lt;P&gt;One hint: you probably want to assign rlink using the FILENAME statement. And that prior to the RSUBMIT (and the&amp;nbsp;also missing SIGNON).&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2016 18:23:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-upload-and-run-sas-script-program-in-sas-studio/m-p/298114#M62659</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-09-13T18:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to upload and run sas script program in sas studio?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-upload-and-run-sas-script-program-in-sas-studio/m-p/298138#M62663</link>
      <description>&lt;P&gt;Unless I'm mistaken your program suggests that you are trying to CONNECT to a third-party SAS server from SAS on Demand. As&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13549"&gt;@Cynthia_sas﻿&lt;/a&gt;&amp;nbsp;has already mentioned, I doubt this would be allowed as for starters it would create all sorts of security implications.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One check you can do is confirm if SAS/CONNECT is licensed or not. Run proc setinit; run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 20px;"&gt;You can only use&amp;nbsp;&lt;/SPAN&gt;SAS/CONNECT if it is listed in the log as licensed.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2016 20:24:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-upload-and-run-sas-script-program-in-sas-studio/m-p/298138#M62663</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2016-09-13T20:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to upload and run sas script program in sas studio?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-upload-and-run-sas-script-program-in-sas-studio/m-p/298142#M62665</link>
      <description>&lt;P&gt;I don't think that method will works with Academics On Demand.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can open the .sas file and then copy and paste the code into the browser and execute the code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could also upload the file to your workspace (manually) by clicking file upload and then open it there and run it as well.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2016 20:25:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-upload-and-run-sas-script-program-in-sas-studio/m-p/298142#M62665</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-09-13T20:25:10Z</dc:date>
    </item>
  </channel>
</rss>

