<?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: SAS EG Help! in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Help/m-p/121459#M10053</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't help on 1).&amp;nbsp; I always worked in a batch environment prior to EGuide, so I prefer to start from scratch every time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On 2), if your programs are in program notes or tasks in EGuide, then you can specify the order in the process flow window by right-clicking on Prog1 and then selecting the "link to" item.&amp;nbsp; Select Prog 2 as the item to link Prog1 to.&amp;nbsp; I have had success ordering regular processes that way (it doesn't always work with the e-mail task, as that is a client task and the others are server tasks).&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>Thu, 13 Sep 2012 16:51:07 GMT</pubDate>
    <dc:creator>Doc_Duke</dc:creator>
    <dc:date>2012-09-13T16:51:07Z</dc:date>
    <item>
      <title>SAS EG Help!</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Help/m-p/121458#M10052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello! I have been using Base SAS for many years and consider myself a good SAS programmer. We recently got SAS EG at work and I have basic-basic questions, for which I can't find answers on the internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ques1) In Base SAS, if I don't close my session, my Macros, macro variables, libnames etc stay in effect for all programs, till I close SAS. In EG, if I open a new Project, do I have to invoke all these again, even if I haven't closed SAS EG? In short, is opening a new project similar to opening a new SAS session?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ques2) My programs have to run in order - Prog1 then Prog2. Not sure how to maintain this order in SAS EG project. Suppose I open Prog2 in&amp;nbsp; SAS EG first and then open prog1 (coz as stated above the macros are not invoked!) and even if I drag the code in the correct order in the Project Tree window, under Programs, it still runs Prog2 first and of course, it bombs out.&lt;/P&gt;&lt;P&gt;If I save a project with the correct order in which I want to the programs to run, it still runs the programs in the order they were added to the project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully I have explained my issue correctly. FYI, I am running code on the SAS Server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2012 16:07:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Help/m-p/121458#M10052</guid>
      <dc:creator>Xinxin</dc:creator>
      <dc:date>2012-09-13T16:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG Help!</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Help/m-p/121459#M10053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't help on 1).&amp;nbsp; I always worked in a batch environment prior to EGuide, so I prefer to start from scratch every time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On 2), if your programs are in program notes or tasks in EGuide, then you can specify the order in the process flow window by right-clicking on Prog1 and then selecting the "link to" item.&amp;nbsp; Select Prog 2 as the item to link Prog1 to.&amp;nbsp; I have had success ordering regular processes that way (it doesn't always work with the e-mail task, as that is a client task and the others are server tasks).&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>Thu, 13 Sep 2012 16:51:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Help/m-p/121459#M10053</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2012-09-13T16:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG Help!</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Help/m-p/121460#M10054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For 2/ The order of running&lt;BR /&gt;SAS programs, Duke has answered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have many advantages with Eguide interactive running SAS. There are many&lt;BR /&gt;differences in the approach to running in batch. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A difference with SAS/base&lt;BR /&gt;is that the logging and output of executed code can be saved and retrieved with&lt;BR /&gt;the EG-project &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For 1/ You still have the&lt;BR /&gt;option to run you own code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your session will be set-up&lt;BR /&gt;defined by as SAS-admin. Depending how the environment is deployed expect the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;Starting a session is connecting a SAS session running with personal credentials (Workspace&lt;BR /&gt;Server). This is the key you have logged on.&lt;/LI&gt;&lt;LI&gt;Expect this SAS session to behave as you always have experienced. Within the lifetime&lt;BR /&gt;of this SAS session all is kept. Closing a session (disconnect) and restarting&lt;BR /&gt;will reset everything.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Opening a project is not the same as opening a session. Sessions are visible at the&lt;BR /&gt;server-list window.&amp;nbsp; You possible could have many sessions, running jobs parallel&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;A project can consist of more than one project flow.&amp;nbsp; Chris Hemedinger has done a lot of blogging on Eguide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;&lt;SPAN lang="EN-US" style="line-height: 115%; font-family: 'Calibri','sans-serif'; font-size: 11pt; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;There could be some nasty differences with macro-variables.&lt;BR /&gt;Just become aware of them. Normally they not hurting you. The can be used for&lt;BR /&gt;entry-pop up windows for you code.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2012 18:37:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Help/m-p/121460#M10054</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2012-09-13T18:37:12Z</dc:date>
    </item>
  </channel>
</rss>

