<?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: extension for physical file name does not correspond to a valid member type in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/extension-for-physical-file-name-does-not-correspond-to-a-valid/m-p/605810#M175834</link>
    <description>&lt;P&gt;And post some of the macro variables, ie&lt;/P&gt;
&lt;P&gt;_file_1&lt;/P&gt;
&lt;P&gt;_file_2&lt;/P&gt;
&lt;P&gt;_file_3&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use the {i} button for this, so values are preserved and not mangled by the forum software.&lt;/P&gt;</description>
    <pubDate>Wed, 20 Nov 2019 15:54:48 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2019-11-20T15:54:48Z</dc:date>
    <item>
      <title>extension for physical file name does not correspond to a valid member type</title>
      <link>https://communities.sas.com/t5/SAS-Programming/extension-for-physical-file-name-does-not-correspond-to-a-valid/m-p/605806#M175831</link>
      <description>&lt;P&gt;Hi Everyone , i'm trying to append multiple files with the proc append and a macro , this is what i wrote :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%Macro Prep_Tbl_Date;
%do iii = 1 %to &amp;amp;num_File_.;
proc append Base=Work.Original_Table Data = %unquote(%str(%'&amp;amp;&amp;amp;_File_&amp;amp;iii..%'));
run;
%end;
%mend prep_table_date;
%pre_tbl_date;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Any Help Would be much appreciated , thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2019 15:47:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/extension-for-physical-file-name-does-not-correspond-to-a-valid/m-p/605806#M175831</guid>
      <dc:creator>Midi</dc:creator>
      <dc:date>2019-11-20T15:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: extension for physical file name does not correspond to a valid member type</title>
      <link>https://communities.sas.com/t5/SAS-Programming/extension-for-physical-file-name-does-not-correspond-to-a-valid/m-p/605809#M175833</link>
      <description>&lt;P&gt;From where do you populate the macro variables? I have a strong suspicion that macro coding is not necessary here and actually unhelpful.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2019 15:53:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/extension-for-physical-file-name-does-not-correspond-to-a-valid/m-p/605809#M175833</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-11-20T15:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: extension for physical file name does not correspond to a valid member type</title>
      <link>https://communities.sas.com/t5/SAS-Programming/extension-for-physical-file-name-does-not-correspond-to-a-valid/m-p/605810#M175834</link>
      <description>&lt;P&gt;And post some of the macro variables, ie&lt;/P&gt;
&lt;P&gt;_file_1&lt;/P&gt;
&lt;P&gt;_file_2&lt;/P&gt;
&lt;P&gt;_file_3&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use the {i} button for this, so values are preserved and not mangled by the forum software.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2019 15:54:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/extension-for-physical-file-name-does-not-correspond-to-a-valid/m-p/605810#M175834</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-11-20T15:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: extension for physical file name does not correspond to a valid member type</title>
      <link>https://communities.sas.com/t5/SAS-Programming/extension-for-physical-file-name-does-not-correspond-to-a-valid/m-p/605815#M175836</link>
      <description>&lt;P&gt;You are trying to reference datasets by using a quoted physical name.&amp;nbsp; SAS error message is saying the name does not look like a dataset name.&amp;nbsp; SAS dataset names use sas7bdat as the extension.&amp;nbsp; You do not need to include the extension. Example:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data test;
  set
   '/dir1/member1.sas7bdat'
   '/dir2/member2'
  ;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If you meant to reference the dataset using normal LIBREF.MEMNAME syntax then do not include the quotes.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2019 15:56:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/extension-for-physical-file-name-does-not-correspond-to-a-valid/m-p/605815#M175836</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-11-20T15:56:53Z</dc:date>
    </item>
  </channel>
</rss>

