<?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 Procedure Error because of Blank in Info Map Name in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stored-Procedure-Error-because-of-Blank-in-Info-Map-Name/m-p/298121#M20305</link>
    <description>&lt;P&gt;Direct link to the program:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/onlinedoc/guide/examples/infomapReportProgram.htm" target="_blank"&gt;http://support.sas.com/documentation/onlinedoc/guide/examples/infomapReportProgram.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And an example of output:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/onlinedoc/guide/examples/infomapReport.htm" target="_blank"&gt;http://support.sas.com/documentation/onlinedoc/guide/examples/infomapReport.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Sep 2016 19:01:39 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2016-09-13T19:01:39Z</dc:date>
    <item>
      <title>Stored Procedure Error because of Blank in Info Map Name</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stored-Procedure-Error-because-of-Blank-in-Info-Map-Name/m-p/296794#M20227</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have been creating stored procedures for a long time, but recently we are getting an error. It appears that if our info map has a space in the name, the stored procedure errors.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My colleague created a SAS EG project that completes successfully. &amp;nbsp;Next, she tried to create &amp;nbsp;a stored procedures in order to load the report to our SAS Portal.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;When she tried to create the stored procedure, she got &amp;nbsp;an error (see attached)&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#993300"&gt;&amp;nbsp;An error occured executing the stored process job " Alumni Career Services Report ". &amp;nbsp;The stored process library failed to achieve the results...... etc.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The log shows &amp;nbsp;an error (See attached)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#993300"&gt;&lt;STRONG&gt;The value 'Annual Giving' is not a valid SAS name.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Our IT folks say to work around this by renaming the output from the import of the info map to have an underscore instead of a blank. &amp;nbsp;Then it in turn will create a workfile with an underscore instead of a blank. &amp;nbsp;Unfortunately, this may mean that we have to link multiple files again to get this working (in some cases, recreate the entire report).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Has anyone had this problem?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jo&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2016 18:24:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stored-Procedure-Error-because-of-Blank-in-Info-Map-Name/m-p/296794#M20227</guid>
      <dc:creator>JSJ</dc:creator>
      <dc:date>2016-09-06T18:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Procedure Error because of Blank in Info Map Name</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stored-Procedure-Error-because-of-Blank-in-Info-Map-Name/m-p/296795#M20228</link>
      <description>&lt;P&gt;Try adding:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options validvarname=ANY;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;To the start of your stored process code.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2016 18:29:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stored-Procedure-Error-because-of-Blank-in-Info-Map-Name/m-p/296795#M20228</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2016-09-06T18:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Procedure Error because of Blank in Info Map Name</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stored-Procedure-Error-because-of-Blank-in-Info-Map-Name/m-p/296797#M20229</link>
      <description>We will try it out. Thanks for your quick response!</description>
      <pubDate>Tue, 06 Sep 2016 18:45:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stored-Procedure-Error-because-of-Blank-in-Info-Map-Name/m-p/296797#M20229</guid>
      <dc:creator>JSJ</dc:creator>
      <dc:date>2016-09-06T18:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Procedure Error because of Blank in Info Map Name</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stored-Procedure-Error-because-of-Blank-in-Info-Map-Name/m-p/297841#M20287</link>
      <description>&lt;P&gt;No success yet!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now when we do a listdata in SAS EG we are getting an error on the infomap name with a space in it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We tried putting the code in the listdata code, but it doesn't change anything.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could it be because it already has an options statement running in the background that we cannot update?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;Jo&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2016 19:28:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stored-Procedure-Error-because-of-Blank-in-Info-Map-Name/m-p/297841#M20287</guid>
      <dc:creator>JSJ</dc:creator>
      <dc:date>2016-09-12T19:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Procedure Error because of Blank in Info Map Name</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stored-Procedure-Error-because-of-Blank-in-Info-Map-Name/m-p/297843#M20288</link>
      <description>&lt;P&gt;So this is running in EG, not in a Stored Process? &amp;nbsp;Any chance you can post the log?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2016 19:42:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stored-Procedure-Error-because-of-Blank-in-Info-Map-Name/m-p/297843#M20288</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2016-09-12T19:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Procedure Error because of Blank in Info Map Name</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stored-Procedure-Error-because-of-Blank-in-Info-Map-Name/m-p/297848#M20289</link>
      <description>&lt;P&gt;Hi Chris-&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Attached is the copy of the log &amp;nbsp;with the error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We write SAS EG Projects and then produce a listdata. &amp;nbsp;Then we create a stored procedure in that same EG Project.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I did find &amp;nbsp;a support document that states that the option statement is the default for SAS EG, but not for stored procedures.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/kb/32/613.html" target="_blank"&gt;http://support.sas.com/kb/32/613.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It looks like to me that&amp;nbsp;our IT folks will have to put in an over ride on this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance for your help!&lt;/P&gt;
