<?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: The code and error message regarding to import transport file issue above in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/The-code-and-error-message-regarding-to-import-transport-file/m-p/26359#M6014</link>
    <description>For the future, this type of post is more suitable for the forum named "SAS Macro Facility, Data Step and SAS Language Elements", rather than posting in the very first forum in the list.&lt;BR /&gt;
&lt;BR /&gt;
Though you have not shared info at all about what you are attempting to accomplish (from-environment, to-environment, SAS version, to start), it's somewat clear that you are attempting to copy an XPORT format SAS dataset.&lt;BR /&gt;
&lt;BR /&gt;
So, from the diagnostic and knowing SAS naming restrictions, I would say that your problem source is that a SAS data library member cannot have an imbedded blank character.&lt;BR /&gt;
&lt;BR /&gt;
Suggest you renaming the XPORT format file and at least replace the "blank" with an underscore.  You will also want to ensure that the file has been transfered in binary-format, as well.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Moving and Accessing SAS Files between Operating Environments&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/movefile/59598/HTML/default/moveacc.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/movefile/59598/HTML/default/moveacc.htm&lt;/A&gt;</description>
    <pubDate>Sun, 06 Dec 2009 16:26:21 GMT</pubDate>
    <dc:creator>sbb</dc:creator>
    <dc:date>2009-12-06T16:26:21Z</dc:date>
    <item>
      <title>The code and error message regarding to import transport file issue above</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/The-code-and-error-message-regarding-to-import-transport-file/m-p/26358#M6013</link>
      <description>The import code:&lt;BR /&gt;
&lt;BR /&gt;
libname myin xport "C:\project\temp\peter\edc\ODI 1_0.xpt";&lt;BR /&gt;
libname xptout 'C:\project\temp\peter\edc\';&lt;BR /&gt;
&lt;BR /&gt;
proc copy in=myin out=xptout MEMTYPE=DATA;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
The log file with error:&lt;BR /&gt;
NOTE: Input library MYIN is sequential.&lt;BR /&gt;
NOTE: Copying MYIN.ODI 1_0 to XPTOUT.ODI 1_0 (memtype=DATA).&lt;BR /&gt;
ERROR: The value ODI 1_0 is not a valid SAS name.&lt;BR /&gt;
ERROR: File XPTOUT.'ODI 1_0'n.DATA has not been saved because copy could not be completed.&lt;BR /&gt;
NOTE: Statements not processed because of errors noted above.&lt;BR /&gt;
NOTE: PROCEDURE COPY used (Total process time):&lt;BR /&gt;
      real time           0.00 seconds&lt;BR /&gt;
      cpu time            0.00 seconds&lt;BR /&gt;
&lt;BR /&gt;
NOTE: The SAS System stopped processing this step because of errors.</description>
      <pubDate>Sun, 06 Dec 2009 01:44:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/The-code-and-error-message-regarding-to-import-transport-file/m-p/26358#M6013</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-12-06T01:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: The code and error message regarding to import transport file issue above</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/The-code-and-error-message-regarding-to-import-transport-file/m-p/26359#M6014</link>
      <description>For the future, this type of post is more suitable for the forum named "SAS Macro Facility, Data Step and SAS Language Elements", rather than posting in the very first forum in the list.&lt;BR /&gt;
&lt;BR /&gt;
Though you have not shared info at all about what you are attempting to accomplish (from-environment, to-environment, SAS version, to start), it's somewat clear that you are attempting to copy an XPORT format SAS dataset.&lt;BR /&gt;
&lt;BR /&gt;
So, from the diagnostic and knowing SAS naming restrictions, I would say that your problem source is that a SAS data library member cannot have an imbedded blank character.&lt;BR /&gt;
&lt;BR /&gt;
Suggest you renaming the XPORT format file and at least replace the "blank" with an underscore.  You will also want to ensure that the file has been transfered in binary-format, as well.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Moving and Accessing SAS Files between Operating Environments&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/movefile/59598/HTML/default/moveacc.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/movefile/59598/HTML/default/moveacc.htm&lt;/A&gt;</description>
      <pubDate>Sun, 06 Dec 2009 16:26:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/The-code-and-error-message-regarding-to-import-transport-file/m-p/26359#M6014</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-12-06T16:26:21Z</dc:date>
    </item>
  </channel>
</rss>

