<?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 using sas stored process  parameters how to dynamically change the values in Developers</title>
    <link>https://communities.sas.com/t5/Developers/using-sas-stored-process-parameters-how-to-dynamically-change/m-p/3971#M1868</link>
    <description>Hi&lt;BR /&gt;
&lt;BR /&gt;
I created 5 parameters in sas stored process,newdatasetname,groupno,groupsub,groupstatus,datasetlist,i am creating every time with newdata set and inserting with multiple values in(groupno,groupsub,groupstatus).&lt;BR /&gt;
&lt;BR /&gt;
example:newdataset name:group&lt;BR /&gt;
&lt;BR /&gt;
groupno groupsub groupstatus&lt;BR /&gt;
100        123        yes&lt;BR /&gt;
200        456        no&lt;BR /&gt;
300        789        yes&lt;BR /&gt;
&lt;BR /&gt;
my problem is when i creating with newdataset,new dataset name(group) must be adding to other parameter name datasetlist,i need to popup all these newdatasets list in this box.i need to updated values dynamically.&lt;BR /&gt;
&lt;BR /&gt;
Is it possible in sas stored process,please help me in this issue,please suggest any other solutions.&lt;BR /&gt;
&lt;BR /&gt;
thank you&lt;BR /&gt;
arunpadman&lt;BR /&gt;
301-326-7115</description>
    <pubDate>Thu, 26 Jul 2007 17:29:08 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2007-07-26T17:29:08Z</dc:date>
    <item>
      <title>using sas stored process  parameters how to dynamically change the values</title>
      <link>https://communities.sas.com/t5/Developers/using-sas-stored-process-parameters-how-to-dynamically-change/m-p/3971#M1868</link>
      <description>Hi&lt;BR /&gt;
&lt;BR /&gt;
I created 5 parameters in sas stored process,newdatasetname,groupno,groupsub,groupstatus,datasetlist,i am creating every time with newdata set and inserting with multiple values in(groupno,groupsub,groupstatus).&lt;BR /&gt;
&lt;BR /&gt;
example:newdataset name:group&lt;BR /&gt;
&lt;BR /&gt;
groupno groupsub groupstatus&lt;BR /&gt;
100        123        yes&lt;BR /&gt;
200        456        no&lt;BR /&gt;
300        789        yes&lt;BR /&gt;
&lt;BR /&gt;
my problem is when i creating with newdataset,new dataset name(group) must be adding to other parameter name datasetlist,i need to popup all these newdatasets list in this box.i need to updated values dynamically.&lt;BR /&gt;
&lt;BR /&gt;
Is it possible in sas stored process,please help me in this issue,please suggest any other solutions.&lt;BR /&gt;
&lt;BR /&gt;
thank you&lt;BR /&gt;
arunpadman&lt;BR /&gt;
301-326-7115</description>
      <pubDate>Thu, 26 Jul 2007 17:29:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/using-sas-stored-process-parameters-how-to-dynamically-change/m-p/3971#M1868</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-07-26T17:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: using sas stored process  parameters how to dynamically change the values</title>
      <link>https://communities.sas.com/t5/Developers/using-sas-stored-process-parameters-how-to-dynamically-change/m-p/3972#M1869</link>
      <description>Hi:&lt;BR /&gt;
  At this time (SAS 9.1.3), dynamic or cascading parameter values are not possible using the "standard" client applications, such as Enterprise Guide, or the SAS Add-in for Microsoft Office.&lt;BR /&gt;
   &lt;BR /&gt;
  Dynamic parameters would be stored process parameters whose value changes when the underlying data changes (for example -- you build a stored process and are doing business in Spain, France and Germany -- so you make a parameter for COUNTRY and only those 3 countries show up in the parameter value constraint/selection list. When you start doing business in Belgium -- then Belgium automatically shows up as a parameter selection choice for the COUNTRY parameter.) Cascading parameters are the kind of parameter where you pick a country from a list and the next parameter choice for city will only show you the cities in the country that you picked.&lt;BR /&gt;
   &lt;BR /&gt;
  If you need or want that kind of functionality, right now, then you are going to have to go down the path of writing your own front end application -- either with PHP or JavaScript or ActiveX or C++ or JSP or ...  &lt;BR /&gt;
  &lt;BR /&gt;
  Consult with Tech Support or refer to the Integration Technologies and Stored Process Web Application documentation for examples of custom applications that use SAS Stored Processes.&lt;BR /&gt;
  &lt;BR /&gt;
cynthia</description>
      <pubDate>Sat, 28 Jul 2007 19:01:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/using-sas-stored-process-parameters-how-to-dynamically-change/m-p/3972#M1869</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2007-07-28T19:01:50Z</dc:date>
    </item>
  </channel>
</rss>

