<?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: File properties not read when using imported TLSB programs in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/File-properties-not-read-when-using-imported-TLSB-programs/m-p/258391#M328</link>
    <description>Thank you so very much. Here is a "virtual" frozen Reese's Cup&amp;nbsp; (one of life's little luxuries) for your help.&lt;BR /&gt;&lt;BR /&gt;Sent from my Verizon Wireless 4G LTE Droid</description>
    <pubDate>Wed, 23 Mar 2016 01:37:07 GMT</pubDate>
    <dc:creator>teleous0</dc:creator>
    <dc:date>2016-03-23T01:37:07Z</dc:date>
    <item>
      <title>File properties not read when using imported TLSB programs</title>
      <link>https://communities.sas.com/t5/SAS-Studio/File-properties-not-read-when-using-imported-TLSB-programs/m-p/258353#M326</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am using SAS Studio 9.2 I have uploaded the practice problems that appear in &lt;U&gt;The Little SAS Book (TLSB)&lt;/U&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;* Section 3.11*/
/* Program */
* Change all 9s to missing values;
DATA songs;
INFILE 'c:\MyRawData\KBRK.dat';
INPUT City $ 1-15 Age wj kt tr filp ttr;
ARRAY song (5) wj kt tr filp ttr;
DO i = 1 TO 5;
IF song(i) = 9 THEN song(i) = .;
END;
RUN;
PROC PRINT DATA = songs;
TITLE 'KBRK Song Survey';
RUN;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this instance, I am referencing problem 3-11 (above) though I’ve encountered it with every problem I’ve sampled jus to make sure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The ‘infile statement’ directs me to the c: drive. &amp;nbsp;When I click on the file’s ‘Properties’ and cut and paste the exact location of the file for the infile statement, a second infile statement appears along with&amp;nbsp;five errors in the log (condensed below) and two expected warnings.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ERROR 23-2: Invalid option name C, MyRawDATA, KBRK, Song, and Survey)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;When I run the problem as it appears, I get a single error message&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ERROR: Physical file does not exist, /pbr/biconfig/940/Lev1/SASApp/c:\MyRawData\KBRK.dat.’&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;I am not including the six notes here but have attached the logs of both programs. Thank you in advance for your help.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2016 20:09:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/File-properties-not-read-when-using-imported-TLSB-programs/m-p/258353#M326</guid>
      <dc:creator>teleous0</dc:creator>
      <dc:date>2016-03-22T20:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: File properties not read when using imported TLSB programs</title>
      <link>https://communities.sas.com/t5/SAS-Studio/File-properties-not-read-when-using-imported-TLSB-programs/m-p/258368#M327</link>
      <description>&lt;P&gt;The "Physical File does not exist" message tells you where SAS looked for your data. The mixture of /&amp;nbsp; and \ in that message tells me that your SAS is likely a server and can not see your harddrive. You have to make sure you read (and write) to locations the server sees which may involve working with either your ID or SAS admin to set permissions and identify your hard drive to the SAS session as a source. Note that the paths will likey look different.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2016 21:58:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/File-properties-not-read-when-using-imported-TLSB-programs/m-p/258368#M327</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-03-22T21:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: File properties not read when using imported TLSB programs</title>
      <link>https://communities.sas.com/t5/SAS-Studio/File-properties-not-read-when-using-imported-TLSB-programs/m-p/258391#M328</link>
      <description>Thank you so very much. Here is a "virtual" frozen Reese's Cup&amp;nbsp; (one of life's little luxuries) for your help.&lt;BR /&gt;&lt;BR /&gt;Sent from my Verizon Wireless 4G LTE Droid</description>
      <pubDate>Wed, 23 Mar 2016 01:37:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/File-properties-not-read-when-using-imported-TLSB-programs/m-p/258391#M328</guid>
      <dc:creator>teleous0</dc:creator>
      <dc:date>2016-03-23T01:37:07Z</dc:date>
    </item>
  </channel>
</rss>

