<?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: Data doen't exist in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Data-doen-t-exist/m-p/226598#M40798</link>
    <description>Maybe this is helpful?&lt;BR /&gt;&lt;A href="http://stackoverflow.com/questions/32589193/sas-file-lib-dataset-data-does-not-exist-but-proc-datasets-shows-dataset" target="_blank"&gt;http://stackoverflow.com/questions/32589193/sas-file-lib-dataset-data-does-not-exist-but-proc-datasets-shows-dataset&lt;/A&gt;</description>
    <pubDate>Mon, 21 Sep 2015 17:11:35 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2015-09-21T17:11:35Z</dc:date>
    <item>
      <title>Data doen't exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-doen-t-exist/m-p/226587#M40792</link>
      <description>&lt;P&gt;Hi, I have FTP ed a dataset named MR0305 from mainframes to Solaris Server and using in the SAS program. &lt;BR /&gt;The dataset has been in the Solaris server after FTP has been done.&lt;BR /&gt;But I was getting the error as:&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt; 253 )&lt;BR /&gt; 254 ;&lt;BR /&gt; &lt;STRONG&gt;ERROR: File SID.MR0305A.DATA does not exist.&lt;/STRONG&gt;&lt;BR /&gt; 255 &lt;BR /&gt; 256 *-- NO BLANK TERR06 / TERR07 RECORDS -------------------------------*;&lt;/P&gt;
&lt;P&gt;I have tried so many but again the same error has been repeatedly coming:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;ERROR: File SID.MR0305A.DATA does not exist.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Any suggestions will help a lot.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Sid&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2015 16:16:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-doen-t-exist/m-p/226587#M40792</guid>
      <dc:creator>Siddhartha</dc:creator>
      <dc:date>2015-09-21T16:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Data doen't exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-doen-t-exist/m-p/226590#M40793</link>
      <description>I don't think we have enough information to help you here. Data moving from server to server, the path/library could be specified incorrectly. Can you run proc contents on the library and see the dataset? If the files are from different OS you may need to migrate the files using CPORT/XPORT rather than solely FTPing files.</description>
      <pubDate>Mon, 21 Sep 2015 16:29:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-doen-t-exist/m-p/226590#M40793</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-09-21T16:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Data doen't exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-doen-t-exist/m-p/226595#M40796</link>
      <description>Dataset has moved correctly from mainframes to Solaris server and I am able to see the dataset in the list as well. But when I am using in the program , I am getting the error:&lt;BR /&gt;ERROR: File SID.MR0305A.DATA does not exist.&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Sep 2015 16:55:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-doen-t-exist/m-p/226595#M40796</guid>
      <dc:creator>Siddhartha</dc:creator>
      <dc:date>2015-09-21T16:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Data doen't exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-doen-t-exist/m-p/226598#M40798</link>
      <description>Maybe this is helpful?&lt;BR /&gt;&lt;A href="http://stackoverflow.com/questions/32589193/sas-file-lib-dataset-data-does-not-exist-but-proc-datasets-shows-dataset" target="_blank"&gt;http://stackoverflow.com/questions/32589193/sas-file-lib-dataset-data-does-not-exist-but-proc-datasets-shows-dataset&lt;/A&gt;</description>
      <pubDate>Mon, 21 Sep 2015 17:11:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-doen-t-exist/m-p/226598#M40798</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-09-21T17:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: Data doen't exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-doen-t-exist/m-p/226642#M40816</link>
      <description>&lt;P&gt;Please confirm if this is a SAS dataset or library&amp;nbsp;you are transferring or not. If it is then the dataset or library&amp;nbsp;has to be converted to transport format on the mainframe, FTP'd to Unix using the BINARY option, then use Unix SAS to import the dataset:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="line-height: 20px;"&gt;On mainframe use CPORT procedure to create SAS transport file.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="line-height: 20px;"&gt;FTP to Unix using BINARY option.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="line-height: 20px;"&gt;In Unix SAS use CIMPORT procedure to import transport file.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Tue, 22 Sep 2015 00:47:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-doen-t-exist/m-p/226642#M40816</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2015-09-22T00:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Data doen't exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-doen-t-exist/m-p/226656#M40821</link>
      <description>&lt;P&gt;Does the user under which your SAS session runs have read access to the file?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2015 20:40:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-doen-t-exist/m-p/226656#M40821</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2015-09-21T20:40:35Z</dc:date>
    </item>
  </channel>
</rss>

