<?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 Import Problems in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-Problems/m-p/70502#M7050</link>
    <description>Hi, I've got a user who has created a project which starts with an Import of data.  This has all worked fine until he got a colleague to run the same Project and gets the following error.&lt;BR /&gt;
&lt;BR /&gt;
ERROR: Physical file does not exist, /usr/local/sas/***/Lev1/SASNew/TRUNCOVER.&lt;BR /&gt;
NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;
WARNING: The data set WORK.CRA_CLM may be incomplete.  &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;This is the portion of the code I think it is refering to&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
OPTIONS DATESTYLE=DMY;&lt;BR /&gt;
DATA WORK.CRA_CLM;&lt;BR /&gt;
/* Enterprise Guide creates this temporary asterisk delimited text file from the original data source */&lt;BR /&gt;
&lt;BR /&gt;
      INFILE &lt;BR /&gt;
            TRUNCOVER&lt;BR /&gt;
            DSD&lt;BR /&gt;
      %IF &amp;amp;IsMVS=FALSE %THEN %DO;&lt;BR /&gt;
            LRECL=32767&lt;BR /&gt;
&lt;BR /&gt;
      %END;&lt;BR /&gt;
&lt;BR /&gt;
The project is saved on a server which each user has to log on to.  &lt;BR /&gt;
Any idea's why this is happening.  &lt;BR /&gt;
&lt;BR /&gt;
Cheers&lt;BR /&gt;
&lt;BR /&gt;
Ted</description>
    <pubDate>Wed, 21 Jan 2009 09:44:44 GMT</pubDate>
    <dc:creator>Ted</dc:creator>
    <dc:date>2009-01-21T09:44:44Z</dc:date>
    <item>
      <title>Import Problems</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-Problems/m-p/70502#M7050</link>
      <description>Hi, I've got a user who has created a project which starts with an Import of data.  This has all worked fine until he got a colleague to run the same Project and gets the following error.&lt;BR /&gt;
&lt;BR /&gt;
ERROR: Physical file does not exist, /usr/local/sas/***/Lev1/SASNew/TRUNCOVER.&lt;BR /&gt;
NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;
WARNING: The data set WORK.CRA_CLM may be incomplete.  &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;This is the portion of the code I think it is refering to&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
OPTIONS DATESTYLE=DMY;&lt;BR /&gt;
DATA WORK.CRA_CLM;&lt;BR /&gt;
/* Enterprise Guide creates this temporary asterisk delimited text file from the original data source */&lt;BR /&gt;
&lt;BR /&gt;
      INFILE &lt;BR /&gt;
            TRUNCOVER&lt;BR /&gt;
            DSD&lt;BR /&gt;
      %IF &amp;amp;IsMVS=FALSE %THEN %DO;&lt;BR /&gt;
            LRECL=32767&lt;BR /&gt;
&lt;BR /&gt;
      %END;&lt;BR /&gt;
&lt;BR /&gt;
The project is saved on a server which each user has to log on to.  &lt;BR /&gt;
Any idea's why this is happening.  &lt;BR /&gt;
&lt;BR /&gt;
Cheers&lt;BR /&gt;
&lt;BR /&gt;
Ted</description>
      <pubDate>Wed, 21 Jan 2009 09:44:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-Problems/m-p/70502#M7050</guid>
      <dc:creator>Ted</dc:creator>
      <dc:date>2009-01-21T09:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Import Problems</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-Problems/m-p/70503#M7051</link>
      <description>I can tell you the problem but I don't know what happened to your program probably a macro variable with null value.  In the INFILE statement the first parameter is positional and is FILEREF or Physical file.  In your code that is missing and TRUNCOVER infile is now the first parameter.  &lt;BR /&gt;
&lt;BR /&gt;
I think SAS then says "truncover is too long for a fileref then it must be a physical file but I can't find" error message.&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; ERROR: Physical file does not exist,&lt;BR /&gt;
&amp;gt; /usr/local/sas/***/Lev1/SASNew/TRUNCOVER.&lt;BR /&gt;
&amp;gt;       INFILE &lt;BR /&gt;
&amp;gt;       TRUNCOVER&lt;BR /&gt;
&amp;gt;       DSD&lt;BR /&gt;
&amp;gt; %IF &amp;amp;IsMVS=FALSE %THEN %DO;&lt;BR /&gt;
&amp;gt;             LRECL=32767</description>
      <pubDate>Wed, 21 Jan 2009 11:23:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-Problems/m-p/70503#M7051</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2009-01-21T11:23:05Z</dc:date>
    </item>
  </channel>
</rss>

