<?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 SAS program name that created the SAS data set in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-program-name-that-created-the-SAS-data-set/m-p/239228#M43976</link>
    <description>&lt;P&gt;This migt be little bit strange question. I wonder is there any way we could relate SAS data set to program it created (which SAS data set was created by which program? The reason I am asking I have so many permanent sas data sets and I want to which sas program created the respective data sets.&lt;/P&gt;</description>
    <pubDate>Mon, 14 Dec 2015 19:07:32 GMT</pubDate>
    <dc:creator>SAS_inquisitive</dc:creator>
    <dc:date>2015-12-14T19:07:32Z</dc:date>
    <item>
      <title>SAS program name that created the SAS data set</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-program-name-that-created-the-SAS-data-set/m-p/239228#M43976</link>
      <description>&lt;P&gt;This migt be little bit strange question. I wonder is there any way we could relate SAS data set to program it created (which SAS data set was created by which program? The reason I am asking I have so many permanent sas data sets and I want to which sas program created the respective data sets.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2015 19:07:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-program-name-that-created-the-SAS-data-set/m-p/239228#M43976</guid>
      <dc:creator>SAS_inquisitive</dc:creator>
      <dc:date>2015-12-14T19:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: SAS program name that created the SAS data set</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-program-name-that-created-the-SAS-data-set/m-p/239230#M43978</link>
      <description>&lt;P&gt;If the program is saved before it is executed you can use the sas automatic variable to put a label on the data set with that information:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data mydata (label="%sysget(SAS_EXECFILEPATH)");&lt;/P&gt;
&lt;P&gt;/* other code*/&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After creation likely not very easy. The sas Source program has to be saved before use though.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2015 19:29:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-program-name-that-created-the-SAS-data-set/m-p/239230#M43978</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-12-14T19:29:31Z</dc:date>
    </item>
  </channel>
</rss>