&lt;P&gt;Jo&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2016 19:51:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stored-Procedure-Error-because-of-Blank-in-Info-Map-Name/m-p/297848#M20289</guid>
      <dc:creator>JSJ</dc:creator>
      <dc:date>2016-09-12T19:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Procedure Error because of Blank in Info Map Name</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stored-Procedure-Error-because-of-Blank-in-Info-Map-Name/m-p/297851#M20290</link>
      <description>&lt;P&gt;You&amp;nbsp;&lt;STRONG&gt;can&amp;nbsp;&lt;/STRONG&gt; specify the OPTIONS VALIDVARNAME option in code any time. &amp;nbsp;So you can set it to V7 when accessing the Information Map initially (which&amp;nbsp;&lt;EM&gt;should&lt;/EM&gt; generate names that comply with the traditional SAS naming conventions), then set it back to ANY when you're all done with that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try running &lt;A href="http://blogs.sas.com/content/sasdummy/2010/05/25/reporting-on-sas-information-maps/" target="_self"&gt;the report example I shared here&lt;/A&gt;, &amp;nbsp;Preface the code with OPTIONS VALIDVARNAME=V7; and see what happens...compare the output to the same when you run it with OPTIONS VALIDVARNAME=ANY.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2016 20:03:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stored-Procedure-Error-because-of-Blank-in-Info-Map-Name/m-p/297851#M20290</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2016-09-12T20:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Procedure Error because of Blank in Info Map Name</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stored-Procedure-Error-because-of-Blank-in-Info-Map-Name/m-p/298118#M20303</link>
      <description>&lt;P&gt;Gosh, Chris, I don't see a report example. Can you tell me where to find it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I did find a SAS support doc that refers to having IT make an environmental change so that we (the report writers) don't need to update and rewrite our projects!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;&lt;A href="http://support.sas.com/kb/32/613.html" target="_blank" data-saferedirecturl="https://www.google.com/url?hl=en&amp;amp;q=http://support.sas.com/kb/32/613.html&amp;amp;source=gmail&amp;amp;ust=1473878118582000&amp;amp;usg=AFQjCNHA_QNJyh7_tb3voqIqieOaz5pmHA"&gt;http://support.&lt;SPAN&gt;sas&lt;/SPAN&gt;.com/kb/32/6&lt;WBR /&gt;13.html&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Here is what it says:&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P&gt;By default, SAS Enterprise Guide executes the following statement:&lt;/P&gt;
