<?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: importing records generated prior to present date from access db in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/importing-records-generated-prior-to-present-date-from-access-db/m-p/16434#M3024</link>
    <description>The problem was due to different formats and inclusion of the time.  Here's the solution:&lt;BR /&gt;
&lt;BR /&gt;
where=(datepart(entrydate) ne datepart(datetime()))

Message was edited by: DDC</description>
    <pubDate>Wed, 08 Apr 2009 15:34:13 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-04-08T15:34:13Z</dc:date>
    <item>
      <title>importing records generated prior to present date from access db</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/importing-records-generated-prior-to-present-date-from-access-db/m-p/16431#M3021</link>
      <description>I need to import a table from an access database and I only want the records that were entered prior to the date that I run the import.  Data are continuously entered into the database and I want to avoid importing incomplete records.  I have a variable "entrydate", can I use a WHERE statement with the TODAY() function in PROC IMPORT?  Or do I just need to filter those data from the sas dataset created by the import?</description>
      <pubDate>Wed, 08 Apr 2009 14:14:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/importing-records-generated-prior-to-present-date-from-access-db/m-p/16431#M3021</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-04-08T14:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: importing records generated prior to present date from access db</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/importing-records-generated-prior-to-present-date-from-access-db/m-p/16432#M3022</link>
      <description>Have a look at the SAS DOC on PROC IMPORT - consider the OUT= and the "data-set-options" specification for the WHERE= clause).&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
PROC IMPORT Statement&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/a000308090.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/a000308090.htm&lt;/A&gt;</description>
      <pubDate>Wed, 08 Apr 2009 14:19:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/importing-records-generated-prior-to-present-date-from-access-db/m-p/16432#M3022</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-04-08T14:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: importing records generated prior to present date from access db</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/importing-records-generated-prior-to-present-date-from-access-db/m-p/16433#M3023</link>
      <description>Yes, but I'm having trouble calling today's date within the IMPORT procedure.</description>
      <pubDate>Wed, 08 Apr 2009 14:46:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/importing-records-generated-prior-to-present-date-from-access-db/m-p/16433#M3023</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-04-08T14:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: importing records generated prior to present date from access db</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/importing-records-generated-prior-to-present-date-from-access-db/m-p/16434#M3024</link>
      <description>The problem was due to different formats and inclusion of the time.  Here's the solution:&lt;BR /&gt;
&lt;BR /&gt;
where=(datepart(entrydate) ne datepart(datetime()))

Message was edited by: DDC</description>
      <pubDate>Wed, 08 Apr 2009 15:34:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/importing-records-generated-prior-to-present-date-from-access-db/m-p/16434#M3024</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-04-08T15:34:13Z</dc:date>
    </item>
  </channel>
</rss>

