<?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: Using SAS AMO to run STPs (or equivalent) in SAS Viya 2022.x? in SAS Viya</title>
    <link>https://communities.sas.com/t5/SAS-Viya/Using-SAS-AMO-to-run-STPs-or-equivalent-in-SAS-Viya-2022-x/m-p/815657#M1406</link>
    <description>&lt;P&gt;SAS AMO is a SAS 9 product&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could set up a Stored Process to call Viya if you're running both.&amp;nbsp; Or, use VBA to call the SAS Viya REST APIs.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Otherwise, you'll have to wait for the office support in Viya (might be out already) that brings connectivity to Office 365.&amp;nbsp; Not sure about legacy excel though.&lt;/P&gt;</description>
    <pubDate>Mon, 30 May 2022 08:50:01 GMT</pubDate>
    <dc:creator>AllanBowe</dc:creator>
    <dc:date>2022-05-30T08:50:01Z</dc:date>
    <item>
      <title>Using SAS AMO to run STPs (or equivalent) in SAS Viya 2022.x?</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Using-SAS-AMO-to-run-STPs-or-equivalent-in-SAS-Viya-2022-x/m-p/815579#M1403</link>
      <description>&lt;P&gt;Hi experts,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does anyone know if one can achieve what is described here:&amp;nbsp;&lt;A href="https://video.sas.com/detail/videos/sas-add-in-for-microsoft-office/video/3862907101001/use-microsoft-excel-data-as-input-to-a-stored-process?autoStart=true&amp;amp;page=5" target="_blank" rel="noopener"&gt;https://video.sas.com/detail/videos/sas-add-in-for-microsoft-office/video/3862907101001/use-microsoft-excel-data-as-input-to-a-stored-process?autoStart=true&amp;amp;page=5&lt;/A&gt;&amp;nbsp;using SAS Viya 2022.x instead of SAS 9.4?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Eyal&lt;/P&gt;</description>
      <pubDate>Sun, 29 May 2022 11:37:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Using-SAS-AMO-to-run-STPs-or-equivalent-in-SAS-Viya-2022-x/m-p/815579#M1403</guid>
      <dc:creator>EyalGonen</dc:creator>
      <dc:date>2022-05-29T11:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Using SAS AMO to run STPs (or equivalent) in SAS Viya 2022.x?</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Using-SAS-AMO-to-run-STPs-or-equivalent-in-SAS-Viya-2022-x/m-p/815637#M1404</link>
      <description>&lt;P&gt;One approach is to simply ingest the excel in a web app and send that to the backend for processing.&lt;BR /&gt;&lt;BR /&gt;Here's a video of doing that on Viya using Data Controller for SAS:&amp;nbsp;&lt;A href="https://vimeo.com/417808409?embedded=true&amp;amp;source=video_title&amp;amp;owner=89559501" target="_blank"&gt;https://vimeo.com/417808409?embedded=true&amp;amp;source=video_title&amp;amp;owner=89559501&lt;/A&gt;&amp;nbsp;- in this, additional STPs (known as Jobs in Viya) can be triggered after approval.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you wanted to build something similar yourself, you can make use of the same excel parser as we do:&amp;nbsp;&amp;nbsp;&lt;A href="https://sheetjs.com/" target="_blank"&gt;https://sheetjs.com/&lt;/A&gt;&amp;nbsp;and call Viya using SASjs:&amp;nbsp; &lt;A href="https://github.com/sasjs/adapter" target="_blank"&gt;https://github.com/sasjs/adapter&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Disclaimer - my team built both Data Controller and SASjs.&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2022 00:01:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Using-SAS-AMO-to-run-STPs-or-equivalent-in-SAS-Viya-2022-x/m-p/815637#M1404</guid>
      <dc:creator>AllanBowe</dc:creator>
      <dc:date>2022-05-30T00:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: Using SAS AMO to run STPs (or equivalent) in SAS Viya 2022.x?</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Using-SAS-AMO-to-run-STPs-or-equivalent-in-SAS-Viya-2022-x/m-p/815655#M1405</link>
      <description>&lt;P&gt;Thank you for the idea. My question was more basic than your proposed answer &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I am asking whether technically it is possible to invoke SAS Viya jobs from Excel using SAS AMO like it is possible to invoke STPs from Excel with SAS 9.4?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2022 08:45:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Using-SAS-AMO-to-run-STPs-or-equivalent-in-SAS-Viya-2022-x/m-p/815655#M1405</guid>
      <dc:creator>EyalGonen</dc:creator>
      <dc:date>2022-05-30T08:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Using SAS AMO to run STPs (or equivalent) in SAS Viya 2022.x?</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Using-SAS-AMO-to-run-STPs-or-equivalent-in-SAS-Viya-2022-x/m-p/815657#M1406</link>
      <description>&lt;P&gt;SAS AMO is a SAS 9 product&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could set up a Stored Process to call Viya if you're running both.&amp;nbsp; Or, use VBA to call the SAS Viya REST APIs.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Otherwise, you'll have to wait for the office support in Viya (might be out already) that brings connectivity to Office 365.&amp;nbsp; Not sure about legacy excel though.&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2022 08:50:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Using-SAS-AMO-to-run-STPs-or-equivalent-in-SAS-Viya-2022-x/m-p/815657#M1406</guid>
      <dc:creator>AllanBowe</dc:creator>
      <dc:date>2022-05-30T08:50:01Z</dc:date>
    </item>
  </channel>
</rss>

