<?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: Not all files copied to new location using following code, only 105 log files are copied to new location out of 145 files. Following is code &amp; output. Any idea what's blocking it? Is it somewhere setting to limit number of objects to copy? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Not-all-files-copied-to-new-location-using-following-code-only/m-p/156558#M30569</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jaap, I am very new to SAS so I could use it like following instead of mentioned '&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;input put _infile_ ;&lt;/SPAN&gt;'.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;input;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt; put _infile_ ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;It was throwing error: ERROR: The _INFILE_ variable cannot be referenced by the INPUT statement.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;But I couldn't understand the difference in logs, may be I am new to this. But thanks, surely useful in DATA steps once I start working further.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Feb 2015 09:24:51 GMT</pubDate>
    <dc:creator>gauravkodmalwar</dc:creator>
    <dc:date>2015-02-06T09:24:51Z</dc:date>
    <item>
      <title>Not all files copied to new location using following code, only 105 log files are copied to new location out of 145 files. Following is code &amp; output. Any idea what's blocking it? Is it somewhere setting to limit number of objects to copy?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Not-all-files-copied-to-new-location-using-following-code-only/m-p/156555#M30566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size: 13px; background-color: #ffffff;"&gt;Not all files copied to new location using following code, only 105 log files are copied to new location out of 145 files. Following is code &amp;amp; output. Any idea what's blocking it? Is it somewhere setting to limit number of objects to copy?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size: 13px; background-color: #ffffff;"&gt;********* SAS code: *********&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size: 13px; background-color: #ffffff;"&gt;%macro userwritten_copy(src=,dst=);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size: 13px; background-color: #ffffff;"&gt;filename mycopy pipe "copy &amp;amp;src\*.* &amp;amp;dst\*.*";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size: 13px; background-color: #ffffff;"&gt;data copydir;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size: 13px; background-color: #ffffff;"&gt;&amp;nbsp; infile mycopy;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size: 13px; background-color: #ffffff;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size: 13px; background-color: #ffffff;"&gt;%mend userwritten_copy;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size: 13px; background-color: #ffffff;"&gt;********* SAS code: *********&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size: 13px; background-color: #ffffff;"&gt;********* SAS log: ***********&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size: 13px; background-color: #ffffff;"&gt;NOTE: The infile MYCOPY is:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size: 13px; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Unnamed Pipe Access Device,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size: 13px; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PROCESS=copy&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size: 13px; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sourcepath\*.*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size: 13px; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; destpath\*.*,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size: 13px; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RECFM=V,LRECL=1024&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size: 13px; background-color: #ffffff;"&gt;NOTE: 0 records were read from the infile MYCOPY.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size: 13px; background-color: #ffffff;"&gt;NOTE: The data set WORK.COPYDIR has 1 observations and 0 variables.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size: 13px; background-color: #ffffff;"&gt;NOTE: DATA statement used (Total process time):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size: 13px; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2:00.00&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size: 13px; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.04 seconds&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size: 13px; background-color: #ffffff;"&gt;********* SAS log: ***********&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 06:11:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Not-all-files-copied-to-new-location-using-following-code-only/m-p/156555#M30566</guid>
      <dc:creator>gauravkodmalwar</dc:creator>
      <dc:date>2015-02-06T06:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: Not all files copied to new location using following code, only 105 log files are copied to new location out of 145 files. Following is code &amp; output. Any idea what's blocking it? Is it somewhere setting to limit number of objects to copy?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Not-all-files-copied-to-new-location-using-following-code-only/m-p/156556#M30567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;add:&amp;nbsp; "input put _infile_ ;"&amp;nbsp; to your datastep it will show the messages of the executed program. &lt;BR /&gt;Most likely there are some and they are telling you the reason.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 07:43:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Not-all-files-copied-to-new-location-using-following-code-only/m-p/156556#M30567</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-02-06T07:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Not all files copied to new location using following code, only 105 log files are copied to new location out of 145 files. Following is code &amp; output. Any idea what's blocking it? Is it somewhere setting to limit number of objects to copy?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Not-all-files-copied-to-new-location-using-following-code-only/m-p/156557#M30568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using "copy &amp;amp;src.\*.* &amp;amp;dst." in the filename pipe (witout the *.* in the destination!). It may be that the expansion of dst\*.* causes confusion (a similar command in UNIX like cp src/*.* dst/*.* would not do anything at all if the last file found by dst/*.* was not a directory!). Also note that it is good practice to terminate macro variable names with a dot when the macro variables are used as part of a "word".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 07:53:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Not-all-files-copied-to-new-location-using-following-code-only/m-p/156557#M30568</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-02-06T07:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: Not all files copied to new location using following code, only 105 log files are copied to new location out of 145 files. Following is code &amp; output. Any idea what's blocking it? Is it somewhere setting to limit number of objects to copy?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Not-all-files-copied-to-new-location-using-following-code-only/m-p/156558#M30569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jaap, I am very new to SAS so I could use it like following instead of mentioned '&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;input put _infile_ ;&lt;/SPAN&gt;'.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;input;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt; put _infile_ ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;It was throwing error: ERROR: The _INFILE_ variable cannot be referenced by the INPUT statement.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;But I couldn't understand the difference in logs, may be I am new to this. But thanks, surely useful in DATA steps once I start working further.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 09:24:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Not-all-files-copied-to-new-location-using-following-code-only/m-p/156558#M30569</guid>
      <dc:creator>gauravkodmalwar</dc:creator>
      <dc:date>2015-02-06T09:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: Not all files copied to new location using following code, only 105 log files are copied to new location out of 145 files. Following is code &amp; output. Any idea what's blocking it? Is it somewhere setting to limit number of objects to copy?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Not-all-files-copied-to-new-location-using-following-code-only/m-p/156559#M30570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Kurt, tried same thing but didn't help it. It's still working same way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 09:25:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Not-all-files-copied-to-new-location-using-following-code-only/m-p/156559#M30570</guid>
      <dc:creator>gauravkodmalwar</dc:creator>
      <dc:date>2015-02-06T09:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Not all files copied to new location using following code, only 105 log files are copied to new location out of 145 files. Following is code &amp; output. Any idea what's blocking it? Is it somewhere setting to limit number of objects to copy?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Not-all-files-copied-to-new-location-using-following-code-only/m-p/156560#M30571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since I am a newbie to SAS so off course I couldn't solve the problem but I could search the solution on google &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;Following solution worked out, I think '&lt;SPAN style="font-size: 13.3333330154419px;"&gt;stdout' solved the problem.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%macro userwritten_copy(src=,dst=);&lt;/P&gt;&lt;P&gt;filename mycopy pipe "copy &amp;amp;src.\*.* &amp;amp;dst.";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data copydir;&lt;/P&gt;&lt;P&gt;/*input put &amp;amp;dst. ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; input;&lt;/P&gt;&lt;P&gt;&amp;nbsp; stdout=&amp;amp;dst.;*/&lt;/P&gt;&lt;P&gt;&amp;nbsp; infile mycopy;&lt;/P&gt;&lt;P&gt;&amp;nbsp; input;&lt;/P&gt;&lt;P&gt;&amp;nbsp; stdout="&amp;amp;dst.";&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;%mend userwritten_copy;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 09:27:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Not-all-files-copied-to-new-location-using-following-code-only/m-p/156560#M30571</guid>
      <dc:creator>gauravkodmalwar</dc:creator>
      <dc:date>2015-02-06T09:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: Not all files copied to new location using following code, only 105 log files are copied to new location out of 145 files. Following is code &amp; output. Any idea what's blocking it? Is it somewhere setting to limit number of objects to copy?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Not-all-files-copied-to-new-location-using-following-code-only/m-p/156561#M30572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for not being complete.&lt;/P&gt;&lt;P&gt;%macro userwritten_copy(src=,dst=);&lt;/P&gt;&lt;P&gt;filename mycopy pipe "copy &amp;amp;src.\*.* &amp;amp;dst.&amp;nbsp;&amp;nbsp; 2&amp;gt;&amp;amp;1";&amp;nbsp;&amp;nbsp; /* &lt;A href="http://support2.microsoft.com/kb/110930" title="http://support2.microsoft.com/kb/110930"&gt; Redirecting Error Messages from Command Prompt: STDERR/STDOUT&lt;/A&gt; the 2&amp;amp;&amp;gt;1 is the errorfile redirection */&lt;/P&gt;&lt;P&gt; data _null_ ;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* there is no need for a sas-datset _null_ will do */ &lt;/P&gt;&lt;P&gt;&amp;nbsp; infile mycopy;&amp;nbsp;&amp;nbsp;&amp;nbsp; input;&amp;nbsp; put _infile_ ;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* all semicolons must be at correct positions. The messages and error message should be got and printed.&amp;nbsp; */ &lt;/P&gt;&lt;P&gt;run;&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;&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; /* 1/ open the file to execute&amp;nbsp;&amp;nbsp; 2/ read every line&amp;nbsp;&amp;nbsp; 3/ print that line */ &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Having problems with Windows batch files or command try those first in a Windows command-window.&amp;nbsp; Badly name as a dos-box.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 09:44:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Not-all-files-copied-to-new-location-using-following-code-only/m-p/156561#M30572</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-02-06T09:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: Not all files copied to new location using following code, only 105 log files are copied to new location out of 145 files. Following is code &amp; output. Any idea what's blocking it? Is it somewhere setting to limit number of objects to copy?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Not-all-files-copied-to-new-location-using-following-code-only/m-p/156562#M30573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This has nothing to do with SAS/IML. In the future please post questions like this to the "Macro and DATA Step" community: &lt;A _jive_internal="true" href="https://communities.sas.com/community/support-communities/sas_macro_facility_data_step_and_sas_language_elements"&gt;https://communities.sas.com/community/support-communities/sas_macro_facility_data_step_and_sas_language_elements&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 11:02:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Not-all-files-copied-to-new-location-using-following-code-only/m-p/156562#M30573</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2015-02-06T11:02:42Z</dc:date>
    </item>
  </channel>
</rss>

