<?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 GUI (Enterprise Guide) vs Linux(command line) in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/GUI-Enterprise-Guide-vs-Linux-command-line/m-p/13578#M2016</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Easy to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)&amp;nbsp; If the files are SAS datasets, you can use PROC DATASETS.&amp;nbsp; You can also do it directly through the GUI.&lt;/P&gt;&lt;P&gt;2)&amp;nbsp; Right click on what you want to send and one of the choices is to send e-mail.&amp;nbsp; Once in that task, you can add other items.&lt;/P&gt;&lt;P&gt;3)&amp;nbsp; Click on "File" and then "Schedule a project".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also, there is a forum devoted to EGuide.&amp;nbsp; That is a better place for this question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doc Muhlbaier&lt;/P&gt;&lt;P&gt;Duke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Dec 2011 02:14:13 GMT</pubDate>
    <dc:creator>Doc_Duke</dc:creator>
    <dc:date>2011-12-14T02:14:13Z</dc:date>
    <item>
      <title>GUI (Enterprise Guide) vs Linux(command line)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/GUI-Enterprise-Guide-vs-Linux-command-line/m-p/13577#M2015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am learning Enterprise Guide and desperately trying to avoid command line Linux SAS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Three things come up and I am looking for super simple workarounds for each in EG (Enterprise Guide).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1)&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; removing files&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2)&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sending emails&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3)&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;running chron jobs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone want to share ways to achieve these in EG?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;P&gt;Your pal forever.&lt;/P&gt;&lt;P&gt;jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2011 22:09:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/GUI-Enterprise-Guide-vs-Linux-command-line/m-p/13577#M2015</guid>
      <dc:creator>carterson2</dc:creator>
      <dc:date>2011-12-13T22:09:12Z</dc:date>
    </item>
    <item>
      <title>GUI (Enterprise Guide) vs Linux(command line)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/GUI-Enterprise-Guide-vs-Linux-command-line/m-p/13578#M2016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Easy to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)&amp;nbsp; If the files are SAS datasets, you can use PROC DATASETS.&amp;nbsp; You can also do it directly through the GUI.&lt;/P&gt;&lt;P&gt;2)&amp;nbsp; Right click on what you want to send and one of the choices is to send e-mail.&amp;nbsp; Once in that task, you can add other items.&lt;/P&gt;&lt;P&gt;3)&amp;nbsp; Click on "File" and then "Schedule a project".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also, there is a forum devoted to EGuide.&amp;nbsp; That is a better place for this question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doc Muhlbaier&lt;/P&gt;&lt;P&gt;Duke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2011 02:14:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/GUI-Enterprise-Guide-vs-Linux-command-line/m-p/13578#M2016</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2011-12-14T02:14:13Z</dc:date>
    </item>
    <item>
      <title>GUI (Enterprise Guide) vs Linux(command line)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/GUI-Enterprise-Guide-vs-Linux-command-line/m-p/13579#M2017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The email and scheduling are dead simple, as Doc describes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An additional option for file management are the "External Files" functions, which can be run from inside a data step. A few examples:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DNUM Function&lt;/P&gt;&lt;P&gt;Returns the number of members in a directory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DCREATE Function&lt;/P&gt;&lt;P&gt;Creates an external directory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FDELETE Function&lt;/P&gt;&lt;P&gt;Deletes an external file or an empty directory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2011 15:52:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/GUI-Enterprise-Guide-vs-Linux-command-line/m-p/13579#M2017</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2011-12-14T15:52:47Z</dc:date>
    </item>
    <item>
      <title>GUI (Enterprise Guide) vs Linux(command line)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/GUI-Enterprise-Guide-vs-Linux-command-line/m-p/13580#M2018</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;jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2011 16:38:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/GUI-Enterprise-Guide-vs-Linux-command-line/m-p/13580#M2018</guid>
      <dc:creator>carterson2</dc:creator>
      <dc:date>2011-12-14T16:38:24Z</dc:date>
    </item>
  </channel>
</rss>

