<?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 Copy data into new library w/o changing date modified? in SAS Health and Life Sciences</title>
    <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Copy-data-into-new-library-w-o-changing-date-modified/m-p/5161#M436</link>
    <description>I am running an event notification report 3x per week. I would like to automate the process as much as possible. I have a "current data" library and a "previous data" library. After generating the report, I would like to copy data from the "current data" library into the "previous data" library. Can I do so without changing the "date modified" of the datasets? I have tried both Proc Copy and Proc Datasets.&lt;BR /&gt;
&lt;BR /&gt;
Second question: The current data is downloaded from FTP (Ipswitch WS_FTP Professional 2006) as a zip file, unzipped, and placed into my "current data" library. Is there a way to automate this within SAS?&lt;BR /&gt;
&lt;BR /&gt;
Thank you very much!</description>
    <pubDate>Mon, 22 Oct 2007 20:59:17 GMT</pubDate>
    <dc:creator>sassygrl</dc:creator>
    <dc:date>2007-10-22T20:59:17Z</dc:date>
    <item>
      <title>Copy data into new library w/o changing date modified?</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Copy-data-into-new-library-w-o-changing-date-modified/m-p/5161#M436</link>
      <description>I am running an event notification report 3x per week. I would like to automate the process as much as possible. I have a "current data" library and a "previous data" library. After generating the report, I would like to copy data from the "current data" library into the "previous data" library. Can I do so without changing the "date modified" of the datasets? I have tried both Proc Copy and Proc Datasets.&lt;BR /&gt;
&lt;BR /&gt;
Second question: The current data is downloaded from FTP (Ipswitch WS_FTP Professional 2006) as a zip file, unzipped, and placed into my "current data" library. Is there a way to automate this within SAS?&lt;BR /&gt;
&lt;BR /&gt;
Thank you very much!</description>
      <pubDate>Mon, 22 Oct 2007 20:59:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Copy-data-into-new-library-w-o-changing-date-modified/m-p/5161#M436</guid>
      <dc:creator>sassygrl</dc:creator>
      <dc:date>2007-10-22T20:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Copy data into new library w/o changing date modified?</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Copy-data-into-new-library-w-o-changing-date-modified/m-p/5162#M437</link>
      <description>A co-worker pointed me to the "datecopy" option, as in:&lt;BR /&gt;
&lt;BR /&gt;
proc copy in=curr out=prev datecopy; run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
But for some reason that didn't work for me. Any idea why?</description>
      <pubDate>Tue, 23 Oct 2007 19:35:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Copy-data-into-new-library-w-o-changing-date-modified/m-p/5162#M437</guid>
      <dc:creator>sassygrl</dc:creator>
      <dc:date>2007-10-23T19:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Copy data into new library w/o changing date modified?</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Copy-data-into-new-library-w-o-changing-date-modified/m-p/5163#M438</link>
      <description>Hello sassygrl.&lt;BR /&gt;
&lt;BR /&gt;
You can copy the data without changing the date modified of the datasets. You can automate a batch file to run through windows task scheduler to xcopy the files on a regular basis. START &amp;gt; RUN &amp;gt; cmd &amp;gt; ENTER. type: xcopy / help . This will give you an idea of how to use xcopy.&lt;BR /&gt;
&lt;BR /&gt;
Once you understand how xcopy works you can test it by writing the command in a .txt file and then saving the file with a .bat extension. Just double click on the .bat file to run the script.&lt;BR /&gt;
&lt;BR /&gt;
Cheers.</description>
      <pubDate>Fri, 26 Oct 2007 11:42:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Copy-data-into-new-library-w-o-changing-date-modified/m-p/5163#M438</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-10-26T11:42:18Z</dc:date>
    </item>
  </channel>
</rss>

