<?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: SAS Universal Viewer v9.2: Unable to load table error in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/SAS-Universal-Viewer-v9-2-Unable-to-load-table-error/m-p/762240#M30362</link>
    <description>&lt;P&gt;The error message says that the file is indexed, but the index is missing. SAS stores the index in a separate file. So:&lt;/P&gt;
&lt;P&gt;Do you have a file with the extension sas7bdat and another file with the same name but extension sas7bndx?&lt;/P&gt;</description>
    <pubDate>Wed, 18 Aug 2021 08:35:42 GMT</pubDate>
    <dc:creator>andreas_lds</dc:creator>
    <dc:date>2021-08-18T08:35:42Z</dc:date>
    <item>
      <title>SAS Universal Viewer v9.2: Unable to load table error</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-Universal-Viewer-v9-2-Unable-to-load-table-error/m-p/762169#M30358</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;First time installation of SAS Universal Viewer on my laptop.&amp;nbsp; (Windows 10 Pro, x64 system)&amp;nbsp; I confirmed that I have the correct JRE and .NET versions installed.&lt;/P&gt;&lt;P&gt;Problem: SAS dataset (dm.sas7bdat) provided by contracted vendor will not open using SAS viewer.&amp;nbsp; Error:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kleduke_ma_0-1629234782232.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/62673iA2F2DF5E2D3074AF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kleduke_ma_0-1629234782232.png" alt="kleduke_ma_0-1629234782232.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Vendor says the tables are opening fine for them (with full SAS install).&lt;/P&gt;&lt;P&gt;I downloaded a sample dataset from another source (alcohol.sas7bdat) and was able to open it with no problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 21:16:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-Universal-Viewer-v9-2-Unable-to-load-table-error/m-p/762169#M30358</guid>
      <dc:creator>kleduke_ma</dc:creator>
      <dc:date>2021-08-17T21:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Universal Viewer v9.2: Unable to load table error</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-Universal-Viewer-v9-2-Unable-to-load-table-error/m-p/762176#M30359</link>
      <description>&lt;P&gt;The version of the Universal Viewer that shipped with SAS 9.4.4 is 1.42, so I don't know what version Universal Viewer 9.2 might be. If it is the viewer that shipped with SAS 9.2 you may be having an issue related to the header information change in data files from SAS 9.3 to 9.4. One of the variables in the header was increased to record more records and unless the data sets are saved with an option to disable that larger range of values then older versions of SAS cannot read the header portion of the data set.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might request your contractor to set:&lt;/P&gt;
&lt;P&gt;Options &lt;SPAN class="xis-keyword"&gt;EXTENDOBSCOUNTER=no; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="xis-keyword"&gt;OR use the dataset option of the same name such as:&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;data want (extendobscounter=no);
   set have;
run;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN class="xis-keyword"&gt;and recreate one of the data sets or even just a one record data set, then try opening that. If you can open the file that is the cause and all your sets from the contractor should use the option OR you need to update to a newer viewer.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 21:44:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-Universal-Viewer-v9-2-Unable-to-load-table-error/m-p/762176#M30359</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-08-17T21:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Universal Viewer v9.2: Unable to load table error</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-Universal-Viewer-v9-2-Unable-to-load-table-error/m-p/762185#M30360</link>
      <description>Thank you. I see now that 9.2 is not the latest version! It was the first to come up when I searched.&lt;BR /&gt;I will install 9.4 and let you know if that solves my problem.&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Aug 2021 22:06:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-Universal-Viewer-v9-2-Unable-to-load-table-error/m-p/762185#M30360</guid>
      <dc:creator>kleduke_ma</dc:creator>
      <dc:date>2021-08-17T22:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Universal Viewer v9.2: Unable to load table error</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-Universal-Viewer-v9-2-Unable-to-load-table-error/m-p/762240#M30362</link>
      <description>&lt;P&gt;The error message says that the file is indexed, but the index is missing. SAS stores the index in a separate file. So:&lt;/P&gt;
&lt;P&gt;Do you have a file with the extension sas7bdat and another file with the same name but extension sas7bndx?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Aug 2021 08:35:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-Universal-Viewer-v9-2-Unable-to-load-table-error/m-p/762240#M30362</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2021-08-18T08:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Universal Viewer v9.2: Unable to load table error</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-Universal-Viewer-v9-2-Unable-to-load-table-error/m-p/835689#M35968</link>
      <description>&lt;P&gt;I had this error, and it turns out that my SAS Universal Viewer is too old. After updating to the latest version, the error is gone. This way I don't need to do anything to the dataset. But if you only have access to an old version, then this can be a solution.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 18:33:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-Universal-Viewer-v9-2-Unable-to-load-table-error/m-p/835689#M35968</guid>
      <dc:creator>user021</dc:creator>
      <dc:date>2022-09-28T18:33:02Z</dc:date>
    </item>
  </channel>
</rss>