&lt;DIV&gt;OPTIONS VALIDVARNAME=ANY;&lt;/DIV&gt;
&lt;P&gt;This setting of the VALIDVARNAME system option allows the use of column names that contain embedded spaces and special characters. However, when executing a stored process that was created and registered in SAS Enterprise Guide from another BI client application, code that worked from SAS Enterprise Guide might fail with the following error:&lt;/P&gt;
&lt;DIV&gt;ERROR: The value &amp;lt;&lt;EM&gt;variable name with space or special character&lt;/EM&gt;&amp;gt; is not a valid SAS name.&lt;/DIV&gt;
&lt;P&gt;This error occurs because the workspace and stored process servers do&amp;nbsp;&lt;STRONG&gt;not&amp;nbsp;&lt;/STRONG&gt;automatically set OPTIONS VALIDVARNAME=ANY; prior to executing stored process code.&lt;/P&gt;
&lt;P&gt;To avoid problems with stored processes that require the VALIDVARNAME=ANY system option setting, you can apply one of the following approaches:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Specify OPTIONS VALIDVARNAME=ANY; at the top of the stored processes that use special variable names.&lt;/LI&gt;
&lt;LI&gt;Specify OPTIONS VALIDVARNAME=ANY; in an autoexec file that is used for your workspace server and stored process server.&lt;/LI&gt;
&lt;LI&gt;Specify –VALIDVARNAME ANY as an invocation option on the command line that invokes your workspace and stored process server.&lt;/LI&gt;
&lt;LI&gt;Specify –VALIDVARNAME ANY in a sasv9.cfg file that is used in your BI environment.&lt;/LI&gt;
&lt;/OL&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 13 Sep 2016 18:45:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stored-Procedure-Error-because-of-Blank-in-Info-Map-Name/m-p/298118#M20303</guid>
      <dc:creator>JSJ</dc:creator>
      <dc:date>2016-09-13T18:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Procedure Error because of Blank in Info Map Name</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stored-Procedure-Error-because-of-Blank-in-Info-Map-Name/m-p/298119#M20304</link>
      <description>&lt;P&gt;Gosh, Chris, I don't see a report example here &lt;A href="http://blogs.sas.com/content/sasdummy/2010/05/25/reporting-on-sas-information-maps/" target="_blank"&gt;http://blogs.sas.com/content/sasdummy/2010/05/25/reporting-on-sas-information-maps/&lt;/A&gt;. Can you tell me where to find it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I did find a SAS support doc that refers to having IT make an environmental change so that we (the report writers) don't need to update and rewrite our projects!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;&lt;A href="http://support.sas.com/kb/32/613.html" target="_blank" data-saferedirecturl="https://www.google.com/url?hl=en&amp;amp;q=http://support.sas.com/kb/32/613.html&amp;amp;source=gmail&amp;amp;ust=1473878118582000&amp;amp;usg=AFQjCNHA_QNJyh7_tb3voqIqieOaz5pmHA"&gt;http://support.&lt;SPAN&gt;sas&lt;/SPAN&gt;.com/kb/32/6&lt;WBR /&gt;13.html&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Here is what it says:&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P&gt;By default, SAS Enterprise Guide executes the following statement:&lt;/P&gt;
&lt;DIV&gt;OPTIONS VALIDVARNAME=ANY;&lt;/DIV&gt;
&lt;P&gt;This setting of the VALIDVARNAME system option allows the use of column names that contain embedded spaces and special characters. However, when executing a stored process that was created and registered in SAS Enterprise Guide from another BI client application, code that worked from SAS Enterprise Guide might fail with the following error:&lt;/P&gt;
&lt;DIV&gt;ERROR: The value &amp;lt;&lt;EM&gt;variable name with space or special character&lt;/EM&gt;&amp;gt; is not a valid SAS name.&lt;/DIV&gt;
&lt;P&gt;This error occurs because the workspace and stored process servers do&amp;nbsp;&lt;STRONG&gt;not&amp;nbsp;&lt;/STRONG&gt;automatically set OPTIONS VALIDVARNAME=ANY; prior to executing stored process code.&lt;/P&gt;
&lt;P&gt;To avoid problems with stored processes that require the VALIDVARNAME=ANY system option setting, you can apply one of the following approaches:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Specify OPTIONS VALIDVARNAME=ANY; at the top of the stored processes that use special variable names.&lt;/LI&gt;
&lt;LI&gt;Specify OPTIONS VALIDVARNAME=ANY; in an autoexec file that is used for your workspace server and stored process server.&lt;/LI&gt;
&lt;LI&gt;Specify –VALIDVARNAME ANY as an invocation option on the command line that invokes your workspace and stored process server.&lt;/LI&gt;
&lt;LI&gt;Specify –VALIDVARNAME ANY in a sasv9.cfg file that is used in your BI environment.&lt;/LI&gt;
&lt;/OL&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 13 Sep 2016 18:46:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stored-Procedure-Error-because-of-Blank-in-Info-Map-Name/m-p/298119#M20304</guid>
      <dc:creator>JSJ</dc:creator>
      <dc:date>2016-09-13T18:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Procedure Error because of Blank in Info Map Name</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stored-Procedure-Error-because-of-Blank-in-Info-Map-Name/m-p/298121#M20305</link>
      <description>&lt;P&gt;Direct link to the program:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/onlinedoc/guide/examples/infomapReportProgram.htm" target="_blank"&gt;http://support.sas.com/documentation/onlinedoc/guide/examples/infomapReportProgram.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And an example of output:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/onlinedoc/guide/examples/infomapReport.htm" target="_blank"&gt;http://support.sas.com/documentation/onlinedoc/guide/examples/infomapReport.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2016 19:01:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stored-Procedure-Error-because-of-Blank-in-Info-Map-Name/m-p/298121#M20305</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2016-09-13T19:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Procedure Error because of Blank in Info Map Name</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stored-Procedure-Error-because-of-Blank-in-Info-Map-Name/m-p/298123#M20306</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;We only produce reports in SAS EG in my area. &amp;nbsp;We don't create reports with base SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you think we can still use the Options statement in SAS EG?&lt;/P&gt;
