<?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 not seeing data in Work library in Developers</title>
    <link>https://communities.sas.com/t5/Developers/Stored-process-not-seeing-data-in-Work-library/m-p/6882#M2191</link>
    <description>Never mind... I found the answer in following thread...i've changed it to a macro...&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;EG Stored Processes vs Autocall Macros?&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
- Matthew</description>
    <pubDate>Mon, 11 Feb 2008 21:18:27 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2008-02-11T21:18:27Z</dc:date>
    <item>
      <title>Stored process not seeing data in Work library</title>
      <link>https://communities.sas.com/t5/Developers/Stored-process-not-seeing-data-in-Work-library/m-p/6881#M2190</link>
      <description>EG...Stored process not seeing data in Work library&lt;BR /&gt;
using EG on server...I've checked to make that it is pointing to the server&lt;BR /&gt;
&lt;BR /&gt;
if I cut and paste the code into code window it works fine...&lt;BR /&gt;
&lt;BR /&gt;
TIA&lt;BR /&gt;
&lt;BR /&gt;
- Matthew</description>
      <pubDate>Mon, 11 Feb 2008 20:07:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-process-not-seeing-data-in-Work-library/m-p/6881#M2190</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-02-11T20:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Stored process not seeing data in Work library</title>
      <link>https://communities.sas.com/t5/Developers/Stored-process-not-seeing-data-in-Work-library/m-p/6882#M2191</link>
      <description>Never mind... I found the answer in following thread...i've changed it to a macro...&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;EG Stored Processes vs Autocall Macros?&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
- Matthew</description>
      <pubDate>Mon, 11 Feb 2008 21:18:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-process-not-seeing-data-in-Work-library/m-p/6882#M2191</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-02-11T21:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: Stored process not seeing data in Work library</title>
      <link>https://communities.sas.com/t5/Developers/Stored-process-not-seeing-data-in-Work-library/m-p/6883#M2192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matthew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May I know how you do it? I can't see the data in my work library either, when I run stored process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Hui&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2012 16:55:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-process-not-seeing-data-in-Work-library/m-p/6883#M2192</guid>
      <dc:creator>hpl104</dc:creator>
      <dc:date>2012-05-31T16:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Stored process not seeing data in Work library</title>
      <link>https://communities.sas.com/t5/Developers/Stored-process-not-seeing-data-in-Work-library/m-p/6884#M2193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure what Matthew means by changing it to a macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I understand it, when you execute a stored process from EG (or elsewhere) it runs on a server, and has it's own WORK library.&amp;nbsp; It does not use the same work library as the EG session.&amp;nbsp; See for example.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://communities.sas.com/message/8585#8585"&gt;https://communities.sas.com/message/8585#8585&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suppose it's possible that in your EG session you could find the physical path to the work directory:&lt;/P&gt;&lt;P&gt; %put %sysfunc(pathname(work));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then you could pass that as a parameter when you invoke the stored process. But that would feel like a kludge.&amp;nbsp; Probably better to just put whatever data you want the stored process to see in a permanent directory that the stored process can see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Q.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2012 13:06:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-process-not-seeing-data-in-Work-library/m-p/6884#M2193</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2012-06-01T13:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Stored process not seeing data in Work library</title>
      <link>https://communities.sas.com/t5/Developers/Stored-process-not-seeing-data-in-Work-library/m-p/6885#M2194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Quetin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2012 20:05:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-process-not-seeing-data-in-Work-library/m-p/6885#M2194</guid>
      <dc:creator>hpl104</dc:creator>
      <dc:date>2012-06-01T20:05:57Z</dc:date>
    </item>
  </channel>
</rss>

