<?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: In file statement SAS studio in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/In-file-statement-SAS-studio/m-p/803024#M316199</link>
    <description>&lt;P&gt;I doubt that the GUI would display a RELATIVE path like you used in the INFILE statement.&lt;/P&gt;
&lt;P&gt;It will normally display an ABSOLUTE path that starts from the root node, / .&lt;/P&gt;
&lt;P&gt;Try including the leading / in the path.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;infile '/home/jacksonan19450/AptensioAdultboot/BOOTSTRAPAPTENSIO_ADULT/CONTROLPREP/REF.CTL' termstr=CRLF truncover;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 21 Mar 2022 03:45:21 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2022-03-21T03:45:21Z</dc:date>
    <item>
      <title>In file statement SAS studio</title>
      <link>https://communities.sas.com/t5/SAS-Programming/In-file-statement-SAS-studio/m-p/803023#M316198</link>
      <description>&lt;P&gt;I have a file called ref.ctl which is in a couple of subfolders.&amp;nbsp; When I look at properties for the file I get the path listed below.&amp;nbsp; However when I run the code I get an error notice that the physical file does not exist.&amp;nbsp; Can someone tell me what I am doing wrong?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
data _null_ ;
infile 'home/jacksonan19450/AptensioAdultboot/BOOTSTRAPAPTENSIO_ADULT/CONTROLPREP/REF.CTL' termstr=CRLF truncover;
/* INPUT CHARACTER FILE*/ 
input c $1000.;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 21 Mar 2022 03:30:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/In-file-statement-SAS-studio/m-p/803023#M316198</guid>
      <dc:creator>jacksonan123</dc:creator>
      <dc:date>2022-03-21T03:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: In file statement SAS studio</title>
      <link>https://communities.sas.com/t5/SAS-Programming/In-file-statement-SAS-studio/m-p/803024#M316199</link>
      <description>&lt;P&gt;I doubt that the GUI would display a RELATIVE path like you used in the INFILE statement.&lt;/P&gt;
&lt;P&gt;It will normally display an ABSOLUTE path that starts from the root node, / .&lt;/P&gt;
&lt;P&gt;Try including the leading / in the path.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;infile '/home/jacksonan19450/AptensioAdultboot/BOOTSTRAPAPTENSIO_ADULT/CONTROLPREP/REF.CTL' termstr=CRLF truncover;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 21 Mar 2022 03:45:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/In-file-statement-SAS-studio/m-p/803024#M316199</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-03-21T03:45:21Z</dc:date>
    </item>
  </channel>
</rss>

