<?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: Automating SAS EG Prompt in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Automating-SAS-EG-Prompt/m-p/135386#M10947</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your users are supplying all of the inputs that will tailor an EG process in Excel you could avoid EG prompts but instead create SAS macro variables that feed into your process steps to customise them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Sep 2014 21:51:14 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2014-09-08T21:51:14Z</dc:date>
    <item>
      <title>Automating SAS EG Prompt</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Automating-SAS-EG-Prompt/m-p/135385#M10946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a SAS EG process with prompts in it for different reports.&lt;/P&gt;&lt;P&gt;Every day user creates a bunch of reports from this process. He has to select these prompt values for every run.&lt;/P&gt;&lt;P&gt;Is there any way to automate the prompt values? Something similar to what "Casting director" does in BO reports.&lt;/P&gt;&lt;P&gt;Like, a user can update an excel with prompt name &amp;amp; values.&lt;/P&gt;&lt;P&gt;S.no | PName | Value&lt;BR /&gt;1 | Region | East&lt;/P&gt;&lt;P&gt;2 | Region | West&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then SAS EG can read this prompt file and create reports for each row of input prompt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 19:50:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Automating-SAS-EG-Prompt/m-p/135385#M10946</guid>
      <dc:creator>Dreamer</dc:creator>
      <dc:date>2014-09-08T19:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: Automating SAS EG Prompt</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Automating-SAS-EG-Prompt/m-p/135386#M10947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your users are supplying all of the inputs that will tailor an EG process in Excel you could avoid EG prompts but instead create SAS macro variables that feed into your process steps to customise them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 21:51:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Automating-SAS-EG-Prompt/m-p/135386#M10947</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2014-09-08T21:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Automating SAS EG Prompt</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Automating-SAS-EG-Prompt/m-p/135387#M10948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks SASKiwi, but the problem is how to run the entire process for each set of parameters i.e each row of excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i have to code then I can put the entire process in a SAS Macro function and then call that with each set of input parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But unlike SAS DI, SAS EG doesn't have a loop task that can be embed in process to loop the entire process. My team is not mature in coding and&amp;nbsp; that's why I'm looking for a point &amp;amp; click solution here!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2014 01:43:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Automating-SAS-EG-Prompt/m-p/135387#M10948</guid>
      <dc:creator>Dreamer</dc:creator>
      <dc:date>2014-09-09T01:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Automating SAS EG Prompt</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Automating-SAS-EG-Prompt/m-p/135388#M10949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure you are going to find a point and click solution but have a look through the possibilities listed here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://communities.sas.com/message/193195#193195"&gt;https://communities.sas.com/message/193195#193195&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2014 05:14:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Automating-SAS-EG-Prompt/m-p/135388#M10949</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2014-09-09T05:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Automating SAS EG Prompt</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Automating-SAS-EG-Prompt/m-p/135389#M10950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are You&amp;nbsp; looking for dynamic prompts &lt;A href="https://support.sas.com/resources/papers/sgf09/355-2009.pdf" title="https://support.sas.com/resources/papers/sgf09/355-2009.pdf"&gt;https://support.sas.com/resources/papers/sgf09/355-2009.pdf&lt;/A&gt; ?&lt;BR /&gt;&amp;nbsp; There are many ways to use and implement prompts &lt;/P&gt;&lt;P&gt;Are You looking for scheduling options for automated processing of reports? This is a world on his own.&lt;BR /&gt;Are looking for refreshing reports&amp;nbsp; that are included in a MS-office document? This is part of AMO&lt;/P&gt;&lt;P&gt;Are you loking for running SP's in batch?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am only seeing you have Eguide and wanting to automate something. Please elaborate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2014 07:11:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Automating-SAS-EG-Prompt/m-p/135389#M10950</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-09-09T07:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Automating SAS EG Prompt</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Automating-SAS-EG-Prompt/m-p/135390#M10951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone for your help and suggestions!!&lt;/P&gt;&lt;P&gt;I'm not sure if I re-invented the wheel. But I created a VBA application to read and pass prompt values to Stored Procedure. It worked for me. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;Here I have added a sample solution:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="PromptCasting.PNG" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/7374_PromptCasting.PNG" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 17:07:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Automating-SAS-EG-Prompt/m-p/135390#M10951</guid>
      <dc:creator>Dreamer</dc:creator>
      <dc:date>2014-09-10T17:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: Automating SAS EG Prompt</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Automating-SAS-EG-Prompt/m-p/135391#M10952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This capability is built into the SAS Add-In for Microsoft Office -- using cell values for prompt answers in a Stored Process.&amp;nbsp; So yes, you sort of re-invented it -- minus the much nicer interactivity that you get with the SAS Add-In.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that solution is working for you -- nice job!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 17:30:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Automating-SAS-EG-Prompt/m-p/135391#M10952</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2014-09-10T17:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Automating SAS EG Prompt</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Automating-SAS-EG-Prompt/m-p/135392#M10953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris, I believe your suggestion is to select prompt value from Cell when SAS Add in opens a pop up asking for prompt value. Or pass the complete list as a data source (text/xml) to Store procedure.&lt;/P&gt;&lt;P&gt;In both the cases SP will be triggered with only one set of prompt values. But my requirement is to run this process for multiple set of prompts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See if we can get this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets assume I have a EG process which filters observations and create report based on prompt value.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="EG Process.PNG" class="jive-image" src="https://communities.sas.com/legacyfs/online/7380_EG Process.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Prompts:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Sex (=M/F)&lt;BR /&gt;Age (&amp;gt;= Value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When user runs this process, SAS will ask for prompt. Lets say user enters (M, 14). SAS will create report for these values.&lt;/P&gt;&lt;P&gt;If user has another set of parameters (say F, 12) for an another report then user will have to re-run this process with new prompt values. Think if he has many such sets. Each time he'll have to manually trigger the process with new prompt values.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Diag.PNG" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/7381_Diag.PNG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;I was just trying to automate this manual effort.&lt;/P&gt;&lt;P&gt;PS: User does adhoc reporting, so scheduling is not an option + User doesn't know much programming!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 22:10:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Automating-SAS-EG-Prompt/m-p/135392#M10953</guid>
      <dc:creator>Dreamer</dc:creator>
      <dc:date>2014-09-10T22:10:14Z</dc:date>
    </item>
  </channel>
</rss>

