<?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: Strange error message in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Strange-error-message/m-p/45224#M9321</link>
    <description>Additional SAS code (pasted from the SAS log) is needed, as well, you would benefit from providing SAS version and OS information (to include whether SAS is running locally or on a remote server).  Most importantly, paste all related SAS code from your log to start.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
    <pubDate>Fri, 22 Jan 2010 15:09:06 GMT</pubDate>
    <dc:creator>sbb</dc:creator>
    <dc:date>2010-01-22T15:09:06Z</dc:date>
    <item>
      <title>Strange error message</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Strange-error-message/m-p/45222#M9319</link>
      <description>Hello all,&lt;BR /&gt;
&lt;BR /&gt;
I am facing an issue here which I cannot find a reason for - I am assuming parallel access, but I am not sure.&lt;BR /&gt;
&lt;BR /&gt;
I am connecting to an external system to receive a data set and very rarely the system terminates with the error as stated below.&lt;BR /&gt;
&lt;BR /&gt;
Do you have any idea what this might be?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Thomas&lt;BR /&gt;
&lt;BR /&gt;
proc copy in=datain out=libMem memtype=data;&lt;BR /&gt;
       select Z1AAB.Z1KTU;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
NOTE: Copying datain.Z1KTU to Z1AAB.Z1KTU (memtype=DATA).&lt;BR /&gt;
NOTE: BUFSIZE is not cloned when copying across different engines. System Option for BUFSIZE was used.&lt;BR /&gt;
NOTE: There were 51597 observations read from the data set datain.Z1KTU.&lt;BR /&gt;
&lt;B&gt;_0000030&lt;/B&gt; &lt;B&gt;// What would that be???&lt;/B&gt;&lt;BR /&gt;
ERROR: File datain.Z1KTU.DATA has not been saved because copy could not be completed.</description>
      <pubDate>Fri, 22 Jan 2010 08:39:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Strange-error-message/m-p/45222#M9319</guid>
      <dc:creator>ThomasH</dc:creator>
      <dc:date>2010-01-22T08:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Strange error message</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Strange-error-message/m-p/45223#M9320</link>
      <description>Somethings wrong with your syntax.&lt;BR /&gt;
&lt;BR /&gt;
Assuming you are trying to copy DATAIN.Z1KTU to LIBMEM.Z1KTU.&lt;BR /&gt;
&lt;BR /&gt;
Try this:&lt;BR /&gt;
[pre]&lt;BR /&gt;
proc copy in=datain out=libMem memtype=data;&lt;BR /&gt;
select Z1KTU;&lt;BR /&gt;
run;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
Loose the Z1AAB libname ref.&lt;BR /&gt;
Source libname goes at IN= and destination at OUT=&lt;BR /&gt;
&lt;BR /&gt;
Are you copying data across systems?&lt;BR /&gt;
&lt;BR /&gt;
Cheers from Portugal.&lt;BR /&gt;
&lt;BR /&gt;
Daniel Santos @ &lt;A href="http://www.cgd.pt" target="_blank"&gt;www.cgd.pt&lt;/A&gt;</description>
      <pubDate>Fri, 22 Jan 2010 09:52:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Strange-error-message/m-p/45223#M9320</guid>
      <dc:creator>DanielSantos</dc:creator>
      <dc:date>2010-01-22T09:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Strange error message</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Strange-error-message/m-p/45224#M9321</link>
      <description>Additional SAS code (pasted from the SAS log) is needed, as well, you would benefit from providing SAS version and OS information (to include whether SAS is running locally or on a remote server).  Most importantly, paste all related SAS code from your log to start.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Fri, 22 Jan 2010 15:09:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Strange-error-message/m-p/45224#M9321</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-01-22T15:09:06Z</dc:date>
    </item>
  </channel>
</rss>

