<?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: Deriving Epoch in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Deriving-Epoch/m-p/419127#M103028</link>
    <description>&lt;P&gt;Then you Need to supply usable example datasets (in datasteps, see &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712&lt;/A&gt;). Post those datasteps according to &lt;A href="https://communities.sas.com/t5/Getting-Started/How-to-add-SAS-syntax-to-your-post/ta-p/224394/jump-to/first-unread-message" target="_blank"&gt;https://communities.sas.com/t5/Getting-Started/How-to-add-SAS-syntax-to-your-post/ta-p/224394/jump-to/first-unread-message&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Then also post a visual example of the result expected from those datasets.&lt;/P&gt;</description>
    <pubDate>Thu, 07 Dec 2017 11:08:17 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2017-12-07T11:08:17Z</dc:date>
    <item>
      <title>Deriving Epoch</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Deriving-Epoch/m-p/419121#M103025</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I need merge two datas, and take right variable from second data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;first one my main data , second one data which have 3 answers for every subject. how we can merge it using sql in sas or sas.&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;DATA A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DATA B&lt;/P&gt;&lt;P&gt;USUBJID DATE&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;USUBJID&amp;nbsp; &amp;nbsp; &amp;nbsp;STARTDATE&amp;nbsp; &amp;nbsp; ENDDATE&amp;nbsp; &amp;nbsp; &amp;nbsp;EPOCH&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;1.001&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 10/10/17&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;1.001&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;09/10/17&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;14/10/17&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SCREENING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.001&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;15/10/17&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 15/12/17&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;TREATMENT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3.001&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;20/12/17&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 10/12/18&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;FOLLOW-UP&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So need to check where is my date and take EPOCh for SCREENING for this example.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;THANKS&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2017 10:46:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Deriving-Epoch/m-p/419121#M103025</guid>
      <dc:creator>Vahe_Mar</dc:creator>
      <dc:date>2017-12-07T10:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Deriving Epoch</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Deriving-Epoch/m-p/419123#M103026</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;select a.usubjid, a.date, b.epoch
from data_a a, data_b b
where a.usubjid = b.usubjid and b.startdate &amp;lt;= a.date &amp;lt;= b.enddate
;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;In SAS proc sql&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2017 10:56:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Deriving-Epoch/m-p/419123#M103026</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-12-07T10:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: Deriving Epoch</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Deriving-Epoch/m-p/419125#M103027</link>
      <description>there is one problem for screening should be &amp;lt;= date&amp;lt; , for treatment &amp;lt;= date&amp;lt;=, and for follow up &amp;lt;date &amp;lt;=</description>
      <pubDate>Thu, 07 Dec 2017 10:59:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Deriving-Epoch/m-p/419125#M103027</guid>
      <dc:creator>Vahe_Mar</dc:creator>
      <dc:date>2017-12-07T10:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Deriving Epoch</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Deriving-Epoch/m-p/419127#M103028</link>
      <description>&lt;P&gt;Then you Need to supply usable example datasets (in datasteps, see &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712&lt;/A&gt;). Post those datasteps according to &lt;A href="https://communities.sas.com/t5/Getting-Started/How-to-add-SAS-syntax-to-your-post/ta-p/224394/jump-to/first-unread-message" target="_blank"&gt;https://communities.sas.com/t5/Getting-Started/How-to-add-SAS-syntax-to-your-post/ta-p/224394/jump-to/first-unread-message&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Then also post a visual example of the result expected from those datasets.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2017 11:08:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Deriving-Epoch/m-p/419127#M103028</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-12-07T11:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Deriving Epoch</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Deriving-Epoch/m-p/419130#M103030</link>
      <description>&lt;P&gt;I think example is fine&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2017 11:23:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Deriving-Epoch/m-p/419130#M103030</guid>
      <dc:creator>Vahe_Mar</dc:creator>
      <dc:date>2017-12-07T11:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: Deriving Epoch</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Deriving-Epoch/m-p/419165#M103033</link>
      <description>&lt;P&gt;Then I won't be able to help you.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/100963"&gt;@Vahe_Mar&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;I think example is fine&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2017 12:54:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Deriving-Epoch/m-p/419165#M103033</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-12-07T12:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Deriving Epoch</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Deriving-Epoch/m-p/419180#M103037</link>
      <description>&lt;P&gt;great&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2017 14:19:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Deriving-Epoch/m-p/419180#M103037</guid>
      <dc:creator>Vahe_Mar</dc:creator>
      <dc:date>2017-12-07T14:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: Deriving Epoch</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Deriving-Epoch/m-p/420415#M103462</link>
      <description>&lt;P&gt;I solved problem with this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*Derive EPOCH*;&lt;BR /&gt;proc sql noprint;&lt;BR /&gt;create table epoch as&lt;BR /&gt;select a.* ,b.epoch&lt;BR /&gt;from faf1 as a left join sds.se as b&lt;BR /&gt;on a.usubjid=b.usubjid and&lt;BR /&gt;(&lt;BR /&gt;(length(a.FADTC)=10 and length(b.SESTDTC)=10 and b.SESTDTC&amp;lt;=a.FADTC)&lt;BR /&gt;and&lt;BR /&gt;(length(a.FADTC)=10 and length(b.SEENDTC)=10 and a.FADTC&amp;lt;=b.SEENDTC)&lt;BR /&gt;and&lt;BR /&gt;TAETORD =2&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;(length(a.FADTC)=10 and length(b.SESTDTC)=10 and b.SESTDTC&amp;lt;=a.FADTC)&lt;BR /&gt;and&lt;BR /&gt;(length(a.FADTC)=10 and length(b.SEENDTC)=10 and a.FADTC&amp;lt;b.SEENDTC)&lt;BR /&gt;and&lt;BR /&gt;TAETORD =1&lt;BR /&gt;)&lt;BR /&gt;order by a.usubjid, a.facat, a.fascat, a.faobj&lt;BR /&gt;;&lt;BR /&gt;quit;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2017 11:07:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Deriving-Epoch/m-p/420415#M103462</guid>
      <dc:creator>Vahe_Mar</dc:creator>
      <dc:date>2017-12-12T11:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Deriving Epoch</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Deriving-Epoch/m-p/420486#M103492</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/100963"&gt;@Vahe_Mar&lt;/a&gt;:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your smug reply to &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;in declining to provide a usable data set might be a little more sustainable if your solution below actually used&amp;nbsp;variable names you provided in your original topic entry (also below).&amp;nbsp;And&amp;nbsp;there is nothing&amp;nbsp; in the original post&amp;nbsp; that would lead one to see a need for the LENGTH functions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm glad you solved your problem, but it would be good for later viewers to see your proc sql code marked as the solution, and the problem description revised to&amp;nbsp;make the solution apparent.&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;original message:&lt;/P&gt;
