<?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 .bin to sas in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/bin-to-sas/m-p/325832#M72505</link>
    <description>&lt;P&gt;I was given a .bin file that a collaborator says is a binary file of a sas&amp;nbsp;tranport file; however, I cannot seem to get the file to open in SAS. I am wondering what the easiest way is for opening this file.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Jan 2017 22:42:46 GMT</pubDate>
    <dc:creator>trueblood</dc:creator>
    <dc:date>2017-01-18T22:42:46Z</dc:date>
    <item>
      <title>.bin to sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/bin-to-sas/m-p/325832#M72505</link>
      <description>&lt;P&gt;I was given a .bin file that a collaborator says is a binary file of a sas&amp;nbsp;tranport file; however, I cannot seem to get the file to open in SAS. I am wondering what the easiest way is for opening this file.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2017 22:42:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/bin-to-sas/m-p/325832#M72505</guid>
      <dc:creator>trueblood</dc:creator>
      <dc:date>2017-01-18T22:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: .bin to sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/bin-to-sas/m-p/325834#M72506</link>
      <description>&lt;P&gt;If the file is a transport file then you likely need to read it with Proc Cimport. Is that what you used to "open" it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since a transport file may have many data sets SAS does not just read one by clicking on it.&lt;/P&gt;
&lt;P&gt;You need to set up a library to receive the data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Libname newlib "path for your library";&lt;/P&gt;
&lt;P&gt;proc cimport library=newlib infile="full path and filename of transport file";&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2017 22:59:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/bin-to-sas/m-p/325834#M72506</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-01-18T22:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: .bin to sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/bin-to-sas/m-p/325918#M72541</link>
      <description>&lt;P&gt;Well, my first question would be, to the collaborator, why the file extension is .bin - i.e. its a binary file, and not .xpt - SAS transport file? &amp;nbsp;I mean if the person can't even follow basic standards then I would just remove the file from your system. &amp;nbsp;It could be anything your trying to read in, a picture, an old Office file, could just be a stream of random 1/0's.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2017 09:33:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/bin-to-sas/m-p/325918#M72541</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-01-19T09:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: .bin to sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/bin-to-sas/m-p/326019#M72565</link>
      <description>&lt;P&gt;Thank you for your help. I was able to get the data this morning (32 data files and 8 sas&amp;nbsp;catalogs). It was a transport file converted to a binary file based on the limited background I was provided.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, the real misunderstanding was that I believed it was one large data file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Amber&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2017 15:40:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/bin-to-sas/m-p/326019#M72565</guid>
      <dc:creator>trueblood</dc:creator>
      <dc:date>2017-01-19T15:40:38Z</dc:date>
    </item>
  </channel>
</rss>

