<?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 prompt manager: select values from static list in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-EG-prompt-manager-select-values-from-static-list/m-p/684736#M207556</link>
    <description>&lt;P&gt;No, the %Window type commands are to my knowledge only available in SAS Display Manager (the original SAS interface for Windows).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am not aware of another way to get pop-ups to appear, although I suppose you could spawn off a process outside of SAS using SYSTASK.&amp;nbsp; That however sounds quite complicated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Enterprise Guide is designed to run on a server whereas Display Manager is intended to run on the same machine the SAS install is on.&amp;nbsp; For example, one popular set up is to have SAS running on a Linux server and then have users running Enterprise Guide on a Windows desktop/laptop.&amp;nbsp; Since the execution is on a different machine which may not have even the same operating system, it's difficult to design a way to create interactive prompts that are executed from within a SAS program.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your question is fairly specific to Enterprise Guide.&amp;nbsp; Have you tried posting in the Enterprise Guide community?&amp;nbsp; If you find anything out, please report back here!&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jimbarbour_0-1600365759523.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/49506iA535A2629288B2D8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jimbarbour_0-1600365759523.png" alt="jimbarbour_0-1600365759523.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim&lt;/P&gt;</description>
    <pubDate>Thu, 17 Sep 2020 18:03:46 GMT</pubDate>
    <dc:creator>jimbarbour</dc:creator>
    <dc:date>2020-09-17T18:03:46Z</dc:date>
    <item>
      <title>SAS EG prompt manager: select values from static list</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-EG-prompt-manager-select-values-from-static-list/m-p/683685#M207100</link>
      <description>&lt;P&gt;Hello:&lt;/P&gt;&lt;P&gt;I am using SAS EG 7 prompt manger -- select values from a static list to run a report. I am running on local server, so select from a dynamic list is not an option for me. I am wondering if there is a way that the values in the static list can be updated every time if the underline table was updated.&lt;/P&gt;&lt;P&gt;For example,&amp;nbsp; today I get a table which is a part of sashelp.cars only including Make = Acura and Audi, then create a macro variable "Choose_Make" in prompt manager (prompt type: select values from a static list) which is defined by using "Get Values" from the table, so now the prompt only shows "Acura" and "Audi". Then, tomorrow I get a new table which includs Make =&amp;nbsp;Acura, Audi and BMW. Is there any way without modifying the prompt manager and getting all values (Acura, Audi and BMW) of Make? Or, I have to manually update the macro variable by "Get Values" again?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry, not sure how to describe my question using code here.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 14:59:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-EG-prompt-manager-select-values-from-static-list/m-p/683685#M207100</guid>
      <dc:creator>sasecn</dc:creator>
      <dc:date>2020-09-14T14:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG prompt manager: select values from static list</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-EG-prompt-manager-select-values-from-static-list/m-p/683862#M207170</link>
      <description>&lt;P&gt;I believe that if you have a SAS dataset defined in the metadata server that you can get a dynamic list in a SAS&amp;nbsp; prompt.&amp;nbsp; Otherwise, I think that EG prompts are a rather static.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 05:37:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-EG-prompt-manager-select-values-from-static-list/m-p/683862#M207170</guid>
      <dc:creator>jimbarbour</dc:creator>
      <dc:date>2020-09-15T05:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG prompt manager: select values from static list</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-EG-prompt-manager-select-values-from-static-list/m-p/683927#M207196</link>
      <description>&lt;P&gt;That's what I thought. Too bad I am running SAS on local only, no matadata server. Just wondering if there is other ways to do it on local.&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 11:33:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-EG-prompt-manager-select-values-from-static-list/m-p/683927#M207196</guid>
      <dc:creator>sasecn</dc:creator>
      <dc:date>2020-09-15T11:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG prompt manager: select values from static list</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-EG-prompt-manager-select-values-from-static-list/m-p/684029#M207237</link>
      <description>&lt;P&gt;Do you have a good working relationship with your SAS Admin?&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp; They should be able to make the SAS Metadata Server available to you.&amp;nbsp; I'm not a SAS Admin, but I think the Metadata server has to be up and running for ID's to be defined for Enterprise Guide.&amp;nbsp; Therefore I think that if you have Enterprise Guide that you also should have the SAS Metadata Server available to you.&amp;nbsp; There's no reason that a Metadata Server can't be set up and "SAS Folders" (which is what EG prompts need) defined.&amp;nbsp; SAS Folders defined via the SAS Metadata Server are basically Libnames, but they have been defined via the Metadata Server.&amp;nbsp; Enterprise Guide can't "see" regular Libnames; they have to be defined through the Metadata Server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 18:49:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-EG-prompt-manager-select-values-from-static-list/m-p/684029#M207237</guid>
      <dc:creator>jimbarbour</dc:creator>
      <dc:date>2020-09-15T18:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG prompt manager: select values from static list</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-EG-prompt-manager-select-values-from-static-list/m-p/684309#M207356</link>
      <description>&lt;P&gt;Agree! I am contacting my SAS support team in my company to set up the EG profile to connect to matadata server. It will be the easy way to do this task.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2020 16:26:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-EG-prompt-manager-select-values-from-static-list/m-p/684309#M207356</guid>
      <dc:creator>sasecn</dc:creator>
      <dc:date>2020-09-16T16:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG prompt manager: select values from static list</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-EG-prompt-manager-select-values-from-static-list/m-p/684312#M207357</link>
      <description>&lt;P&gt;Sounds good.&amp;nbsp; Please let me know how it goes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2020 16:44:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-EG-prompt-manager-select-values-from-static-list/m-p/684312#M207357</guid>
      <dc:creator>jimbarbour</dc:creator>
      <dc:date>2020-09-16T16:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG prompt manager: select values from static list</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-EG-prompt-manager-select-values-from-static-list/m-p/684646#M207514</link>
      <description>&lt;P&gt;Will let you know. I believe the dynamic list should be the best solution. Just a follow up question: does EG has the ability to create popup windows that can display variable values? I looked at internet, there is %window can be use, but seems not available in EG. I am just thinking about another way to do this. For example, adding two prompts in the program. First to ask user to enter values for a prompt, the second display the available values to enter on screen in a popup window. Just a thought&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 14:57:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-EG-prompt-manager-select-values-from-static-list/m-p/684646#M207514</guid>
      <dc:creator>sasecn</dc:creator>
      <dc:date>2020-09-17T14:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG prompt manager: select values from static list</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-EG-prompt-manager-select-values-from-static-list/m-p/684736#M207556</link>
      <description>&lt;P&gt;No, the %Window type commands are to my knowledge only available in SAS Display Manager (the original SAS interface for Windows).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am not aware of another way to get pop-ups to appear, although I suppose you could spawn off a process outside of SAS using SYSTASK.&amp;nbsp; That however sounds quite complicated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Enterprise Guide is designed to run on a server whereas Display Manager is intended to run on the same machine the SAS install is on.&amp;nbsp; For example, one popular set up is to have SAS running on a Linux server and then have users running Enterprise Guide on a Windows desktop/laptop.&amp;nbsp; Since the execution is on a different machine which may not have even the same operating system, it's difficult to design a way to create interactive prompts that are executed from within a SAS program.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your question is fairly specific to Enterprise Guide.&amp;nbsp; Have you tried posting in the Enterprise Guide community?&amp;nbsp; If you find anything out, please report back here!&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jimbarbour_0-1600365759523.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/49506iA535A2629288B2D8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jimbarbour_0-1600365759523.png" alt="jimbarbour_0-1600365759523.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 18:03:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-EG-prompt-manager-select-values-from-static-list/m-p/684736#M207556</guid>
      <dc:creator>jimbarbour</dc:creator>
      <dc:date>2020-09-17T18:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG prompt manager: select values from static list</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-EG-prompt-manager-select-values-from-static-list/m-p/684755#M207566</link>
      <description>&lt;P&gt;I asked the question in EG. Will see.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 19:06:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-EG-prompt-manager-select-values-from-static-list/m-p/684755#M207566</guid>
      <dc:creator>sasecn</dc:creator>
      <dc:date>2020-09-17T19:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG prompt manager: select values from static list</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-EG-prompt-manager-select-values-from-static-list/m-p/684769#M207570</link>
      <description>I got reply from EG:&lt;BR /&gt;Unfortunately, dynamic prompt values are supported only with stored processes (requiring metadata setup). Project prompts don't support dynamic prompt values.&lt;BR /&gt;&lt;BR /&gt;Looks like only option is set up metadata server &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Thu, 17 Sep 2020 19:24:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-EG-prompt-manager-select-values-from-static-list/m-p/684769#M207570</guid>
      <dc:creator>sasecn</dc:creator>
      <dc:date>2020-09-17T19:24:30Z</dc:date>
    </item>
  </channel>
</rss>

