<?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 ı have diffuculties using sas acadenic on demand the file and code given but due to  ı am new begine in SAS Software for Learning Community</title>
    <link>https://communities.sas.com/t5/SAS-Software-for-Learning/%C4%B1-have-diffuculties-using-sas-acadenic-on-demand-the-file-and/m-p/863413#M1012</link>
    <description>&lt;P&gt;ı have data including 5 column 16 lines&amp;nbsp; ı have also code as&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; filename aa “data-13-1.csv”;&lt;/P&gt;&lt;P&gt;&amp;nbsp; filename aa “data-13-1.csv”;&lt;/P&gt;&lt;P&gt;proc import datafile=aa&amp;nbsp; out=one&amp;nbsp; dbms=csv&amp;nbsp; replace;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ods graphic off;&lt;/P&gt;&lt;P&gt;proc corr data=one;&lt;/P&gt;&lt;P&gt;&amp;nbsp; var&amp;nbsp; XO&amp;nbsp; YO;&lt;/P&gt;&lt;P&gt;&amp;nbsp; with X1&amp;nbsp; Y1 ;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc import datafile=aa&amp;nbsp; out=one&amp;nbsp; dbms=csv&amp;nbsp; replace;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ods graphic off;&lt;/P&gt;&lt;P&gt;proc corr data=one;&lt;/P&gt;&lt;P&gt;&amp;nbsp; var&amp;nbsp; XO&amp;nbsp; YO;&lt;/P&gt;&lt;P&gt;&amp;nbsp; with X1&amp;nbsp; Y1 ;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;bu ı have difficulties to import data to the code page&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 10 Mar 2023 12:52:50 GMT</pubDate>
    <dc:creator>misoysal</dc:creator>
    <dc:date>2023-03-10T12:52:50Z</dc:date>
    <item>
      <title>ı have diffuculties using sas acadenic on demand the file and code given but due to  ı am new begine</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/%C4%B1-have-diffuculties-using-sas-acadenic-on-demand-the-file-and/m-p/863413#M1012</link>
      <description>&lt;P&gt;ı have data including 5 column 16 lines&amp;nbsp; ı have also code as&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; filename aa “data-13-1.csv”;&lt;/P&gt;&lt;P&gt;&amp;nbsp; filename aa “data-13-1.csv”;&lt;/P&gt;&lt;P&gt;proc import datafile=aa&amp;nbsp; out=one&amp;nbsp; dbms=csv&amp;nbsp; replace;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ods graphic off;&lt;/P&gt;&lt;P&gt;proc corr data=one;&lt;/P&gt;&lt;P&gt;&amp;nbsp; var&amp;nbsp; XO&amp;nbsp; YO;&lt;/P&gt;&lt;P&gt;&amp;nbsp; with X1&amp;nbsp; Y1 ;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc import datafile=aa&amp;nbsp; out=one&amp;nbsp; dbms=csv&amp;nbsp; replace;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ods graphic off;&lt;/P&gt;&lt;P&gt;proc corr data=one;&lt;/P&gt;&lt;P&gt;&amp;nbsp; var&amp;nbsp; XO&amp;nbsp; YO;&lt;/P&gt;&lt;P&gt;&amp;nbsp; with X1&amp;nbsp; Y1 ;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;bu ı have difficulties to import data to the code page&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2023 12:52:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/%C4%B1-have-diffuculties-using-sas-acadenic-on-demand-the-file-and/m-p/863413#M1012</guid>
      <dc:creator>misoysal</dc:creator>
      <dc:date>2023-03-10T12:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: ı have diffuculties using sas acadenic on demand the file and code given but due to  ı am new be</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/%C4%B1-have-diffuculties-using-sas-acadenic-on-demand-the-file-and/m-p/863428#M1013</link>
      <description>&lt;P&gt;Can you explain what the problem is?&lt;/P&gt;
&lt;P&gt;You posted code, but no log of the run, so we don't know what the issue is.&lt;/P&gt;
&lt;P&gt;You posted code that is reading from a CSV file, but you did not show any of the CSV file contents.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My guess just from looking at the code you posted is that the CSV file is not in the current working directory of the SAS session that is running the PROC IMPORT.&amp;nbsp; So you need to change the filename statement to give the fully qualified filename and not just a relative filename it currently has.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2023 13:20:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/%C4%B1-have-diffuculties-using-sas-acadenic-on-demand-the-file-and/m-p/863428#M1013</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2023-03-10T13:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: ı have diffuculties using sas acadenic on demand the file and code given but due to ı am new be</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/%C4%B1-have-diffuculties-using-sas-acadenic-on-demand-the-file-and/m-p/863435#M1014</link>
      <description>if ı send data anad code can you do for me&lt;BR /&gt;due to ı am beginner ı could not transfer the data file to the snippet&lt;BR /&gt;below the data&lt;BR /&gt;[image: image.png]&lt;BR /&gt;and this is the code&lt;BR /&gt;[image: image.png]&lt;BR /&gt;when ı tried to have solution on SAS academic on demand&lt;BR /&gt;ı can not transfer the whole data to the area needed&lt;BR /&gt;this is my problem ı confronted&lt;BR /&gt;kind regards&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Mar 2023 13:35:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/%C4%B1-have-diffuculties-using-sas-acadenic-on-demand-the-file-and/m-p/863435#M1014</guid>
      <dc:creator>misoysal</dc:creator>
      <dc:date>2023-03-10T13:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: ı have diffuculties using sas acadenic on demand the file and code given but due to ı am new be</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/%C4%B1-have-diffuculties-using-sas-acadenic-on-demand-the-file-and/m-p/863449#M1015</link>
      <description>&lt;P&gt;Your pictures did not make it into your message. (did you reply by email instead of using the Forum site?)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is the issue UPLOADING the CSV file?&amp;nbsp; SAS/Studio has an UPLOAD feature.&amp;nbsp; Are you having trouble using that? Or is the file too big?&amp;nbsp; You can compress the CSV file using ZIP or GZIP.&amp;nbsp; A CSV file will normally compress to between 10 and 20 percent of its original size.&amp;nbsp; So perhaps that version will not exceed the file size limits.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or is the issue getting the SAS code to point to where you did upload the file?&amp;nbsp; In the SAS/Studio interface you can browse to your files.&amp;nbsp; If you see the file you want to read then ask for its properties and that should show you the full path to the file that you can copy and paste into your FILENAME statement.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2023 14:16:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/%C4%B1-have-diffuculties-using-sas-acadenic-on-demand-the-file-and/m-p/863449#M1015</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2023-03-10T14:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: ı have diffuculties using sas acadenic on demand the file and code given but due to ı am new be</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/%C4%B1-have-diffuculties-using-sas-acadenic-on-demand-the-file-and/m-p/863457#M1016</link>
      <description>Additional note - you can right-click on file (CSV) &amp;amp; go to properties &amp;amp; then copy the full path to the file.</description>
      <pubDate>Fri, 10 Mar 2023 14:55:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/%C4%B1-have-diffuculties-using-sas-acadenic-on-demand-the-file-and/m-p/863457#M1016</guid>
      <dc:creator>tom_grant</dc:creator>
      <dc:date>2023-03-10T14:55:31Z</dc:date>
    </item>
  </channel>
</rss>