&lt;P&gt;My hope is our IT Department can make it the default in our environment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is interesting is this has not been a problem until a few weeks ago. We have had the infomaps with the space in the name for many years.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;Jo&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2016 19:11:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stored-Procedure-Error-because-of-Blank-in-Info-Map-Name/m-p/298123#M20306</guid>
      <dc:creator>JSJ</dc:creator>
      <dc:date>2016-09-13T19:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Procedure Error because of Blank in Info Map Name</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stored-Procedure-Error-because-of-Blank-in-Info-Map-Name/m-p/298124#M20307</link>
      <description>&lt;P&gt;Yes! Paste code I provided into a new Program window and see how it does when you run it. &amp;nbsp;You can run any code in SAS EG -- doesn't have to be just in Base SAS. &amp;nbsp;And you can use the OPTIONS statement in EG -- in code.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2016 19:14:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stored-Procedure-Error-because-of-Blank-in-Info-Map-Name/m-p/298124#M20307</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2016-09-13T19:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Procedure Error because of Blank in Info Map Name</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stored-Procedure-Error-because-of-Blank-in-Info-Map-Name/m-p/298158#M20308</link>
      <description>&lt;P&gt;We have possibly found the problem. Some of us were&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Choosing &lt;/SPAN&gt;&lt;STRONG&gt;&lt;I&gt;compatible&lt;/I&gt;&lt;/STRONG&gt;&lt;SPAN&gt; on the TOOLS&amp;gt;OPTIONS&amp;gt;DATA GENERAL &amp;gt;Valid Member Names.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This doesn't allow blanks in the names.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;What I don't know is the scope of this option under tools. &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It appears there are 2 environments - SAS EG and the creation of stored procedures.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks so much, Chris!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Jo&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2016 21:33:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stored-Procedure-Error-because-of-Blank-in-Info-Map-Name/m-p/298158#M20308</guid>
      <dc:creator>JSJ</dc:creator>
      <dc:date>2016-09-13T21:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Procedure Error because of Blank in Info Map Name</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stored-Procedure-Error-because-of-Blank-in-Info-Map-Name/m-p/298160#M20309</link>
      <description>&lt;P&gt;Glad you're making progress. &amp;nbsp;That option generates OPTIONS VALIDMEMNAME= statements -- so you can add that at the front of your Stored Process code to ensure consistent results. &amp;nbsp;Values are COMPATIBLE vs EXTEND.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I recommend COMPATIBLE unless you absolutely need the table names to be "friendlier" to read -- it's easier for downstream coding.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2016 21:55:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stored-Procedure-Error-because-of-Blank-in-Info-Map-Name/m-p/298160#M20309</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2016-09-13T21:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Procedure Error because of Blank in Info Map Name</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stored-Procedure-Error-because-of-Blank-in-Info-Map-Name/m-p/298164#M20310</link>
      <description>&lt;P&gt;We have an infomap that is named with a blank in it that we use in almost all our reports!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the downside of using extended vs. compatible? &amp;nbsp;We rarely type a name of a file in EG so I don't know how this would&lt;/P&gt;
&lt;P&gt;hurt us downstream!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;Jo&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2016 22:14:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Stored-Procedure-Error-because-of-Blank-in-Info-Map-Name/m-p/298164#M20310</guid>
      <dc:creator>JSJ</dc:creator>
      <dc:date>2016-09-13T22:14:04Z</dc:date>
    </item>
  </channel>
</rss>

