<?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: proc copy show double identical files in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/proc-copy-show-double-identical-files/m-p/716337#M221362</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is&amp;nbsp;&lt;SPAN&gt;Enterprise Guide Library list.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Many thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 03 Feb 2021 08:05:54 GMT</pubDate>
    <dc:creator>Phil_NZ</dc:creator>
    <dc:date>2021-02-03T08:05:54Z</dc:date>
    <item>
      <title>proc copy show double identical files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-copy-show-double-identical-files/m-p/716308#M221353</link>
      <description>&lt;P&gt;Hi SAS Users,&lt;/P&gt;
&lt;P&gt;While I try to export the output to sas7bdat type to a specific folder, with the code below, I face the double output problems&lt;/P&gt;
&lt;P&gt;The code is&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt; 	libname myfolder 'C:\Users\pnguyen\OneDrive - Massey University\PhD JOURNEY\3calculation';
 	proc copy in=work out=myfolder;
 		select argentina_sum;
 	 	run;
 	quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The output shows two identical output:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="My97_0-1612325434122.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/54256i9AC2F1E355F8FC0A/image-size/large?v=v2&amp;amp;px=999" role="button" title="My97_0-1612325434122.png" alt="My97_0-1612325434122.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am wondering if there is any way that I can still export the output argentina_sum as above but it only shows 1 output argentina_sum in the output list?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks and warm regards!&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>Wed, 03 Feb 2021 04:11:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-copy-show-double-identical-files/m-p/716308#M221353</guid>
      <dc:creator>Phil_NZ</dc:creator>
      <dc:date>2021-02-03T04:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: proc copy show double identical files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-copy-show-double-identical-files/m-p/716331#M221359</link>
      <description>&lt;P&gt;In which user interface do you see the two entries?&lt;/P&gt;
&lt;P&gt;Enterprise Guide Library list, SAS Studio Libraries, or the Explorer in Display Manager (Base SAS native interface)?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 07:26:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-copy-show-double-identical-files/m-p/716331#M221359</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-02-03T07:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: proc copy show double identical files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-copy-show-double-identical-files/m-p/716337#M221362</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is&amp;nbsp;&lt;SPAN&gt;Enterprise Guide Library list.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Many thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 08:05:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-copy-show-double-identical-files/m-p/716337#M221362</guid>
      <dc:creator>Phil_NZ</dc:creator>
      <dc:date>2021-02-03T08:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: proc copy show double identical files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-copy-show-double-identical-files/m-p/716392#M221399</link>
      <description>Another one is a VIEW . Try just copy dataset.&lt;BR /&gt;&lt;BR /&gt;proc copy in=work out=myfolder   memtype=data ;&lt;BR /&gt; 		select argentina_sum;&lt;BR /&gt; 	 	run;</description>
      <pubDate>Wed, 03 Feb 2021 11:30:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-copy-show-double-identical-files/m-p/716392#M221399</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-02-03T11:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: proc copy show double identical files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-copy-show-double-identical-files/m-p/716619#M221503</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When applying the addtional&amp;nbsp; code, the results still shows double results&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;   	libname myfolder 'C:\Users\pnguyen\OneDrive - Massey University\PhD JOURNEY\3calculation1';
 	proc copy in=work out=myfolder memtype=data;/*add code memtype=data*/
 		select Argentina_;
 	 	run;
 	quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="My97_0-1612380715820.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/54294iAAE67D3585D92C27/image-size/medium?v=v2&amp;amp;px=400" role="button" title="My97_0-1612380715820.png" alt="My97_0-1612380715820.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks and warm regards.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 19:32:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-copy-show-double-identical-files/m-p/716619#M221503</guid>
      <dc:creator>Phil_NZ</dc:creator>
      <dc:date>2021-02-03T19:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: proc copy show double identical files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-copy-show-double-identical-files/m-p/716627#M221508</link>
      <description>&lt;P&gt;Please do a directory listing (outside SAS, preferrably from a cmd window with dir) of the folder.&lt;/P&gt;
&lt;P&gt;I have a suspicion about the files that you see.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 19:47:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-copy-show-double-identical-files/m-p/716627#M221508</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-02-03T19:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: proc copy show double identical files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-copy-show-double-identical-files/m-p/716787#M221597</link>
      <description>As Kurt point, check it postfix via OS command like :  LS , DIR&lt;BR /&gt;Should show something like :&lt;BR /&gt;&lt;BR /&gt;Argentina_.sas7bdat&lt;BR /&gt;Argentina_.sas7bview</description>
      <pubDate>Thu, 04 Feb 2021 11:36:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-copy-show-double-identical-files/m-p/716787#M221597</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-02-04T11:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: proc copy show double identical files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-copy-show-double-identical-files/m-p/716789#M221599</link>
      <description>&lt;P&gt;Actually, they should show&lt;/P&gt;
&lt;PRE&gt;argentina_.sas7bdat
argentina_.sas7bview&lt;/PRE&gt;
&lt;P&gt;as SAS file names are always lowercase on Windows and UNIX systems. If you find capital letters in such filenames, they are a cause for trouble.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 11:50:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-copy-show-double-identical-files/m-p/716789#M221599</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-02-04T11:50:30Z</dc:date>
    </item>
  </channel>
</rss>

