<?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: I am new to SAS and unable to find a solution for this error. Please help. in SAS Software for Learning Community</title>
    <link>https://communities.sas.com/t5/SAS-Software-for-Learning/I-am-new-to-SAS-and-unable-to-find-a-solution-for-this-error/m-p/817518#M514</link>
    <description>And whatever tutorial you're using is old, I'd highly recommend finding a newer one. GPLOT is not recommended these days. SAS offers free introductory training classes on it's official training page.</description>
    <pubDate>Fri, 10 Jun 2022 18:07:24 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2022-06-10T18:07:24Z</dc:date>
    <item>
      <title>I am new to SAS and unable to find a solution for this error. Please help.</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/I-am-new-to-SAS-and-unable-to-find-a-solution-for-this-error/m-p/817515#M512</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2022-06-10 at 12.14.20 PM.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/72141iB632C7F18F0E1900/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2022-06-10 at 12.14.20 PM.png" alt="Screenshot 2022-06-10 at 12.14.20 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2022-06-10 at 12.14.31 PM.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/72142i52F8DD1984089AC8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2022-06-10 at 12.14.31 PM.png" alt="Screenshot 2022-06-10 at 12.14.31 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2022 17:50:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/I-am-new-to-SAS-and-unable-to-find-a-solution-for-this-error/m-p/817515#M512</guid>
      <dc:creator>Sharath19</dc:creator>
      <dc:date>2022-06-10T17:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: I am new to SAS and unable to find a solution for this error. Please help.</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/I-am-new-to-SAS-and-unable-to-find-a-solution-for-this-error/m-p/817516#M513</link>
      <description>&lt;P&gt;Post your code as text really helps.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your order of statements in the code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Create a file reference to your Excel file - note this does not import file, just creates a pointer to the file&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;FONT color="#800080"&gt;INFILE statement - not in data step, does nothing&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;FONT color="#800080"&gt;INPUT statement - not in data step, does nothing&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;PRINT data - no data read in&lt;/LI&gt;
&lt;LI&gt;Plot data - but no data has been read in&lt;/LI&gt;
&lt;LI&gt;&lt;FONT color="#FF9900"&gt;&lt;STRONG&gt;Import Excel file and save it as IMPORT1&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT color="#FF9900"&gt;&lt;STRONG&gt;Display contents of Import1 data set&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT color="#FF9900"&gt;&lt;STRONG&gt;Opens Import1 table to view it.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FYI - adding comments to your code as to what you think each line does (as above helps you avoid these errors.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Excel files are imported using PROC IMPORT.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To resolve:&lt;/P&gt;
&lt;P&gt;Remove steps 2/3&lt;/P&gt;
&lt;P&gt;Move steps 6/7/8 to after step 1.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the future please post your code as text not images.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/427314"&gt;@Sharath19&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2022-06-10 at 12.14.20 PM.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/72141iB632C7F18F0E1900/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2022-06-10 at 12.14.20 PM.png" alt="Screenshot 2022-06-10 at 12.14.20 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2022-06-10 at 12.14.31 PM.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/72142i52F8DD1984089AC8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2022-06-10 at 12.14.31 PM.png" alt="Screenshot 2022-06-10 at 12.14.31 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;  &lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2022 18:06:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/I-am-new-to-SAS-and-unable-to-find-a-solution-for-this-error/m-p/817516#M513</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-06-10T18:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: I am new to SAS and unable to find a solution for this error. Please help.</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/I-am-new-to-SAS-and-unable-to-find-a-solution-for-this-error/m-p/817518#M514</link>
      <description>And whatever tutorial you're using is old, I'd highly recommend finding a newer one. GPLOT is not recommended these days. SAS offers free introductory training classes on it's official training page.</description>
      <pubDate>Fri, 10 Jun 2022 18:07:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/I-am-new-to-SAS-and-unable-to-find-a-solution-for-this-error/m-p/817518#M514</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-06-10T18:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: I am new to SAS and unable to find a solution for this error. Please help.</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/I-am-new-to-SAS-and-unable-to-find-a-solution-for-this-error/m-p/817521#M515</link>
      <description>Delete lines 10 &amp;amp; 11&lt;BR /&gt;Move lines 12-15 after line 26&lt;BR /&gt;&lt;BR /&gt;This should get your program to run &amp;amp; produce a listing of data &amp;amp; a scatterplot of minutes vs num_mach</description>
      <pubDate>Fri, 10 Jun 2022 18:13:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/I-am-new-to-SAS-and-unable-to-find-a-solution-for-this-error/m-p/817521#M515</guid>
      <dc:creator>tom_grant</dc:creator>
      <dc:date>2022-06-10T18:13:47Z</dc:date>
    </item>
  </channel>
</rss>

