<?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 Stored process use input in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Stored-process-use-input/m-p/492909#M31764</link>
    <description>This could be a solution, but more difficult for users to understand. Most user-friendly way would be that it would be filled in.</description>
    <pubDate>Thu, 06 Sep 2018 08:16:04 GMT</pubDate>
    <dc:creator>Filipvdr</dc:creator>
    <dc:date>2018-09-06T08:16:04Z</dc:date>
    <item>
      <title>SAS Stored process use input</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Stored-process-use-input/m-p/492896#M31762</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have a stored process which will upload a table to LASR VA.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To make it more easier for end-users in SAS Eguide&amp;nbsp;we want to use the input, so the user does not have to fill in a lot of prompts.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example if the table is called work.FINDINGS_2018 we want FINDINGS_2018 to be filled in in a field/prompt already, the user can overwrite it in the prompt but it's filled in already by default. Maybe we can work with &amp;amp;syslast or any other ideas? Can this be done in Eguide with a stored process?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also sas the task templates but this seems more difficult.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Filip&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 07:37:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Stored-process-use-input/m-p/492896#M31762</guid>
      <dc:creator>Filipvdr</dc:creator>
      <dc:date>2018-09-06T07:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Stored process use input</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Stored-process-use-input/m-p/492905#M31763</link>
      <description>&lt;P&gt;Can you do the other way, i.e if the prompt is blank you use the default (in your code) and if it has a value you use this instead?&lt;/P&gt;
&lt;P&gt;//Fredrik&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 08:04:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Stored-process-use-input/m-p/492905#M31763</guid>
      <dc:creator>FredrikE</dc:creator>
      <dc:date>2018-09-06T08:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Stored process use input</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Stored-process-use-input/m-p/492909#M31764</link>
      <description>This could be a solution, but more difficult for users to understand. Most user-friendly way would be that it would be filled in.</description>
      <pubDate>Thu, 06 Sep 2018 08:16:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Stored-process-use-input/m-p/492909#M31764</guid>
      <dc:creator>Filipvdr</dc:creator>
      <dc:date>2018-09-06T08:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Stored process use input</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Stored-process-use-input/m-p/492926#M31765</link>
      <description>&lt;P&gt;Just tried it. You can't use a macro variable to pre-populate a prompt, so this won't be possible.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 09:29:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Stored-process-use-input/m-p/492926#M31765</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-09-06T09:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Stored process use input</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Stored-process-use-input/m-p/492928#M31766</link>
      <description>&lt;P&gt;Ok thanks, it confirms my thoughts.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any workarounds or ideas? Or the only way is to create a custom task template?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 09:35:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Stored-process-use-input/m-p/492928#M31766</guid>
      <dc:creator>Filipvdr</dc:creator>
      <dc:date>2018-09-06T09:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Stored process use input</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Stored-process-use-input/m-p/492931#M31767</link>
      <description>&lt;P&gt;Since you can create a prompt that lets you select values form a list, and that list can be dynamic (read from a dataset), you can try the following:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;create a dataset with a properly defined column for dataset names (8+1+32=41 characters)&lt;/LI&gt;
&lt;LI&gt;register the dataset in metadata&lt;/LI&gt;
&lt;LI&gt;create prompt that reads values from the dataset, but also allows the user to enter values not in the list&lt;/LI&gt;
&lt;LI&gt;write one or more dataset names to the dataset at runtime before the STP is called&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Thu, 06 Sep 2018 09:44:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Stored-process-use-input/m-p/492931#M31767</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-09-06T09:44:00Z</dc:date>
    </item>
  </channel>
</rss>

