<?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: Logic in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Logic/m-p/391382#M11847</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/161147"&gt;@Devyani&lt;/a&gt;&amp;nbsp;There is not a character limit here. Please post more details if you want any help otherwise please contact SAS Tech Support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Details&amp;nbsp;on how to ask a good question are here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-ask-a-question-in-SAS-Analytics-U-Communities/ta-p/221163" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-ask-a-question-in-SAS-Analytics-U-Communities/ta-p/221163&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://stackoverflow.com/help/how-to-ask" target="_blank"&gt;https://stackoverflow.com/help/how-to-ask&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 29 Aug 2017 04:06:44 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2017-08-29T04:06:44Z</dc:date>
    <item>
      <title>Logic</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Logic/m-p/391136#M11827</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is in daily code it will &amp;nbsp;first execute the back dated data from the source and then execute the remaining code.&lt;/P&gt;&lt;P&gt;For example when we run on 23 date it will first execute 22 data and then the remaining data, when we run on 24 it will first execute 23 data and then the remaining data.&lt;/P&gt;&lt;P&gt;EX : Yesterday date is set at 11am automatically and day before yesterday is set at 2am manually and once completed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;actually my question is that the code should have only one instance running.&lt;/P&gt;&lt;P&gt;So, what is the logic?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rerun for recon issues logic?&lt;/P&gt;</description>
      <pubDate>Sun, 27 Aug 2017 17:55:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Logic/m-p/391136#M11827</guid>
      <dc:creator>Devyani</dc:creator>
      <dc:date>2017-08-27T17:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: Logic</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Logic/m-p/391140#M11828</link>
      <description>&lt;P&gt;Are you asking about scheduling a process to run and checking if it ran successfully?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's not clear what you're asking for here.&lt;/P&gt;</description>
      <pubDate>Sun, 27 Aug 2017 18:03:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Logic/m-p/391140#M11828</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-08-27T18:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Logic</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Logic/m-p/391145#M11829</link>
      <description>&lt;P&gt;Do you have daily datasets or a acummulated data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Assuming the last is true and that the data contains a date or a timestamp variable&lt;/P&gt;
&lt;P&gt;then calculate the "yesterday" day and run with where date variable is GE "yesterday".&lt;/P&gt;</description>
      <pubDate>Sun, 27 Aug 2017 19:02:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Logic/m-p/391145#M11829</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2017-08-27T19:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Logic</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Logic/m-p/391158#M11833</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/161147"&gt;@Devyani&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;Describe what you have, how you would like to work and how things work currently and what the problem is that you need to solve.&lt;/P&gt;</description>
      <pubDate>Sun, 27 Aug 2017 23:13:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Logic/m-p/391158#M11833</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2017-08-27T23:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Logic</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Logic/m-p/391176#M11836</link>
      <description>Actually my yesterday data is scheduled at 11am automatically which takes atleast 3hrs of time to execute&lt;BR /&gt;I manually scheduled day before yesterday data at 2am because there is an issue with its data&lt;BR /&gt;once completed and when repeat or reconciliation&lt;BR /&gt;rerun for recon issues&lt;BR /&gt;both the dates data hit the same table&lt;BR /&gt;code should only have one instance running&lt;BR /&gt;can anyone please let me know the logic here?</description>
      <pubDate>Mon, 28 Aug 2017 03:51:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Logic/m-p/391176#M11836</guid>
      <dc:creator>Devyani</dc:creator>
      <dc:date>2017-08-28T03:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: Logic</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Logic/m-p/391177#M11837</link>
      <description>&lt;P&gt;It is still not clear what the code is doing.&lt;/P&gt;
&lt;P&gt;Is it updating existing data? adding new data?&lt;/P&gt;
&lt;P&gt;What is the ID variables?&lt;/P&gt;
&lt;P&gt;Can you post your code and sample of your data?&lt;/P&gt;
&lt;P&gt;What issues do you have ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The logic may differ according to your answers.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2017 04:04:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Logic/m-p/391177#M11837</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2017-08-28T04:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Logic</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Logic/m-p/391199#M11841</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/161147"&gt;@Devyani&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;To clearly formulate what you have, what you need and what problem you have to solve will not only help us to understand you and provide advise, it will also help you to take a structured approach to problem analysis and resolution.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2017 08:50:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Logic/m-p/391199#M11841</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2017-08-28T08:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Logic</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Logic/m-p/391201#M11842</link>
      <description>It is updating existing data&lt;BR /&gt;only one instance should be running</description>
      <pubDate>Mon, 28 Aug 2017 09:57:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Logic/m-p/391201#M11842</guid>
      <dc:creator>Devyani</dc:creator>
      <dc:date>2017-08-28T09:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Logic</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Logic/m-p/391381#M11846</link>
      <description>18 hours ago&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It is updating existing data&lt;BR /&gt;only one instance should be running</description>
      <pubDate>Tue, 29 Aug 2017 03:53:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Logic/m-p/391381#M11846</guid>
      <dc:creator>Devyani</dc:creator>
      <dc:date>2017-08-29T03:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Logic</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Logic/m-p/391382#M11847</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/161147"&gt;@Devyani&lt;/a&gt;&amp;nbsp;There is not a character limit here. Please post more details if you want any help otherwise please contact SAS Tech Support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Details&amp;nbsp;on how to ask a good question are here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-ask-a-question-in-SAS-Analytics-U-Communities/ta-p/221163" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-ask-a-question-in-SAS-Analytics-U-Communities/ta-p/221163&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://stackoverflow.com/help/how-to-ask" target="_blank"&gt;https://stackoverflow.com/help/how-to-ask&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 04:06:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Logic/m-p/391382#M11847</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-08-29T04:06:44Z</dc:date>
    </item>
  </channel>
</rss>