&lt;DIV class="lia-message-body" id="messagebodydisplay_0"&gt;
&lt;DIV class="lia-message-body-content"&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I need merge two datas, and take right variable from second data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;first one my main data , second one data which have 3 answers for every subject. how we can merge it using sql in sas or sas.&lt;/P&gt;
&lt;P&gt;Example&lt;/P&gt;
&lt;P&gt;DATA A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DATA B&lt;/P&gt;
&lt;P&gt;USUBJID DATE&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;USUBJID&amp;nbsp; &amp;nbsp; &amp;nbsp;STARTDATE&amp;nbsp; &amp;nbsp; ENDDATE&amp;nbsp; &amp;nbsp; &amp;nbsp;EPOCH&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;1.001&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 10/10/17&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;1.001&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;09/10/17&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;14/10/17&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SCREENING&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.001&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;15/10/17&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 15/12/17&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;TREATMENT&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3.001&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;20/12/17&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 10/12/18&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;FOLLOW-UP&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;So need to check where is my date and take EPOCh for SCREENING for this example.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Your solution:&lt;/SPAN&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;solved problem with this.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;*Derive EPOCH*;&lt;BR /&gt;proc sql noprint;&lt;BR /&gt;create table epoch as&lt;BR /&gt;select a.* ,b.epoch&lt;BR /&gt;from faf1 as a left join sds.se as b&lt;BR /&gt;on a.usubjid=b.usubjid and&lt;BR /&gt;(&lt;BR /&gt;(length(a.FADTC)=10 and length(b.SESTDTC)=10 and b.SESTDTC&amp;lt;=a.FADTC)&lt;BR /&gt;and&lt;BR /&gt;(length(a.FADTC)=10 and length(b.SEENDTC)=10 and a.FADTC&amp;lt;=b.SEENDTC)&lt;BR /&gt;and&lt;BR /&gt;TAETORD =2&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;(length(a.FADTC)=10 and length(b.SESTDTC)=10 and b.SESTDTC&amp;lt;=a.FADTC)&lt;BR /&gt;and&lt;BR /&gt;(length(a.FADTC)=10 and length(b.SEENDTC)=10 and a.FADTC&amp;lt;b.SEENDTC)&lt;BR /&gt;and&lt;BR /&gt;TAETORD =1&lt;BR /&gt;)&lt;BR /&gt;order by a.usubjid, a.facat, a.fascat, a.faobj&lt;BR /&gt;;&lt;BR /&gt;quit;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 12 Dec 2017 14:54:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Deriving-Epoch/m-p/420486#M103492</guid>
      <dc:creator>mkeintz</dc:creator>
      <dc:date>2017-12-12T14:54:02Z</dc:date>
    </item>
  </channel>
</rss>

