<?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 dataset error in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-dataset-error/m-p/122193#M25051</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks TOM and DOC.., i will try..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Yaswanth J.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Feb 2013 09:28:24 GMT</pubDate>
    <dc:creator>yaswanthj</dc:creator>
    <dc:date>2013-02-27T09:28:24Z</dc:date>
    <item>
      <title>SAS dataset error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-dataset-error/m-p/122190#M25048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a issue with dataset. whenever i am trying to open some of the dataset in sas viewer and also in sas , i can not able to open the dataset it is pop up with a below window. but i can able to open the dataset with universal viewer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="sas.dataset_error.JPG" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/3127_sas.dataset_error.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Could any one help, how to over come this issue..with out using updated viewers..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Yaswanth J.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 16:10:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-dataset-error/m-p/122190#M25048</guid>
      <dc:creator>yaswanthj</dc:creator>
      <dc:date>2013-02-26T16:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: SAS dataset error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-dataset-error/m-p/122191#M25049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only issue I have had when using SAS System Viewer 9.1 (the last one SAS released) is when trying to read 64 bit datasets created on Unix.&amp;nbsp; I can read 32 bit from Unix and 32 and 64 bit from Windows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are creating the datasets that you cannot view with SAS Viewer then you might want to look into using the OUTREP setting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="ms-PostBody"&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV class="ms-rtestate-field"&gt;&lt;DIV class="ExternalClass25B096606E4B4010BFD385C94827948F"&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt;"&gt;*----------------------------------------------------------------------;&lt;BR /&gt;* Copying datasets adding compression and setting format to 32 bit ;&lt;BR /&gt;* so that they can be browsed from PC with SAS System Viewer. ;&lt;BR /&gt;*----------------------------------------------------------------------;&lt;BR /&gt;%let path=.;&lt;BR /&gt;options compress=yes ;&lt;BR /&gt;libname in "&amp;amp;path";&lt;BR /&gt;libname out "&amp;amp;path" outrep=solaris_32;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt;"&gt;proc copy inlib=in outlib=out noclone datecopy memtype=data ;&lt;BR /&gt;run;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 16:32:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-dataset-error/m-p/122191#M25049</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2013-02-26T16:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: SAS dataset error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-dataset-error/m-p/122192#M25050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try searching for&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sv unknown error site:sas.com&lt;/P&gt;&lt;P&gt;with google.&amp;nbsp; There were a number of hits that might be pertinent.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 16:34:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-dataset-error/m-p/122192#M25050</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2013-02-26T16:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: SAS dataset error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-dataset-error/m-p/122193#M25051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks TOM and DOC.., i will try..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Yaswanth J.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 09:28:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-dataset-error/m-p/122193#M25051</guid>
      <dc:creator>yaswanthj</dc:creator>
      <dc:date>2013-02-27T09:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: SAS dataset error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-dataset-error/m-p/122194#M25052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you used any format for this dataset??&lt;/P&gt;&lt;P&gt;If YES,make sure that format name length should not be exceed 8 character.That might cause the error..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sanjeev.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 09:45:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-dataset-error/m-p/122194#M25052</guid>
      <dc:creator>kuridisanjeev</dc:creator>
      <dc:date>2013-02-27T09:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: SAS dataset error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-dataset-error/m-p/122195#M25053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ohk great...its working..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Sanjeev..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yaswanth J.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 09:53:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-dataset-error/m-p/122195#M25053</guid>
      <dc:creator>yaswanthj</dc:creator>
      <dc:date>2013-02-27T09:53:17Z</dc:date>
    </item>
  </channel>
</rss>

