<?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 Any way to make prompt values from an external file? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Any-way-to-make-prompt-values-from-an-external-file/m-p/492989#M31768</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using the prompt manager to let the user select a given date. I then take the user input to access files according to the selected date. But the the files are being generated continuously. Instead of going into prompt manager and adding a value manually each time, is there a way to update the prompt values from for an example a sas table?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 06 Sep 2018 12:46:15 GMT</pubDate>
    <dc:creator>AdnanH</dc:creator>
    <dc:date>2018-09-06T12:46:15Z</dc:date>
    <item>
      <title>Any way to make prompt values from an external file?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Any-way-to-make-prompt-values-from-an-external-file/m-p/492989#M31768</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using the prompt manager to let the user select a given date. I then take the user input to access files according to the selected date. But the the files are being generated continuously. Instead of going into prompt manager and adding a value manually each time, is there a way to update the prompt values from for an example a sas table?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 12:46:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Any-way-to-make-prompt-values-from-an-external-file/m-p/492989#M31768</guid>
      <dc:creator>AdnanH</dc:creator>
      <dc:date>2018-09-06T12:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: Any way to make prompt values from an external file?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Any-way-to-make-prompt-values-from-an-external-file/m-p/492991#M31769</link>
      <description>&lt;P&gt;This is not possible in one step. You need to register the dataset with the dates in metadata and change the prompt to access a dynamic list. Unfortunately you can't update that dataset automatically each time a user starts the project(flow), you have to move the update to another program and the user must execute that manually. Or you add the update to the process providing the external files (if possible).&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 12:55:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Any-way-to-make-prompt-values-from-an-external-file/m-p/492991#M31769</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2018-09-06T12:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Any way to make prompt values from an external file?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Any-way-to-make-prompt-values-from-an-external-file/m-p/492994#M31770</link>
      <description>&lt;P&gt;The prompt manager allows to use dynamic lists for a prompt.&lt;/P&gt;
&lt;P&gt;Under "Methods for populating prompt", select "User selects values form a dynamic list". Under Data source, select a dataset (this dataset needs to be registered in metadata).&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 12:58:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Any-way-to-make-prompt-values-from-an-external-file/m-p/492994#M31770</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-09-06T12:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Any way to make prompt values from an external file?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Any-way-to-make-prompt-values-from-an-external-file/m-p/492995#M31771</link>
      <description>&lt;P&gt;Thank for the info. I am quite new to SAS. How do i register the dataset in the metadata?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 13:00:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Any-way-to-make-prompt-values-from-an-external-file/m-p/492995#M31771</guid>
      <dc:creator>AdnanH</dc:creator>
      <dc:date>2018-09-06T13:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Any way to make prompt values from an external file?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Any-way-to-make-prompt-values-from-an-external-file/m-p/493003#M31772</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/226205"&gt;@AdnanH&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Thank for the info. I am quite new to SAS. How do i register the dataset in the metadata?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Do this with the SAS Management Console, or with Enterprise Guide as described here: &lt;A href="https://communities.sas.com/t5/SAS-Enterprise-Guide/Registering-Table-with-metadata/td-p/99703" target="_blank"&gt;https://communities.sas.com/t5/SAS-Enterprise-Guide/Registering-Table-with-metadata/td-p/99703&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 13:16:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Any-way-to-make-prompt-values-from-an-external-file/m-p/493003#M31772</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-09-06T13:16:34Z</dc:date>
    </item>
  </channel>
</rss>

