<?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: Prompt using generated dataset in the a project in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Prompt-using-generated-dataset-in-the-a-project/m-p/240980#M17272</link>
    <description>&lt;P&gt;Your dataset should be populated before prompt ask for user to enter.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One of the ways I know is 'Submit code when server is connected'.&amp;nbsp;Here, you&amp;nbsp;write&amp;nbsp;sas code that creates dataset which is needed in dynamic prompt.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Before EG show you the prompt, the required dataset would be ready and you will get the updated prompt values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Go to Tool&amp;nbsp; --&amp;gt; Options --&amp;gt;&amp;nbsp;SAS programs --&amp;gt; Submit code when server is connected&lt;/P&gt;&lt;P&gt;Click Edit and enter your code here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have also attached a snapshot with this reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only problem with this approach is - this change would be applied to your SAS EG setting, so it would run for every EG project.&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/12161i0E92F39A0C859D35/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="SAS_EG.JPG" title="SAS_EG.JPG" /&gt;</description>
    <pubDate>Mon, 28 Dec 2015 04:44:26 GMT</pubDate>
    <dc:creator>RahulG</dc:creator>
    <dc:date>2015-12-28T04:44:26Z</dc:date>
    <item>
      <title>Prompt using generated dataset in the a project</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Prompt-using-generated-dataset-in-the-a-project/m-p/240597#M17248</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created a prompt to allow users to select multiple values from a dynamic list. The dynamic list is updated in the first process flow of&amp;nbsp;a project, and the prompt is used in the program in the second process flow in the same project. So the issue is, the prompt pops up every time the project is run even before the first process flow is executed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to delay the prompt until the first process flow finished?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2015 03:17:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Prompt-using-generated-dataset-in-the-a-project/m-p/240597#M17248</guid>
      <dc:creator>ridiculas</dc:creator>
      <dc:date>2015-12-23T03:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Prompt using generated dataset in the a project</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Prompt-using-generated-dataset-in-the-a-project/m-p/240617#M17252</link>
      <description>&lt;P&gt;Go to -&amp;gt; Prompt Manager&lt;/P&gt;
&lt;P&gt;Click Edit the prompt&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Navigate to General tab -&amp;gt; Options&lt;/P&gt;
&lt;P&gt;Check the box&amp;nbsp;with "Use prompt value throughout the project".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Manohar&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2015 05:49:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Prompt-using-generated-dataset-in-the-a-project/m-p/240617#M17252</guid>
      <dc:creator>Manu_SAS</dc:creator>
      <dc:date>2015-12-23T05:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Prompt using generated dataset in the a project</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Prompt-using-generated-dataset-in-the-a-project/m-p/240618#M17253</link>
      <description>&lt;P&gt;Hi Manu&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried that but still having the issue. The two process flows I mentioned in the original post are two sas programs. The first program in the 1st process flow updates the dynamic list that will be used in the prompt for user to select, and the second program in 2nd process flow uses the prompt values for a few procedures.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2015 06:05:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Prompt-using-generated-dataset-in-the-a-project/m-p/240618#M17253</guid>
      <dc:creator>ridiculas</dc:creator>
      <dc:date>2015-12-23T06:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Prompt using generated dataset in the a project</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Prompt-using-generated-dataset-in-the-a-project/m-p/240980#M17272</link>
      <description>&lt;P&gt;Your dataset should be populated before prompt ask for user to enter.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One of the ways I know is 'Submit code when server is connected'.&amp;nbsp;Here, you&amp;nbsp;write&amp;nbsp;sas code that creates dataset which is needed in dynamic prompt.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Before EG show you the prompt, the required dataset would be ready and you will get the updated prompt values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Go to Tool&amp;nbsp; --&amp;gt; Options --&amp;gt;&amp;nbsp;SAS programs --&amp;gt; Submit code when server is connected&lt;/P&gt;&lt;P&gt;Click Edit and enter your code here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have also attached a snapshot with this reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only problem with this approach is - this change would be applied to your SAS EG setting, so it would run for every EG project.&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/12161i0E92F39A0C859D35/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="SAS_EG.JPG" title="SAS_EG.JPG" /&gt;</description>
      <pubDate>Mon, 28 Dec 2015 04:44:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Prompt-using-generated-dataset-in-the-a-project/m-p/240980#M17272</guid>
      <dc:creator>RahulG</dc:creator>
      <dc:date>2015-12-28T04:44:26Z</dc:date>
    </item>
  </channel>
</rss>

