<?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: Stored Process Generate PDF in Developers</title>
    <link>https://communities.sas.com/t5/Developers/Stored-Process-Generate-PDF/m-p/42600#M2796</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I was successful in creating the stored process and having them published on the IDP.&lt;BR /&gt;
&lt;BR /&gt;
When the user clicks on the Stored Process he is presented with the same interface which one would get from the Stored Process Explorer. That is fine but how do i suppress the different options the user is presented in the ADVANCED menu&lt;BR /&gt;
&lt;BR /&gt;
In short i want the list of macro variables and their values like _ODSDEST etc....&lt;BR /&gt;
&lt;BR /&gt;
Regards&lt;BR /&gt;
Russell</description>
    <pubDate>Wed, 10 Feb 2010 15:45:07 GMT</pubDate>
    <dc:creator>RussellAlmeida</dc:creator>
    <dc:date>2010-02-10T15:45:07Z</dc:date>
    <item>
      <title>Stored Process Generate PDF</title>
      <link>https://communities.sas.com/t5/Developers/Stored-Process-Generate-PDF/m-p/42596#M2792</link>
      <description>Hi Tech Support,&lt;BR /&gt;
&lt;BR /&gt;
I have developed Stored Process which in turn generate PDF Reports based on the parameters provided by the end users. Where and how should i proceed to the WRS or IDP.&lt;BR /&gt;
&lt;BR /&gt;
I know that when you have developed a stored process with macro variables as inputs you can see a text box in the Stored Process Explorer. Can i have the same functionality on WRS or IDP. HOW.&lt;BR /&gt;
&lt;BR /&gt;
Please suggest.&lt;BR /&gt;
&lt;BR /&gt;
Regards&lt;BR /&gt;
Russell

Message was edited by: Russell Almeida</description>
      <pubDate>Tue, 19 Jan 2010 10:40:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-Process-Generate-PDF/m-p/42596#M2792</guid>
      <dc:creator>RussellAlmeida</dc:creator>
      <dc:date>2010-01-19T10:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Process Generate PDF</title>
      <link>https://communities.sas.com/t5/Developers/Stored-Process-Generate-PDF/m-p/42597#M2793</link>
      <description>I think what you are referring to is an input parameter for your stored process.  Here is information on how add a parameter:&lt;BR /&gt;
&lt;BR /&gt;
Adding a Parameter to the Stored Process Definition&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/stpug/61271/HTML/default/a003172097.htm#a003255328" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/stpug/61271/HTML/default/a003172097.htm#a003255328&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
The parameter will be surfaced by the clients that you mention.&lt;BR /&gt;
&lt;BR /&gt;
If you need to contact our Technical Support Department, you can open a track at:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/ctx/supportform/createForm" target="_blank"&gt;http://support.sas.com/ctx/supportform/createForm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Vince DelGobbo&lt;BR /&gt;
SAS R&amp;amp;D</description>
      <pubDate>Tue, 19 Jan 2010 15:57:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-Process-Generate-PDF/m-p/42597#M2793</guid>
      <dc:creator>Vince_SAS</dc:creator>
      <dc:date>2010-01-19T15:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Process Generate PDF</title>
      <link>https://communities.sas.com/t5/Developers/Stored-Process-Generate-PDF/m-p/42598#M2794</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I tried to put the option you had specified but no luck, am i missing on some more options.&lt;BR /&gt;
&lt;BR /&gt;
All i need is the PDF file which is created by the stored process to open with the Open, Save, Cancel dialog box when the stored process is executed.&lt;BR /&gt;
&lt;BR /&gt;
I have also opened a SAS Technical Support track but no reply from there too.&lt;BR /&gt;
&lt;BR /&gt;
Please suggest&lt;BR /&gt;
&lt;BR /&gt;
Regards&lt;BR /&gt;
Russell</description>
      <pubDate>Fri, 22 Jan 2010 22:38:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-Process-Generate-PDF/m-p/42598#M2794</guid>
      <dc:creator>RussellAlmeida</dc:creator>
      <dc:date>2010-01-22T22:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Process Generate PDF</title>
      <link>https://communities.sas.com/t5/Developers/Stored-Process-Generate-PDF/m-p/42599#M2795</link>
      <description>It's probably best to continue to work with Technical Support on this issue.&lt;BR /&gt;
&lt;BR /&gt;
Vince DelGobbo&lt;BR /&gt;
SAS R&amp;amp;D</description>
      <pubDate>Fri, 22 Jan 2010 23:28:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-Process-Generate-PDF/m-p/42599#M2795</guid>
      <dc:creator>Vince_SAS</dc:creator>
      <dc:date>2010-01-22T23:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Process Generate PDF</title>
      <link>https://communities.sas.com/t5/Developers/Stored-Process-Generate-PDF/m-p/42600#M2796</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I was successful in creating the stored process and having them published on the IDP.&lt;BR /&gt;
&lt;BR /&gt;
When the user clicks on the Stored Process he is presented with the same interface which one would get from the Stored Process Explorer. That is fine but how do i suppress the different options the user is presented in the ADVANCED menu&lt;BR /&gt;
&lt;BR /&gt;
In short i want the list of macro variables and their values like _ODSDEST etc....&lt;BR /&gt;
&lt;BR /&gt;
Regards&lt;BR /&gt;
Russell</description>
      <pubDate>Wed, 10 Feb 2010 15:45:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-Process-Generate-PDF/m-p/42600#M2796</guid>
      <dc:creator>RussellAlmeida</dc:creator>
      <dc:date>2010-02-10T15:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Process Generate PDF</title>
      <link>https://communities.sas.com/t5/Developers/Stored-Process-Generate-PDF/m-p/42601#M2797</link>
      <description>What version of SAS are you using, 9.1.3 or 9.2?&lt;BR /&gt;
&lt;BR /&gt;
I don't know what you mean by the "ADVANCED" menu.  How do you access that menu, and what are you seeing on it?&lt;BR /&gt;
&lt;BR /&gt;
The property page only shows the parameters that are defined in metadata.&lt;BR /&gt;
&lt;BR /&gt;
Vince DelGobbo&lt;BR /&gt;
SAS R&amp;amp;D</description>
      <pubDate>Wed, 10 Feb 2010 16:07:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-Process-Generate-PDF/m-p/42601#M2797</guid>
      <dc:creator>Vince_SAS</dc:creator>
      <dc:date>2010-02-10T16:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Process Generate PDF</title>
      <link>https://communities.sas.com/t5/Developers/Stored-Process-Generate-PDF/m-p/42602#M2798</link>
      <description>I'm not sure what you mean by the "Advanced Menu" -- but this Tech Support note discusses how to suppress the usual property page:&lt;BR /&gt;
&lt;A href="http://support.sas.com/techsup/technote/ts764.pdf" target="_blank"&gt;http://support.sas.com/techsup/technote/ts764.pdf&lt;/A&gt; &lt;BR /&gt;
 &lt;BR /&gt;
Otherwise, I'm not clear on what you want to see.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Wed, 10 Feb 2010 16:37:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-Process-Generate-PDF/m-p/42602#M2798</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-02-10T16:37:40Z</dc:date>
    </item>
  </channel>
</rss>

