<?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 SAS External Editor - Running SAS code on external editor in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-External-Editor-Running-SAS-code-on-external-editor/m-p/802524#M315940</link>
    <description>&lt;P&gt;As a former programmer and current SAS user, I find the UI of SAS very basic and unconfigurable for my liking. I would love to be able to run SAS code the same way in another popular code editor such as VS Code. There are some plugins for recognizing and auto-filling syntax, which is good but not enough. The problem comes down to running bits of SAS code for smaller tasks and entire SAS files for big tasks, I am less certain how to implement this in VS Code, I know VS Code uses configuration files like tasks.json that could be helpful, but I am less familiar with how to set these up. I was hoping that you could provide a guide on how to run SAS code on an external editor (VS code in my case) for SAS (9.4 Foundation in my case) installed locally. Even better, if you could develop a plugin for VS Code that would be amazing!&lt;/P&gt;</description>
    <pubDate>Wed, 16 Mar 2022 19:44:40 GMT</pubDate>
    <dc:creator>MattWork</dc:creator>
    <dc:date>2022-03-16T19:44:40Z</dc:date>
    <item>
      <title>SAS External Editor - Running SAS code on external editor</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-External-Editor-Running-SAS-code-on-external-editor/m-p/802524#M315940</link>
      <description>&lt;P&gt;As a former programmer and current SAS user, I find the UI of SAS very basic and unconfigurable for my liking. I would love to be able to run SAS code the same way in another popular code editor such as VS Code. There are some plugins for recognizing and auto-filling syntax, which is good but not enough. The problem comes down to running bits of SAS code for smaller tasks and entire SAS files for big tasks, I am less certain how to implement this in VS Code, I know VS Code uses configuration files like tasks.json that could be helpful, but I am less familiar with how to set these up. I was hoping that you could provide a guide on how to run SAS code on an external editor (VS code in my case) for SAS (9.4 Foundation in my case) installed locally. Even better, if you could develop a plugin for VS Code that would be amazing!&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2022 19:44:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-External-Editor-Running-SAS-code-on-external-editor/m-p/802524#M315940</guid>
      <dc:creator>MattWork</dc:creator>
      <dc:date>2022-03-16T19:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: SAS External Editor - Running SAS code on external editor</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-External-Editor-Running-SAS-code-on-external-editor/m-p/802528#M315942</link>
      <description>&lt;P&gt;Seek and you shall find:&amp;nbsp;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/DevOps-with-VS-Code-GIT-and-SASjs/ta-p/747648" target="_blank"&gt;DevOps with VS Code, GIT, and SASjs - SAS Support Communities&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2022 20:15:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-External-Editor-Running-SAS-code-on-external-editor/m-p/802528#M315942</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-03-16T20:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: SAS External Editor - Running SAS code on external editor</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-External-Editor-Running-SAS-code-on-external-editor/m-p/802945#M316144</link>
      <description>&lt;P&gt;As &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt; mentions, we've built a plugin for VS Code that currently allows you to highlight and run, or run an entire program in Viya.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We plan to extend support to SAS 9 EBI and Base SAS soon.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the meantime you have two further options for running code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1.&amp;nbsp; Use the SASjs CLI in terminal -&amp;nbsp;&lt;A href="https://cli.sasjs.io/run/" target="_blank"&gt;https://cli.sasjs.io/run/&lt;/A&gt;&lt;BR /&gt;2.&amp;nbsp; Use the editor in SASjs Server (a REST API and Studio editor over Foundation SAS) - &lt;A href="https://github.com/sasjs/server" target="_blank"&gt;https://github.com/sasjs/server&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you need help setting up, feel free to send a private message.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Mar 2022 20:16:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-External-Editor-Running-SAS-code-on-external-editor/m-p/802945#M316144</guid>
      <dc:creator>AllanBowe</dc:creator>
      <dc:date>2022-03-19T20:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: SAS External Editor - Running SAS code on external editor</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-External-Editor-Running-SAS-code-on-external-editor/m-p/802955#M316153</link>
      <description>&lt;P&gt;Other options are Atom or Jupyter Notebook.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/sasdummy/2016/04/24/how-to-run-sas-programs-in-jupyter-notebook/" target="_blank"&gt;https://blogs.sas.com/content/sasdummy/2016/04/24/how-to-run-sas-programs-in-jupyter-notebook/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.sas.com/content/dam/SAS/support/en/sas-global-forum-proceedings/2019/3262-2019.pdf" target="_blank"&gt;https://www.sas.com/content/dam/SAS/support/en/sas-global-forum-proceedings/2019/3262-2019.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://atom.io/packages/language-sas" target="_blank"&gt;https://atom.io/packages/language-sas&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Mar 2022 23:50:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-External-Editor-Running-SAS-code-on-external-editor/m-p/802955#M316153</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2022-03-19T23:50:49Z</dc:date>
    </item>
  </channel>
</rss>

