<?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: Sharing PROC SQL code between multiple Enterprise Guide users in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Sharing-PROC-SQL-code-between-multiple-Enterprise-Guide-users/m-p/232555#M16859</link>
    <description>&lt;P&gt;If your SQL code involves single queries creating single tables then you could consider creating SQL views to share between users.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your SQL is more complex then putting these in AUTOCALL SAS macros could be a good way to share as an AUTOCALL library can easily be set up centrally.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 31 Oct 2015 07:28:39 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2015-10-31T07:28:39Z</dc:date>
    <item>
      <title>Sharing PROC SQL code between multiple Enterprise Guide users</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Sharing-PROC-SQL-code-between-multiple-Enterprise-Guide-users/m-p/232515#M16856</link>
      <description>&lt;P&gt;I would like to share some of the code that I have written between multiple users.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Essentially, we have some complex data structures that I will be "flattening", allowing for a larger audience of users to access the data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have thought about using Stored Processes, however they do not seem to be wanting to return data sets within Enterprise Guide.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another option would be a set of SAS programs / code files stored somewhere - either on our file servers or ideally within SAS Folders in the metadata.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are there other alternatives I should consider, keeping in mind that we are limited to SAS Enterprise Guide as the tool?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(It seems Task Templates do not quite work as they require registering as DLLs at the installation path - being within a Citrix environment that is less than ideal from a practical point of view)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 30 Oct 2015 20:50:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Sharing-PROC-SQL-code-between-multiple-Enterprise-Guide-users/m-p/232515#M16856</guid>
      <dc:creator>f_rederik</dc:creator>
      <dc:date>2015-10-30T20:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing PROC SQL code between multiple Enterprise Guide users</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Sharing-PROC-SQL-code-between-multiple-Enterprise-Guide-users/m-p/232555#M16859</link>
      <description>&lt;P&gt;If your SQL code involves single queries creating single tables then you could consider creating SQL views to share between users.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your SQL is more complex then putting these in AUTOCALL SAS macros could be a good way to share as an AUTOCALL library can easily be set up centrally.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 31 Oct 2015 07:28:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Sharing-PROC-SQL-code-between-multiple-Enterprise-Guide-users/m-p/232555#M16859</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2015-10-31T07:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing PROC SQL code between multiple Enterprise Guide users</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Sharing-PROC-SQL-code-between-multiple-Enterprise-Guide-users/m-p/232627#M16860</link>
      <description>&lt;P&gt;When you prepare data for users, as an alternative consider to create ready-for-use datasets instead of views or program pieces that create the datasets on the fly.&lt;/P&gt;
&lt;P&gt;You may prevent unnecessary runtime loads on the server(s) by trading some disk space.&lt;/P&gt;</description>
      <pubDate>Sun, 01 Nov 2015 10:32:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Sharing-PROC-SQL-code-between-multiple-Enterprise-Guide-users/m-p/232627#M16860</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-11-01T10:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing PROC SQL code between multiple Enterprise Guide users</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Sharing-PROC-SQL-code-between-multiple-Enterprise-Guide-users/m-p/456790#M29420</link>
      <description>Thanks for your reply! Apologies for not replying sooner - I need to set up the alert features on the forum! &lt;BR /&gt;&lt;BR /&gt;We haven't found a good way to implement this and keep materialising datasets instead (creating unwanted vulnerabilities and lack of traceability).&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Apr 2018 07:33:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Sharing-PROC-SQL-code-between-multiple-Enterprise-Guide-users/m-p/456790#M29420</guid>
      <dc:creator>f_rederik</dc:creator>
      <dc:date>2018-04-24T07:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing PROC SQL code between multiple Enterprise Guide users</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Sharing-PROC-SQL-code-between-multiple-Enterprise-Guide-users/m-p/456791#M29421</link>
      <description>Thanks for your reply! Apologies for not replying sooner - I need to set up the alert features on the forum! &lt;BR /&gt;&lt;BR /&gt;We have ended up creating a limited selection of datasets...</description>
      <pubDate>Tue, 24 Apr 2018 07:34:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Sharing-PROC-SQL-code-between-multiple-Enterprise-Guide-users/m-p/456791#M29421</guid>
      <dc:creator>f_rederik</dc:creator>
      <dc:date>2018-04-24T07:34:06Z</dc:date>
    </item>
  </channel>
</rss>

