<?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: data import in sas studio / sas-on-demand in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/data-import-in-sas-studio-sas-on-demand/m-p/712002#M26978</link>
    <description>&lt;P&gt;The PDF you posted shows classes2.txt to be a file in your home directory, which commonly can be represented by a tilde (~).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So try changing&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename gpa "/folders/myfolders/classes2.txt";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;to&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename gpa "~/classes2.txt";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Your home directory, in absolute terms, is probably something like&amp;nbsp; &amp;nbsp;/home/odaws01-usw2, which (if correct) would require you to use&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename gpa "/home/odaws01-usw2/classes2.txt";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;It's a lot easier to use the ~ symbol.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Jan 2021 03:38:15 GMT</pubDate>
    <dc:creator>mkeintz</dc:creator>
    <dc:date>2021-01-20T03:38:15Z</dc:date>
    <item>
      <title>data import in sas studio / sas-on-demand</title>
      <link>https://communities.sas.com/t5/New-SAS-User/data-import-in-sas-studio-sas-on-demand/m-p/711995#M26977</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I think I have control of data import and then as now I find I do not know it as well as I would like.&lt;/P&gt;
&lt;P&gt;The enclosed snapshot shows the location of the input file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The log is given below:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;75         *classes.txt is in myfolders in SAS STUDIO;
 76         filename gpa "/folders/myfolders/classes2.txt";
 78         options linesize=140 pagesize=5000;
 84         data gpa; infile gpa delimiter=';' truncover dsd;
 92         input
 . . .
 106        run;
 
 ERROR: Physical file does not exist, /folders/myfolders/classes2.txt.
 NOTE: The SAS System stopped processing this step because of errors.
 WARNING: The data set WORK.GPA may be incomplete.  When this step was stopped there were 0 observations and 12 variables.
 WARNING: Data set WORK.GPA was not replaced because this step was stopped.
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;How to fix?&amp;nbsp; Thanks.&lt;/P&gt;
&lt;P&gt;MM&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jan 2021 22:49:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/data-import-in-sas-studio-sas-on-demand/m-p/711995#M26977</guid>
      <dc:creator>MaryA_Marion</dc:creator>
      <dc:date>2021-01-17T22:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: data import in sas studio / sas-on-demand</title>
      <link>https://communities.sas.com/t5/New-SAS-User/data-import-in-sas-studio-sas-on-demand/m-p/712002#M26978</link>
      <description>&lt;P&gt;The PDF you posted shows classes2.txt to be a file in your home directory, which commonly can be represented by a tilde (~).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So try changing&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename gpa "/folders/myfolders/classes2.txt";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;to&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename gpa "~/classes2.txt";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Your home directory, in absolute terms, is probably something like&amp;nbsp; &amp;nbsp;/home/odaws01-usw2, which (if correct) would require you to use&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename gpa "/home/odaws01-usw2/classes2.txt";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;It's a lot easier to use the ~ symbol.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 03:38:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/data-import-in-sas-studio-sas-on-demand/m-p/712002#M26978</guid>
      <dc:creator>mkeintz</dc:creator>
      <dc:date>2021-01-20T03:38:15Z</dc:date>
    </item>
  </channel>
</rss>

