<?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: import an undifine-name file in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/import-an-undifine-name-file/m-p/356567#M64250</link>
    <description>&lt;P&gt;got you&lt;/P&gt;</description>
    <pubDate>Fri, 05 May 2017 22:06:01 GMT</pubDate>
    <dc:creator>GeorgeSAS</dc:creator>
    <dc:date>2017-05-05T22:06:01Z</dc:date>
    <item>
      <title>import an undifine-name file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/import-an-undifine-name-file/m-p/93951#M26632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try to&amp;nbsp; import a .txt file into SAS,I just know the partial characters of the file's name, that means I don't know the full name of the file.&lt;/P&gt;&lt;P&gt;I know the .txt file's name start with "my_txt". and location is c:\myfile .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone tell me is that possible I can import the .txt file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data one;&lt;/P&gt;&lt;P&gt;infile "C:\myfile\my_txt???????.txt"; /*those ? denotes unknown characters*/&lt;/P&gt;&lt;P&gt;input x;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 19:17:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/import-an-undifine-name-file/m-p/93951#M26632</guid>
      <dc:creator>Mike_Davis</dc:creator>
      <dc:date>2013-07-29T19:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: import an undifine-name file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/import-an-undifine-name-file/m-p/93952#M26633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will there be more than one file with that naming convention? &lt;BR /&gt;Have you tried a wildcard, * instead of multiple question marks?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 19:21:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/import-an-undifine-name-file/m-p/93952#M26633</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-07-29T19:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: import an undifine-name file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/import-an-undifine-name-file/m-p/93953#M26634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;only one file whose name start with "my_txt"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the multiple question mark is just for show you&amp;nbsp; that place missing lots of character,I don't know what to do with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 19:27:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/import-an-undifine-name-file/m-p/93953#M26634</guid>
      <dc:creator>Mike_Davis</dc:creator>
      <dc:date>2013-07-29T19:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: import an undifine-name file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/import-an-undifine-name-file/m-p/93954#M26635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the * then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;infile "C:\myfile\my_txt*.txt";&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 19:31:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/import-an-undifine-name-file/m-p/93954#M26635</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-07-29T19:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: import an undifine-name file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/import-an-undifine-name-file/m-p/93955#M26636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works well!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if there were more than one file start with it, SAS can read them into one dataset .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 19:41:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/import-an-undifine-name-file/m-p/93955#M26636</guid>
      <dc:creator>Mike_Davis</dc:creator>
      <dc:date>2013-07-29T19:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: import an undifine-name file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/import-an-undifine-name-file/m-p/356567#M64250</link>
      <description>&lt;P&gt;got you&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2017 22:06:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/import-an-undifine-name-file/m-p/356567#M64250</guid>
      <dc:creator>GeorgeSAS</dc:creator>
      <dc:date>2017-05-05T22:06:01Z</dc:date>
    </item>
  </channel>
</rss>

