<?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: Toolkit / library for reading SAS format files (including Hebrew characters) in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Toolkit-library-for-reading-SAS-format-files-including-Hebrew/m-p/413504#M12622</link>
    <description>&lt;P&gt;V8 files are almost 20 years old. Getting them to work may be problematic...is this reflective of your actual situation?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Third party library are maintained by the developer so you should reach out to the developer. SAS file formats are proprietary and as far as I know they do not provide tools to read them for other applications.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;R has the SAS7BDAT packages that reads SAS files, but not sure it has anything to read a format file, which is actually a catalog (I think).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Nov 2017 22:13:03 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2017-11-14T22:13:03Z</dc:date>
    <item>
      <title>Toolkit / library for reading SAS format files (including Hebrew characters)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Toolkit-library-for-reading-SAS-format-files-including-Hebrew/m-p/413405#M12619</link>
      <description>&lt;P&gt;What are suggested toolkits / libraries for reading SAS format files (&lt;A href="https://v8doc.sas.com/sashtml/win/z1iles.htm" target="_blank"&gt;https://v8doc.sas.com/sashtml/win/z1iles.htm&lt;/A&gt;) ?&lt;/P&gt;&lt;P&gt;I would be very much interested in getting preferable tools implemented in C++ / Java.&lt;/P&gt;&lt;P&gt;Preference is for open source tools.&lt;/P&gt;&lt;P&gt;Do you know how well they perform when data (text) in SAS format file includes Hebrew characters ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 16:57:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Toolkit-library-for-reading-SAS-format-files-including-Hebrew/m-p/413405#M12619</guid>
      <dc:creator>tomermahlin</dc:creator>
      <dc:date>2017-11-14T16:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Toolkit / library for reading SAS format files (including Hebrew characters)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Toolkit-library-for-reading-SAS-format-files-including-Hebrew/m-p/413413#M12620</link>
      <description>&lt;P&gt;It might help to describe what you want to do with the format files.&lt;/P&gt;
&lt;P&gt;Generally everything you might want to know would likely best come from Proc Format unless you do not use SAS at all.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Proc Format with the page option will create a document of values involved or use CNTLOUT to create a SAS dataset.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Appearance of results could depend on the LOCALE setting of the SAS system for language support.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 17:21:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Toolkit-library-for-reading-SAS-format-files-including-Hebrew/m-p/413413#M12620</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-11-14T17:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Toolkit / library for reading SAS format files (including Hebrew characters)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Toolkit-library-for-reading-SAS-format-files-including-Hebrew/m-p/413435#M12621</link>
      <description>&lt;P&gt;I attach a file as an example of SAS format file which is not properly read by 3rd party library.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hebrew data / text seems to be encoded with ISO 8859-8 code page in this file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SPSS Modeler leveraging this 3rd party library is not capable of properly processing Hebrew data (as a result of faulty SAS reading engine in this 3rd party library).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Obviously one of the solutions would be to seek resolution of proper support for Hebrew in 3rd party library. However, usually embarking on this journey may be very time consuming and not necessarily productive.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thus I was wondering if there is any preferable / recommend toolkit / library for reading SAS files. By a way of example:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;for handling / reading &lt;STRONG&gt;PDF&lt;/STRONG&gt; documents I would suggest to use: &lt;A href="https://pdfbox.apache.org/" target="_self"&gt;https://pdfbox.apache.org/&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;for handling / reading &lt;STRONG&gt;Microsoft Office&lt;/STRONG&gt; documents I would suggest to use: &lt;A href="https://poi.apache.org/" target="_self"&gt;https://poi.apache.org/&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 14 Nov 2017 18:17:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Toolkit-library-for-reading-SAS-format-files-including-Hebrew/m-p/413435#M12621</guid>
      <dc:creator>tomermahlin</dc:creator>
      <dc:date>2017-11-14T18:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: Toolkit / library for reading SAS format files (including Hebrew characters)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Toolkit-library-for-reading-SAS-format-files-including-Hebrew/m-p/413504#M12622</link>
      <description>&lt;P&gt;V8 files are almost 20 years old. Getting them to work may be problematic...is this reflective of your actual situation?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Third party library are maintained by the developer so you should reach out to the developer. SAS file formats are proprietary and as far as I know they do not provide tools to read them for other applications.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;R has the SAS7BDAT packages that reads SAS files, but not sure it has anything to read a format file, which is actually a catalog (I think).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 22:13:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Toolkit-library-for-reading-SAS-format-files-including-Hebrew/m-p/413504#M12622</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-11-14T22:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: Toolkit / library for reading SAS format files (including Hebrew characters)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Toolkit-library-for-reading-SAS-format-files-including-Hebrew/m-p/413655#M12632</link>
      <description>&lt;P&gt;Yes. &amp;nbsp;This is reflective of actual situation. Customer are trying to work with files (similar to what I attached) using SPSS Modeler.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2017 14:03:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Toolkit-library-for-reading-SAS-format-files-including-Hebrew/m-p/413655#M12632</guid>
      <dc:creator>tomermahlin</dc:creator>
      <dc:date>2017-11-15T14:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Toolkit / library for reading SAS format files (including Hebrew characters)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Toolkit-library-for-reading-SAS-format-files-including-Hebrew/m-p/413716#M12641</link>
      <description>&lt;P&gt;They are SAS files, not format files or such which is a different story.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can try the SAS Universal Viewer - download from SAS to read the file and then perhaps export as CSV or such.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or you can try STAT/Transfer which is a relatively cheap third party tool to read SAS files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2017 16:08:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Toolkit-library-for-reading-SAS-format-files-including-Hebrew/m-p/413716#M12641</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-11-15T16:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: Toolkit / library for reading SAS format files (including Hebrew characters)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Toolkit-library-for-reading-SAS-format-files-including-Hebrew/m-p/413737#M12643</link>
      <description>&lt;P&gt;STAT/Transfer tool (library DLL) from &lt;A href="https://stattransfer.com/downloads/" target="_self"&gt;https://stattransfer.com/downloads/&lt;/A&gt;&amp;nbsp;is exactly what is being used by SPSS Modeler :-)).&amp;nbsp;&lt;/P&gt;&lt;P&gt;This tool has issues with Hebrew code page.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried SAS Universal Viewer (from &lt;A href="https://support.sas.com/downloads/package.htm?pid=1989#" target="_self"&gt;https://support.sas.com/downloads/package.htm?pid=1989#&lt;/A&gt;) and got very good results (see attached image illustrating how file looks like in SAS Universal Viewer vs. SPSS Modeler).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS. When I mentioned a word "format" I referred &amp;nbsp;to internal structure of SAS binary files.&lt;/P&gt;&lt;P&gt;It is described here: &lt;A href="https://cran.r-project.org/web/packages/sas7bdat/vignettes/sas7bdat.pdf" target="_self"&gt;https://cran.r-project.org/web/packages/sas7bdat/vignettes/sas7bdat.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I realize that there might be several different formats used by SAS Inc.&lt;/P&gt;&lt;P&gt;For the sake of this specific discussion sas7bdat format seems to be most relevant.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2017 16:58:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Toolkit-library-for-reading-SAS-format-files-including-Hebrew/m-p/413737#M12643</guid>
      <dc:creator>tomermahlin</dc:creator>
      <dc:date>2017-11-15T16:58:09Z</dc:date>
    </item>
  </channel>
</rss>

