<?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: Scheduling SAS Visual Analytics Data Queries in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Scheduling-SAS-Visual-Analytics-Data-Queries/m-p/898685#M17568</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/442329"&gt;@Achraf_Ougdal&lt;/a&gt;&amp;nbsp;- Have you done any scheduling in SMC before? The first step is to create the SAS program that will be scheduled as a SAS batch job. This needs to be stored in a folder accessible by your SAS server. The next thing is to decide which scheduler you will use. If you right click on Schedule Manager, select New Flow, you should see a window like this which will list all of the schedulers available to you.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SASKiwi_0-1697396743395.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/88875i557532C9057EC622/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SASKiwi_0-1697396743395.png" alt="SASKiwi_0-1697396743395.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;We use Platform Process Manager, a third=party schedule you can get as part of your SAS licence. By default you should see the other two options listed.&lt;/P&gt;</description>
    <pubDate>Sun, 15 Oct 2023 19:08:45 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2023-10-15T19:08:45Z</dc:date>
    <item>
      <title>Scheduling SAS Visual Analytics Data Queries</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Scheduling-SAS-Visual-Analytics-Data-Queries/m-p/898609#M17561</link>
      <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a pretty simple challenge but I can't find a way to solve it. The scenario is pretty simple, I have 4 Data Queries, one to load Tables and the other 3 are for creating Star Schemas. I would like to schedule the Data Loading Process, in a way that is starts with the Load Tables Script and after it finishes, it executes the 3 other Data Queries one after the other.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was looking for a way to do it in SAS Management Console but Unfortunately I couldn't.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please help me in this matter ? Thank you so much&lt;/P&gt;</description>
      <pubDate>Sat, 14 Oct 2023 16:13:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Scheduling-SAS-Visual-Analytics-Data-Queries/m-p/898609#M17561</guid>
      <dc:creator>Achraf_Ougdal</dc:creator>
      <dc:date>2023-10-14T16:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling SAS Visual Analytics Data Queries</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Scheduling-SAS-Visual-Analytics-Data-Queries/m-p/898622#M17562</link>
      <description>&lt;P&gt;Since you refer to SMC, are you using SAS VA 7.5 or some other version? A coded solution will work here, if you are OK with that. Using Schedule Manager in SMC means that is the way you would have to do it anyway. We use this approach just for table loading ourselves and it works well. I haven't checked but it may be possible to export the SQL out of VA data queries to put into a scheduled SAS program.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Oct 2023 22:05:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Scheduling-SAS-Visual-Analytics-Data-Queries/m-p/898622#M17562</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2023-10-14T22:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling SAS Visual Analytics Data Queries</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Scheduling-SAS-Visual-Analytics-Data-Queries/m-p/898645#M17564</link>
      <description>Hello, yes we are using SAS VA 7.5. I don't know if there's a way to schedule a Data Query to be executed right after another Data Query Finishes executing.&lt;BR /&gt;&lt;BR /&gt;Otherwise, I am open to any coded approach to do it.&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;</description>
      <pubDate>Sun, 15 Oct 2023 09:30:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Scheduling-SAS-Visual-Analytics-Data-Queries/m-p/898645#M17564</guid>
      <dc:creator>Achraf_Ougdal</dc:creator>
      <dc:date>2023-10-15T09:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling SAS Visual Analytics Data Queries</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Scheduling-SAS-Visual-Analytics-Data-Queries/m-p/898656#M17566</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;&amp;nbsp;, I thought about the following Solution but I can't find a way to implement it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I exported every single Data Query that I have in Sas Visual Data Bulilder as a job. and I want to deploy those job so that I can Use them in a flow and schedule it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was able to export the queries as job but when I try to deploy it, it asks for the physical location of the job that I can't find anywhere.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I thought about copying the code that I have in each Query and Create a .sas file and paste it in it. Then Place the .sas file in SASJobs so that I would use it in a flow.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't know it it's the right way or I'm just messing around.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please validate this idea, If not, How can I find the Physical Location of the job that I have just exported.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Sun, 15 Oct 2023 13:33:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Scheduling-SAS-Visual-Analytics-Data-Queries/m-p/898656#M17566</guid>
      <dc:creator>Achraf_Ougdal</dc:creator>
      <dc:date>2023-10-15T13:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling SAS Visual Analytics Data Queries</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Scheduling-SAS-Visual-Analytics-Data-Queries/m-p/898685#M17568</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/442329"&gt;@Achraf_Ougdal&lt;/a&gt;&amp;nbsp;- Have you done any scheduling in SMC before? The first step is to create the SAS program that will be scheduled as a SAS batch job. This needs to be stored in a folder accessible by your SAS server. The next thing is to decide which scheduler you will use. If you right click on Schedule Manager, select New Flow, you should see a window like this which will list all of the schedulers available to you.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SASKiwi_0-1697396743395.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/88875i557532C9057EC622/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SASKiwi_0-1697396743395.png" alt="SASKiwi_0-1697396743395.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;We use Platform Process Manager, a third=party schedule you can get as part of your SAS licence. By default you should see the other two options listed.&lt;/P&gt;</description>
      <pubDate>Sun, 15 Oct 2023 19:08:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Scheduling-SAS-Visual-Analytics-Data-Queries/m-p/898685#M17568</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2023-10-15T19:08:45Z</dc:date>
    </item>
  </channel>
</rss>

