<?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 in SAS Customer Intelligence</title>
    <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Stored-Process/m-p/378578#M540</link>
    <description>Hi&lt;BR /&gt;Here is the code:&lt;BR /&gt;&lt;BR /&gt;/* ------------------ STP BEGIN ---------------------- */&lt;BR /&gt;/* When added after a communication, this node will&lt;BR /&gt;/* process this FTP Stored Process to move the export */&lt;BR /&gt;/* file from one server to another. */&lt;BR /&gt;/* ------------------ STP BEGIN ---------------------- */&lt;BR /&gt;&lt;BR /&gt;*ProcessBody;&lt;BR /&gt;%stpbegin;&lt;BR /&gt;%maspinit;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;proc import datafile="/sasdata/sasdata/MAExports/test/test.csv" out=work.toy replace;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;LIBNAME ETLDM "path";&lt;BR /&gt;&lt;BR /&gt;proc sql;&lt;BR /&gt;insert into etldm.insight_toy_company select * from WORK.toy;&lt;BR /&gt;quit;&lt;BR /&gt;&lt;BR /&gt;%macount(&amp;amp;outTable);&lt;BR /&gt;%MAStatus(&amp;amp;_stpwork.status.txt);&lt;BR /&gt;%stpend;&lt;BR /&gt;/* ------------------ STP END ---------------------- */&lt;BR /&gt;</description>
    <pubDate>Mon, 24 Jul 2017 05:30:18 GMT</pubDate>
    <dc:creator>india2016</dc:creator>
    <dc:date>2017-07-24T05:30:18Z</dc:date>
    <item>
      <title>Stored Process</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Stored-Process/m-p/377289#M530</link>
      <description>&lt;P&gt;I have created a stored process which i want use in SAS CI process node. But when I click on process node to add stored process it doesn't show that stored process. I have checked all authorisation for that user. Is there anything else that i need to do in CI to see the stored process.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2017 12:45:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Stored-Process/m-p/377289#M530</guid>
      <dc:creator>india2016</dc:creator>
      <dc:date>2017-07-19T12:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Process</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Stored-Process/m-p/377297#M531</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;in order to see the stored process you need to add the keyword "MAUser" to the Stored Process. This is described in the SAS Marketing Automation Administration Guide:&lt;BR /&gt;***&lt;BR /&gt;You can modify SAS code to run as a stored process for SAS Marketing Automation. In this method, you can add a few lines of SAS code in order to conform to SAS Stored Process syntax. This modification is identical to the modifications that are made by the New Stored Process wizard. The registered stored process can be used in a new Process node. SAS Customer Intelligence Studio displays all registered stored processes for which the keyword is MAUser.&lt;BR /&gt;***&lt;BR /&gt;&lt;BR /&gt;I hope this helps,&lt;BR /&gt;Beate</description>
      <pubDate>Wed, 19 Jul 2017 12:58:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Stored-Process/m-p/377297#M531</guid>
      <dc:creator>Bet_ty</dc:creator>
      <dc:date>2017-07-19T12:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Process</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Stored-Process/m-p/377647#M532</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have added the keyword still i wont be able to see the stored process.</description>
      <pubDate>Thu, 20 Jul 2017 05:35:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Stored-Process/m-p/377647#M532</guid>
      <dc:creator>india2016</dc:creator>
      <dc:date>2017-07-20T05:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Process</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Stored-Process/m-p/378150#M534</link>
      <description>&lt;P&gt;Can you send a screenshot of first screen when you click on Modify Stored Process in EG?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have Advanced User priveleges in CIS?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you in the same environment that the Stored Process is located in? (i.e. is the SP in Dev and you in CIS Prod?)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you look at the full code in the Modify Stored Process wizard (last page) does the SP start with:&lt;/P&gt;
&lt;P&gt;%stpbegin;&lt;/P&gt;
&lt;P&gt;%maspinit;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;in the middle do you set &amp;amp;outTable?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and end with:　&lt;/P&gt;
&lt;P&gt;%macount(&amp;amp;outTable);&lt;/P&gt;
&lt;P&gt;%mastatus( &amp;amp;_stpwork.status.txt );&lt;/P&gt;
&lt;P&gt;%stpend;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2017 13:54:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Stored-Process/m-p/378150#M534</guid>
      <dc:creator>pcapazzi</dc:creator>
      <dc:date>2017-07-21T13:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Process</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Stored-Process/m-p/378578#M540</link>
      <description>Hi&lt;BR /&gt;Here is the code:&lt;BR /&gt;&lt;BR /&gt;/* ------------------ STP BEGIN ---------------------- */&lt;BR /&gt;/* When added after a communication, this node will&lt;BR /&gt;/* process this FTP Stored Process to move the export */&lt;BR /&gt;/* file from one server to another. */&lt;BR /&gt;/* ------------------ STP BEGIN ---------------------- */&lt;BR /&gt;&lt;BR /&gt;*ProcessBody;&lt;BR /&gt;%stpbegin;&lt;BR /&gt;%maspinit;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;proc import datafile="/sasdata/sasdata/MAExports/test/test.csv" out=work.toy replace;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;LIBNAME ETLDM "path";&lt;BR /&gt;&lt;BR /&gt;proc sql;&lt;BR /&gt;insert into etldm.insight_toy_company select * from WORK.toy;&lt;BR /&gt;quit;&lt;BR /&gt;&lt;BR /&gt;%macount(&amp;amp;outTable);&lt;BR /&gt;%MAStatus(&amp;amp;_stpwork.status.txt);&lt;BR /&gt;%stpend;&lt;BR /&gt;/* ------------------ STP END ---------------------- */&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Jul 2017 05:30:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Stored-Process/m-p/378578#M540</guid>
      <dc:creator>india2016</dc:creator>
      <dc:date>2017-07-24T05:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Process</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Stored-Process/m-p/378685#M542</link>
      <description>&lt;P&gt;Please answer or address the other questions as well:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you send a screenshot of first screen when you click on Modify Stored Process in EG (i.e. where you put the MAUser keyword)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have Advanced User priveleges in CIS?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you in the same environment that the Stored Process is located in? (i.e. is the SP in Dev and you in CIS Prod?)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2017 13:31:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Stored-Process/m-p/378685#M542</guid>
      <dc:creator>pcapazzi</dc:creator>
      <dc:date>2017-07-24T13:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Process</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Stored-Process/m-p/378863#M545</link>
      <description>&lt;P&gt;Please find attcached screenshot as per ur request:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes both of them are in the same environment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;yes I have&amp;nbsp;&lt;SPAN&gt;Advanced User priveleges in CIS.&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/14134iB25240120537D072/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="Untitled.png" title="Untitled.png" /&gt;</description>
      <pubDate>Tue, 25 Jul 2017 05:46:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Stored-Process/m-p/378863#M545</guid>
      <dc:creator>india2016</dc:creator>
      <dc:date>2017-07-25T05:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Process</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Stored-Process/m-p/379073#M546</link>
      <description>&lt;P&gt;You may want to open a track with Technical Support. Here are all the&amp;nbsp;ways listed how to contact Tech Support: &lt;A href="http://support.sas.com/techsup/contact/index.html" target="_blank" rel="nofollow noopener noreferrer"&gt;&lt;FONT color="#007dc3"&gt;http://support.sas.com/techsup/contact/index.html&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 15:10:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Stored-Process/m-p/379073#M546</guid>
      <dc:creator>Bet_ty</dc:creator>
      <dc:date>2017-07-25T15:10:15Z</dc:date>
    </item>
  </channel>
</rss>

