<?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: how to create a new stored process in base sas in Developers</title>
    <link>https://communities.sas.com/t5/Developers/how-to-create-a-new-stored-process-in-base-sas/m-p/97527#M3642</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; That paper describes how to create &amp;amp; register the stored process using EG, which is one of the 2 places where you can register metadata for a stored process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; To create your stored process you:&lt;/P&gt;&lt;P&gt;1) start with a &lt;STRONG&gt;working&lt;/STRONG&gt; SAS program, usually one that produces visible ODS output&lt;/P&gt;&lt;P&gt;2) once you know the program is working then you add the stored process &lt;STRONG style="color: #3366ff;"&gt;syntax&lt;/STRONG&gt; elements:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; color: #3366ff;"&gt;&lt;STRONG&gt;*ProcessBody;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; color: #3366ff;"&gt;&lt;STRONG&gt;%global promptvar1 promptvar2;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; color: #3366ff;"&gt;&lt;STRONG&gt;%stpbegin;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;. . . your code . . .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG style="color: #3366ff;"&gt;%stpend;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Then, you may have to adjust your code to use the prompting variables (defined in the %global statement;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) register the metadata using either Enterprise Guide or SAS Management Console. You will need to know:&lt;/P&gt;&lt;P&gt;--name of the stored process&lt;/P&gt;&lt;P&gt;--metadata repository for the stored process&lt;/P&gt;&lt;P&gt;--server used for execution -- stored process server or workspace server&lt;/P&gt;&lt;P&gt;--prompts need to be defined&lt;/P&gt;&lt;P&gt;--results type of output: streaming, package, none&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do #2 in a text editor or in EG, using the stored process wizard. You can do #3 in EG or in SMC. For #1, you have some choices: you can start from an EG task or project or some of the tasks in a project; you can start from code that you already have written.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Apr 2013 12:24:41 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2013-04-15T12:24:41Z</dc:date>
    <item>
      <title>how to create a new stored process in base sas</title>
      <link>https://communities.sas.com/t5/Developers/how-to-create-a-new-stored-process-in-base-sas/m-p/97525#M3640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;can someone tell me how to create a stored process in base sas.what is the syntax for that and how to define a server and register the metadata for that.&lt;/P&gt;&lt;P&gt;there are 3 steps&lt;/P&gt;&lt;P&gt;creating the stored process &lt;/P&gt;&lt;P&gt;defining the server &lt;/P&gt;&lt;P&gt;register the metadata&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 15:34:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/how-to-create-a-new-stored-process-in-base-sas/m-p/97525#M3640</guid>
      <dc:creator>ani_13</dc:creator>
      <dc:date>2013-04-04T15:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a new stored process in base sas</title>
      <link>https://communities.sas.com/t5/Developers/how-to-create-a-new-stored-process-in-base-sas/m-p/97526#M3641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I haven't done it but here is what seems to be a good reference document:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www2.sas.com/proceedings/sugi30/135-30.pdf" title="http://www2.sas.com/proceedings/sugi30/135-30.pdf"&gt;http://www2.sas.com/proceedings/sugi30/135-30.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 16:55:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/how-to-create-a-new-stored-process-in-base-sas/m-p/97526#M3641</guid>
      <dc:creator>DBailey</dc:creator>
      <dc:date>2013-04-04T16:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a new stored process in base sas</title>
      <link>https://communities.sas.com/t5/Developers/how-to-create-a-new-stored-process-in-base-sas/m-p/97527#M3642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; That paper describes how to create &amp;amp; register the stored process using EG, which is one of the 2 places where you can register metadata for a stored process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; To create your stored process you:&lt;/P&gt;&lt;P&gt;1) start with a &lt;STRONG&gt;working&lt;/STRONG&gt; SAS program, usually one that produces visible ODS output&lt;/P&gt;&lt;P&gt;2) once you know the program is working then you add the stored process &lt;STRONG style="color: #3366ff;"&gt;syntax&lt;/STRONG&gt; elements:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; color: #3366ff;"&gt;&lt;STRONG&gt;*ProcessBody;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; color: #3366ff;"&gt;&lt;STRONG&gt;%global promptvar1 promptvar2;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; color: #3366ff;"&gt;&lt;STRONG&gt;%stpbegin;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;. . . your code . . .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG style="color: #3366ff;"&gt;%stpend;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Then, you may have to adjust your code to use the prompting variables (defined in the %global statement;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) register the metadata using either Enterprise Guide or SAS Management Console. You will need to know:&lt;/P&gt;&lt;P&gt;--name of the stored process&lt;/P&gt;&lt;P&gt;--metadata repository for the stored process&lt;/P&gt;&lt;P&gt;--server used for execution -- stored process server or workspace server&lt;/P&gt;&lt;P&gt;--prompts need to be defined&lt;/P&gt;&lt;P&gt;--results type of output: streaming, package, none&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do #2 in a text editor or in EG, using the stored process wizard. You can do #3 in EG or in SMC. For #1, you have some choices: you can start from an EG task or project or some of the tasks in a project; you can start from code that you already have written.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Apr 2013 12:24:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/how-to-create-a-new-stored-process-in-base-sas/m-p/97527#M3642</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2013-04-15T12:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a new stored process in base sas</title>
      <link>https://communities.sas.com/t5/Developers/how-to-create-a-new-stored-process-in-base-sas/m-p/97528#M3643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Cynthia,&lt;/P&gt;&lt;P&gt;I have following doubts in creating stored process.&lt;/P&gt;&lt;P&gt;1.How to register the metadata? Note: I have EG.&lt;/P&gt;&lt;P&gt;2.How to name a stored process, where should i kept?&lt;/P&gt;&lt;P&gt;3.How to create a sas stored process server?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Apr 2013 08:37:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/how-to-create-a-new-stored-process-in-base-sas/m-p/97528#M3643</guid>
      <dc:creator>Vimal_U</dc:creator>
      <dc:date>2013-04-22T08:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a new stored process in base sas</title>
      <link>https://communities.sas.com/t5/Developers/how-to-create-a-new-stored-process-in-base-sas/m-p/97529#M3644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. File - New - Stored Process&lt;/P&gt;&lt;P&gt;2. Design issue, ask the system administator if there is one.&lt;/P&gt;&lt;P&gt;3. A task for the system administrator. But usaually this is done during installtion, or configu5ration of&amp;nbsp; the metadata environment. Do you have access to SAs Management Console? If not, who has? What server objects are configured in metadata?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Apr 2013 11:39:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/how-to-create-a-new-stored-process-in-base-sas/m-p/97529#M3644</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2013-04-22T11:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a new stored process in base sas</title>
      <link>https://communities.sas.com/t5/Developers/how-to-create-a-new-stored-process-in-base-sas/m-p/97530#M3645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;None of the systems in here has SAS Management Console. What should i do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Apr 2013 11:43:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/how-to-create-a-new-stored-process-in-base-sas/m-p/97530#M3645</guid>
      <dc:creator>Vimal_U</dc:creator>
      <dc:date>2013-04-22T11:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a new stored process in base sas</title>
      <link>https://communities.sas.com/t5/Developers/how-to-create-a-new-stored-process-in-base-sas/m-p/97531#M3646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;
&lt;P&gt;Vimal_U wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;None of the systems in here has SAS Management Console. What should i do?&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;Check your SAS licence. The SAS Management Console ist part of the software package of an (E)BI-Server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2013 15:24:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/how-to-create-a-new-stored-process-in-base-sas/m-p/97531#M3646</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2013-06-18T15:24:47Z</dc:date>
    </item>
  </channel>
</rss>

