<?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: SAS Stored Process in Developers</title>
    <link>https://communities.sas.com/t5/Developers/SAS-Stored-Process/m-p/558868#M5887</link>
    <description>&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;How you set the parameter depends on how you are executing the stored process.&amp;nbsp; You can add a new parameter to the stored process named _DEBUG and specify &lt;FONT face="courier new,courier"&gt;log,trace&lt;/FONT&gt; for the default value.&amp;nbsp; Or if you are executing the stored process by directly accessing a URL, then add &lt;FONT face="courier new,courier"&gt;&amp;amp;_DEBUG=log,trace&lt;/FONT&gt; to the end of the URL.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;Here is some documentation that might help:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;&lt;A href="https://go.documentation.sas.com/?docsetId=stpug&amp;amp;docsetTarget=dbgsrvlt.htm&amp;amp;docsetVersion=9.4#n15ji04bt8lnl1n1bgvrp4mjgimb" target="_blank"&gt;https://go.documentation.sas.com/?docsetId=stpug&amp;amp;docsetTarget=dbgsrvlt.htm&amp;amp;docsetVersion=9.4#n15ji04bt8lnl1n1bgvrp4mjgimb&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you still need assistance with this, then I suggest that you open a track with our technical support department:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/ctx/supportform/createForm" target="_blank"&gt;https://support.sas.com/ctx/supportform/createForm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;Vince DelGobbo&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;SAS R&amp;amp;D&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 15 May 2019 11:28:48 GMT</pubDate>
    <dc:creator>Vince_SAS</dc:creator>
    <dc:date>2019-05-15T11:28:48Z</dc:date>
    <item>
      <title>SAS Stored Process</title>
      <link>https://communities.sas.com/t5/Developers/SAS-Stored-Process/m-p/556385#M5884</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I am trying to run the SAS stored process report where&amp;nbsp; it will ask prompts for data,variable values.&lt;BR /&gt;Based on the user prompt selection,the&amp;nbsp; report will run and downloads report using excel sheet.&lt;/P&gt;&lt;P&gt;So excel sheet downloads fine if we select multiple prompt values like 'A','B'.. for variable prompt&lt;BR /&gt;but not works for single variable value like only 'A' prompt value and excel gets downloaded but gives errors while opening excel as below&lt;/P&gt;&lt;P&gt;"the file can not be opened because of errors the errors are listed in temproray internet file "&lt;/P&gt;&lt;P&gt;we are creating variable prompt as below&lt;/P&gt;&lt;P&gt;prompt type :text&lt;/P&gt;&lt;P&gt;Methods for populating prompt : user select values from a static list&lt;BR /&gt;Number Of values : multiple values (defined added 'A' ,'B' under list of values)&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 11:31:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-Stored-Process/m-p/556385#M5884</guid>
      <dc:creator>JJP1</dc:creator>
      <dc:date>2019-05-06T11:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Stored Process</title>
      <link>https://communities.sas.com/t5/Developers/SAS-Stored-Process/m-p/556954#M5885</link>
      <description>&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;Try adding a parameter named _DEBUG with a value of &lt;FONT face="courier new,courier"&gt;log,trace&lt;/FONT&gt;, and then look in the SAS log to see if there are errors that need to be corrected.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;Vince DelGobbo&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;SAS R&amp;amp;D&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2019 22:10:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-Stored-Process/m-p/556954#M5885</guid>
      <dc:creator>Vince_SAS</dc:creator>
      <dc:date>2019-05-07T22:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Stored Process</title>
      <link>https://communities.sas.com/t5/Developers/SAS-Stored-Process/m-p/557354#M5886</link>
      <description>&lt;P&gt;Hi Vince,&lt;/P&gt;&lt;P&gt;I am new to SAS stored processs,so may i request to please help how can we add the debug option please.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2019 05:31:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-Stored-Process/m-p/557354#M5886</guid>
      <dc:creator>JJP1</dc:creator>
      <dc:date>2019-05-09T05:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Stored Process</title>
      <link>https://communities.sas.com/t5/Developers/SAS-Stored-Process/m-p/558868#M5887</link>
      <description>&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;How you set the parameter depends on how you are executing the stored process.&amp;nbsp; You can add a new parameter to the stored process named _DEBUG and specify &lt;FONT face="courier new,courier"&gt;log,trace&lt;/FONT&gt; for the default value.&amp;nbsp; Or if you are executing the stored process by directly accessing a URL, then add &lt;FONT face="courier new,courier"&gt;&amp;amp;_DEBUG=log,trace&lt;/FONT&gt; to the end of the URL.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;Here is some documentation that might help:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;&lt;A href="https://go.documentation.sas.com/?docsetId=stpug&amp;amp;docsetTarget=dbgsrvlt.htm&amp;amp;docsetVersion=9.4#n15ji04bt8lnl1n1bgvrp4mjgimb" target="_blank"&gt;https://go.documentation.sas.com/?docsetId=stpug&amp;amp;docsetTarget=dbgsrvlt.htm&amp;amp;docsetVersion=9.4#n15ji04bt8lnl1n1bgvrp4mjgimb&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you still need assistance with this, then I suggest that you open a track with our technical support department:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/ctx/supportform/createForm" target="_blank"&gt;https://support.sas.com/ctx/supportform/createForm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;Vince DelGobbo&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;SAS R&amp;amp;D&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2019 11:28:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-Stored-Process/m-p/558868#M5887</guid>
      <dc:creator>Vince_SAS</dc:creator>
      <dc:date>2019-05-15T11:28:48Z</dc:date>
    </item>
  </channel>
</rss>

