<?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: About prompts in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Prompts-how-to-load-data-with-prompts/m-p/567096#M159434</link>
    <description>Please don't double post questions. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
    <pubDate>Wed, 19 Jun 2019 00:00:42 GMT</pubDate>
    <dc:creator>heffo</dc:creator>
    <dc:date>2019-06-19T00:00:42Z</dc:date>
    <item>
      <title>Prompts - how to load data with prompts</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Prompts-how-to-load-data-with-prompts/m-p/567087#M159425</link>
      <description>&lt;P&gt;Hi everyone, &lt;SPAN&gt;I want to know if using the prompts I can load data directly to a dataset, and after that, a way that all this is showned inside the prompt, or something like a quick view of the table with the new data. Many thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 01:29:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Prompts-how-to-load-data-with-prompts/m-p/567087#M159425</guid>
      <dc:creator>Mxmaverick</dc:creator>
      <dc:date>2019-06-19T01:29:01Z</dc:date>
    </item>
    <item>
      <title>Prompts to load data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Prompts-how-to-load-data-with-prompts/m-p/567089#M159433</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi everyone,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;I want to know if using the prompts I can load data directly to a dataset, and after that, a way that all this is showned inside the prompt, or something like a quick view of the table with the new data. Many thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 01:28:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Prompts-how-to-load-data-with-prompts/m-p/567089#M159433</guid>
      <dc:creator>Mxmaverick</dc:creator>
      <dc:date>2019-06-19T01:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt about prompts</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Prompts-how-to-load-data-with-prompts/m-p/567092#M159426</link>
      <description>&lt;P&gt;I suspect that you want is in a prompt be able to dynamically show a list of values from a data set.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If so, then yes you can, but the table needs to be registered in the metadata. You can't dynamically point out the table in the prompt.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you on the other hand just want a static list of values from a data set, then you can add (import) those when you create the prompt. But, of course, if the data changes, nothing changes in the prompt.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2019 23:36:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Prompts-how-to-load-data-with-prompts/m-p/567092#M159426</guid>
      <dc:creator>heffo</dc:creator>
      <dc:date>2019-06-18T23:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: About prompts</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Prompts-how-to-load-data-with-prompts/m-p/567096#M159434</link>
      <description>Please don't double post questions. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Wed, 19 Jun 2019 00:00:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Prompts-how-to-load-data-with-prompts/m-p/567096#M159434</guid>
      <dc:creator>heffo</dc:creator>
      <dc:date>2019-06-19T00:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Prompts - how to load data with prompts</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Prompts-how-to-load-data-with-prompts/m-p/567110#M159436</link>
      <description>I've merged your questions and updated your subject, it was a bit vague. &lt;BR /&gt;&lt;BR /&gt;Your question is unclear. Can you explain what you mean by load data directly to a data set? Are you intending to add records to a data set via a prompt? That is possible but not a great usage of macro variables.</description>
      <pubDate>Wed, 19 Jun 2019 01:34:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Prompts-how-to-load-data-with-prompts/m-p/567110#M159436</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-06-19T01:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Prompts to load data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Prompts-how-to-load-data-with-prompts/m-p/567501#M159590</link>
      <description>&lt;P&gt;I don't fully understand what you want to do. But a prompt is mainly used to select input parameters for the rest of your code. It is not specifically used to feed a table with data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The prompt generates macro variables that could be used in the dialog boxes in EG or in code. The code could of course use the macro to create data in a data set, but I don't think that you want this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want a way to look at a new data set and figure out what it is about, then prompts are not the way to go.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 01:37:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Prompts-how-to-load-data-with-prompts/m-p/567501#M159590</guid>
      <dc:creator>heffo</dc:creator>
      <dc:date>2019-06-20T01:37:33Z</dc:date>
    </item>
  </channel>
</rss>

