<?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: library base question in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/library-base-question/m-p/258485#M49806</link>
    <description>yes ,&lt;BR /&gt;&lt;BR /&gt;##- Please type your reply above this line. Simple formatting, no&lt;BR /&gt;attachments. -##</description>
    <pubDate>Wed, 23 Mar 2016 12:42:41 GMT</pubDate>
    <dc:creator>ganeshsas764</dc:creator>
    <dc:date>2016-03-23T12:42:41Z</dc:date>
    <item>
      <title>library base question</title>
      <link>https://communities.sas.com/t5/SAS-Programming/library-base-question/m-p/258461#M49791</link>
      <description>&lt;P&gt;hi friends,&lt;/P&gt;&lt;P&gt;i have one dout ,&lt;/P&gt;&lt;P&gt;how to import the today file&lt;STRONG&gt;(txt timestap file&lt;/STRONG&gt;) from library(&lt;STRONG&gt;different file are there&lt;/STRONG&gt;) &amp;nbsp;to sas software,&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2016 11:43:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/library-base-question/m-p/258461#M49791</guid>
      <dc:creator>ganeshsas764</dc:creator>
      <dc:date>2016-03-23T11:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: library base question</title>
      <link>https://communities.sas.com/t5/SAS-Programming/library-base-question/m-p/258463#M49793</link>
      <description>&lt;P&gt;So you have a text file, and you want to import it into a dataset?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And what exactly is your problem?&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2016 11:48:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/library-base-question/m-p/258463#M49793</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-03-23T11:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: library base question</title>
      <link>https://communities.sas.com/t5/SAS-Programming/library-base-question/m-p/258484#M49805</link>
      <description>&lt;PRE&gt;data want;
  infile "&amp;lt;directory&amp;gt;\&amp;lt;filename&amp;gt;.txt";
  input ...;
run;&lt;/PRE&gt;</description>
      <pubDate>Wed, 23 Mar 2016 12:33:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/library-base-question/m-p/258484#M49805</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-03-23T12:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: library base question</title>
      <link>https://communities.sas.com/t5/SAS-Programming/library-base-question/m-p/258485#M49806</link>
      <description>yes ,&lt;BR /&gt;&lt;BR /&gt;##- Please type your reply above this line. Simple formatting, no&lt;BR /&gt;attachments. -##</description>
      <pubDate>Wed, 23 Mar 2016 12:42:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/library-base-question/m-p/258485#M49806</guid>
      <dc:creator>ganeshsas764</dc:creator>
      <dc:date>2016-03-23T12:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: library base question</title>
      <link>https://communities.sas.com/t5/SAS-Programming/library-base-question/m-p/258486#M49807</link>
      <description>&lt;P&gt;some X-ayhave different files,but i am impoerting only today file to create create sas dataset&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2016 12:44:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/library-base-question/m-p/258486#M49807</guid>
      <dc:creator>ganeshsas764</dc:creator>
      <dc:date>2016-03-23T12:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: library base question</title>
      <link>https://communities.sas.com/t5/SAS-Programming/library-base-question/m-p/258489#M49810</link>
      <description>&lt;P&gt;Sorry, but I only speak German and English. I can't make any sense of your writing.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/78522"&gt;@ganeshsas764&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;some X-ayhave different files,but i am impoerting only today file to create create sas dataset&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2016 12:48:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/library-base-question/m-p/258489#M49810</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-03-23T12:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: library base question</title>
      <link>https://communities.sas.com/t5/SAS-Programming/library-base-question/m-p/258546#M49822</link>
      <description>&lt;P&gt;Please show the exact name of the file.&lt;/P&gt;
&lt;P&gt;If you are trying to use a SAS function to determine a value for TODAY to build the correct file name it is possible but we would need to see what the file name looks like to make useable suggestions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another optiom though likely more complicated is to use the SAS external file functions to open a directory (DOPEN), search for properties (Doptnum ), identify the property that the operating system uses to specify creation date (Doptname)&amp;nbsp;and find files with the desired date (Dread) and likely a few more steps.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2016 14:36:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/library-base-question/m-p/258546#M49822</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-03-23T14:36:46Z</dc:date>
    </item>
  </channel>
</rss>

