<?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: Error in reading the data in Programming 1 and 2</title>
    <link>https://communities.sas.com/t5/Programming-1-and-2/Error-in-reading-the-data/m-p/750614#M787</link>
    <description>&lt;P&gt;Please post logs by copy/pasting the text into a window opened with the &amp;lt;/&amp;gt; button. It is much easier for you to do and easier for us to read.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your dataset was imported with&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options validvarname=any;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;so the blanks in the variable names were kept.&lt;/P&gt;
&lt;P&gt;Either use name literals like&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;'Clearsky GHI'n&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;or reimport the data with&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options validvarname=v7;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;so that blanks in variable names are replaced with underlines during the import.&lt;/P&gt;</description>
    <pubDate>Sat, 26 Jun 2021 17:50:18 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2021-06-26T17:50:18Z</dc:date>
    <item>
      <title>Error in reading the data</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Error-in-reading-the-data/m-p/750087#M779</link>
      <description>&lt;P&gt;I am using&amp;nbsp;SAS OnDemand for Academics and my code is generating these errors as attached in the photos. The code is working perfectly with SAS university edition.&amp;nbsp; Any suggestions! Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.PNG" style="width: 957px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/60700i5784C633F3BD8DA0/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.PNG" alt="2.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="3.PNG" style="width: 412px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/60701i6812BF772CA0075E/image-size/large?v=v2&amp;amp;px=999" role="button" title="3.PNG" alt="3.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.PNG" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/60702i35FBA4F3524300E5/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.PNG" alt="1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 03:08:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Error-in-reading-the-data/m-p/750087#M779</guid>
      <dc:creator>najiya12</dc:creator>
      <dc:date>2021-06-24T03:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Error in reading the data</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Error-in-reading-the-data/m-p/750091#M780</link>
      <description>&lt;P&gt;Pretty clear, the data sets are not present in the work library that On demand uses. Did you upload the data sets to the server or read a file to create them? On Demand is cloud based and all the data must reside on the server.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 03:34:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Error-in-reading-the-data/m-p/750091#M780</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-06-24T03:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: Error in reading the data</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Error-in-reading-the-data/m-p/750094#M781</link>
      <description>&lt;P&gt;You have two datasets absent from the work library on the SODA server, as&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;noted.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But the second dataset (work.spearman) is missing because the first (work.hale) is missing, therefore preventing proc corr from creating work.spearman from work.hale.&amp;nbsp; You appear to have two symptoms from one problem.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 04:40:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Error-in-reading-the-data/m-p/750094#M781</guid>
      <dc:creator>mkeintz</dc:creator>
      <dc:date>2021-06-24T04:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Error in reading the data</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Error-in-reading-the-data/m-p/750097#M782</link>
      <description>&lt;P&gt;The WORK library is initialized with the start of each SAS session and removed when the session terminates; since the name of the directory is tied to the process number of the SAS process, you cannot re-use it (not with simple means).&lt;/P&gt;
&lt;P&gt;You may have run the code that creates WORK.HALE earlier and were then logged out of ODA because of inactivity. You need to rerun that code.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 04:59:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Error-in-reading-the-data/m-p/750097#M782</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-06-24T04:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Error in reading the data</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Error-in-reading-the-data/m-p/750538#M783</link>
      <description>&lt;P&gt;How could I reside the data on the server? This is screenshot shows that data in the work library&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="najiya12_0-1624647103115.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/60767i4631AE37E5D8D732/image-size/medium?v=v2&amp;amp;px=400" role="button" title="najiya12_0-1624647103115.png" alt="najiya12_0-1624647103115.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jun 2021 18:56:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Error-in-reading-the-data/m-p/750538#M783</guid>
      <dc:creator>najiya12</dc:creator>
      <dc:date>2021-06-25T18:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Error in reading the data</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Error-in-reading-the-data/m-p/750539#M784</link>
      <description>&lt;P&gt;yes agreed. How to solve the first issue&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jun 2021 18:57:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Error-in-reading-the-data/m-p/750539#M784</guid>
      <dc:creator>najiya12</dc:creator>
      <dc:date>2021-06-25T18:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Error in reading the data</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Error-in-reading-the-data/m-p/750579#M785</link>
      <description>&lt;P&gt;The dataset you inspect in your WORK is named IMPORT, not HALE.&lt;/P&gt;
&lt;P&gt;The right side of the screen shows a&amp;nbsp;&lt;EM&gt;task definition&lt;/EM&gt; for importing a file to a dataset, not the dataset itself. You need to execute that task to create the dataset in your current session.&lt;/P&gt;</description>
      <pubDate>Sat, 26 Jun 2021 05:48:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Error-in-reading-the-data/m-p/750579#M785</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-06-26T05:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: Error in reading the data</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Error-in-reading-the-data/m-p/750612#M786</link>
      <description>&lt;P&gt;Thank &lt;A href="mailto:you@KurtBremser" target="_blank"&gt;you very much @KurtBremser&lt;/A&gt;.&amp;nbsp;I was able to create hale in the work library. but then I got different errors as shown in the screenshot attached&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="najiya12_0-1624729127746.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/60776i6AAAFA90355780C4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="najiya12_0-1624729127746.png" alt="najiya12_0-1624729127746.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Jun 2021 17:39:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Error-in-reading-the-data/m-p/750612#M786</guid>
      <dc:creator>najiya12</dc:creator>
      <dc:date>2021-06-26T17:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Error in reading the data</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Error-in-reading-the-data/m-p/750614#M787</link>
      <description>&lt;P&gt;Please post logs by copy/pasting the text into a window opened with the &amp;lt;/&amp;gt; button. It is much easier for you to do and easier for us to read.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your dataset was imported with&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options validvarname=any;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;so the blanks in the variable names were kept.&lt;/P&gt;
&lt;P&gt;Either use name literals like&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;'Clearsky GHI'n&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;or reimport the data with&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options validvarname=v7;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;so that blanks in variable names are replaced with underlines during the import.&lt;/P&gt;</description>
      <pubDate>Sat, 26 Jun 2021 17:50:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Error-in-reading-the-data/m-p/750614#M787</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-06-26T17:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Error in reading the data</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Error-in-reading-the-data/m-p/750622#M788</link>
      <description>&lt;P&gt;Very Very appreciated! It works great now. thank you very much for the help&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Jun 2021 19:05:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Error-in-reading-the-data/m-p/750622#M788</guid>
      <dc:creator>najiya12</dc:creator>
      <dc:date>2021-06-26T19:05:03Z</dc:date>
    </item>
  </channel>
</rss>

