<?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 Data entry statement in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Data-entry-statement/m-p/892652#M352576</link>
    <description>&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;I haven't used SAS in awhile, and I'm working with an old program and am receiving a data error.&amp;nbsp; I couldn't figure out how to add updated data to the current file, so I updated the data in a text file and am now trying to get it to read it in.&amp;nbsp; Here is the error statement I am receiving along with the code (note:&amp;nbsp; I starred out the previous data statements I was using).&amp;nbsp; Thanks for any help you can provide.&lt;/P&gt;&lt;DIV class=""&gt;ERROR: Physical file does not exist,&lt;/DIV&gt;&lt;DIV class=""&gt;/var/lib/sasstudio/studioconfig/D:\inflation.txt.&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;P&gt;FILENAME REFFILE '/home/loyola/leggiok/MO_CTM_20100507.csv';&lt;/P&gt;&lt;P&gt;*Filename lrg '/home/loyola/leggiok/large.txt';&lt;BR /&gt;Filename lrg 'D:\large.txt';&lt;BR /&gt;*Filename gov '/home/loyola/leggiok/govbond.txt';&lt;BR /&gt;Filename gov 'D:\govbond1.txt';&lt;BR /&gt;*Filename inflate'/home/loyola/leggiok/inflation.txt';&lt;BR /&gt;Filename inflate 'D:\inflation.txt';&lt;BR /&gt;Filename DCA1 '/home/loyola/leggiok/lzvgk.out';&lt;BR /&gt;Filename DCA4 '/home/loyola/leggiok/govbond1.out';&lt;BR /&gt;Libname SASDATA '/home/loyola/leggiok/kleggio';&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 04 Sep 2023 23:33:58 GMT</pubDate>
    <dc:creator>6071</dc:creator>
    <dc:date>2023-09-04T23:33:58Z</dc:date>
    <item>
      <title>Data entry statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-entry-statement/m-p/892652#M352576</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;I haven't used SAS in awhile, and I'm working with an old program and am receiving a data error.&amp;nbsp; I couldn't figure out how to add updated data to the current file, so I updated the data in a text file and am now trying to get it to read it in.&amp;nbsp; Here is the error statement I am receiving along with the code (note:&amp;nbsp; I starred out the previous data statements I was using).&amp;nbsp; Thanks for any help you can provide.&lt;/P&gt;&lt;DIV class=""&gt;ERROR: Physical file does not exist,&lt;/DIV&gt;&lt;DIV class=""&gt;/var/lib/sasstudio/studioconfig/D:\inflation.txt.&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;P&gt;FILENAME REFFILE '/home/loyola/leggiok/MO_CTM_20100507.csv';&lt;/P&gt;&lt;P&gt;*Filename lrg '/home/loyola/leggiok/large.txt';&lt;BR /&gt;Filename lrg 'D:\large.txt';&lt;BR /&gt;*Filename gov '/home/loyola/leggiok/govbond.txt';&lt;BR /&gt;Filename gov 'D:\govbond1.txt';&lt;BR /&gt;*Filename inflate'/home/loyola/leggiok/inflation.txt';&lt;BR /&gt;Filename inflate 'D:\inflation.txt';&lt;BR /&gt;Filename DCA1 '/home/loyola/leggiok/lzvgk.out';&lt;BR /&gt;Filename DCA4 '/home/loyola/leggiok/govbond1.out';&lt;BR /&gt;Libname SASDATA '/home/loyola/leggiok/kleggio';&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 04 Sep 2023 23:33:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-entry-statement/m-p/892652#M352576</guid>
      <dc:creator>6071</dc:creator>
      <dc:date>2023-09-04T23:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Data entry statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-entry-statement/m-p/892656#M352579</link>
      <description>&lt;P&gt;You're accessing SAS with a client like SAS EG and SAS Studio that executes SAS on a SAS Server.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The paths you're using must be valid on the Server which I assume is Linux. You can't use local Client side paths like&amp;nbsp;&lt;SPAN&gt;D:\inflation.txt&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;All paths must be accessible by the SAS Server and they must look like the Server "sees" them.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2023 00:11:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-entry-statement/m-p/892656#M352579</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2023-09-05T00:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Data entry statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-entry-statement/m-p/892660#M352582</link>
      <description>&lt;P&gt;Thanks for your feedback.&amp;nbsp; So the data I have is on a thumb drive.&amp;nbsp; How do I get it into SAS studio to access it?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2023 01:11:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-entry-statement/m-p/892660#M352582</guid>
      <dc:creator>6071</dc:creator>
      <dc:date>2023-09-05T01:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: Data entry statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-entry-statement/m-p/892661#M352583</link>
      <description>&lt;P&gt;SAS Studio is your CLIENT. You need to upload your data to the SERVER where SAS executes.&lt;/P&gt;
&lt;P&gt;See if below instructions can help you how to do so.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/ondemand/manuals/UploadingDataUsers.pdf" target="_blank"&gt;https://support.sas.com/ondemand/manuals/UploadingDataUsers.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2023 01:39:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-entry-statement/m-p/892661#M352583</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2023-09-05T01:39:39Z</dc:date>
    </item>
  </channel>
</rss>

