<?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: how to import txt extn file in SAS Stuidio in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/how-to-import-txt-extn-file-in-SAS-Stuidio/m-p/394497#M3401</link>
    <description>&lt;P&gt;If you're using SAS UE refer to the set up instruction for the book or course you're using to set it up in SAS UE.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or check the Analytics U forum for many questions like this.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or search the SAS University Edition Help Centre on how to access your files.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or see the intro videos for SAS UE on videos.sas.com under How To tutorials.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 10 Sep 2017 10:00:28 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2017-09-10T10:00:28Z</dc:date>
    <item>
      <title>how to import txt extn file in SAS Stuidio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/how-to-import-txt-extn-file-in-SAS-Stuidio/m-p/394494#M3399</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to SAS and learning SAS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to work on thsi example to import this txt file which i created in notepad and its saved as txt file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when i try to import file it says physical file doesnt exist , please advise.&lt;/P&gt;&lt;P&gt;i have just typed this data in notepad to create this raw data :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;RANCH,1250,2,1,Sheppard Avenue,"$64,000"&lt;BR /&gt;SPLIT,1190,1,1,Rand Street,"$65,850"&lt;BR /&gt;CONDO,1400,2,1.5,Market Street,"80,050"&lt;BR /&gt;TWOSTORY,1810,4,3,Garris Street,"$107,250"&lt;BR /&gt;RANCH,1500,3,3,Kemble Avenue,"$86,650"&lt;BR /&gt;SPLIT,1615,4,3,West Drive,"94,450"&lt;BR /&gt;SPLIT,1305,3,1.5,Graham Avenue,"$73,650"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;saved this file as location.txt in note pad&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;now tried to import it :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data location1;&lt;BR /&gt;infile 'C:\Users\tauqe\Documents\myfolders\location.txt' ;&lt;BR /&gt;input style $ @;&lt;BR /&gt;if style = 'CONDO' or style = 'RANCH';&lt;BR /&gt;input sqfeet bedrooms baths street $ price : dollar10.;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;error message:&lt;/P&gt;&lt;P&gt;ERROR: Physical file does not exist, /opt/sasinside/SASConfig/Lev1/SASApp/C:\Users\tauqe\Documents\myfolders\location.txt.&lt;/P&gt;&lt;DIV class="sasNote"&gt;NOTE: The SAS System stopped processing this step because of errors&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;please advise.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Sun, 10 Sep 2017 07:55:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/how-to-import-txt-extn-file-in-SAS-Stuidio/m-p/394494#M3399</guid>
      <dc:creator>bondtk</dc:creator>
      <dc:date>2017-09-10T07:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to import txt extn file in SAS Stuidio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/how-to-import-txt-extn-file-in-SAS-Stuidio/m-p/394495#M3400</link>
      <description>&lt;P&gt;An often seen mistake where you confuse the local Windows environment of your pc or laptop with the Linux environment of the server. The SAS server session that your Studio is connected to and that executes the code is not directly aware of the files on your Windows drives. You can use the file upload task or drag and drop in the files tree to move your data from Widows to Linux (or more prcisely: from client to server) to make your code run.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The giveaway here is the filename in the message that has a Linux part (/opt/sasinside/SASConfig/Lev1/SASApp) and a Windows part (C:\Users\tauqe\Documents\myfolders\location.txt).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;- Jan.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Sep 2017 08:14:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/how-to-import-txt-extn-file-in-SAS-Stuidio/m-p/394495#M3400</guid>
      <dc:creator>jklaverstijn</dc:creator>
      <dc:date>2017-09-10T08:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to import txt extn file in SAS Stuidio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/how-to-import-txt-extn-file-in-SAS-Stuidio/m-p/394497#M3401</link>
      <description>&lt;P&gt;If you're using SAS UE refer to the set up instruction for the book or course you're using to set it up in SAS UE.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or check the Analytics U forum for many questions like this.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or search the SAS University Edition Help Centre on how to access your files.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or see the intro videos for SAS UE on videos.sas.com under How To tutorials.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Sep 2017 10:00:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/how-to-import-txt-extn-file-in-SAS-Stuidio/m-p/394497#M3401</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-09-10T10:00:28Z</dc:date>
    </item>
  </channel>
</rss>

