<?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 PROC SQL OPTIONS? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/PROC-SQL-OPTIONS/m-p/19269#M3899</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
  I need a proc sql options that expands table alies to table name in select statement. For example i have a code like,&lt;BR /&gt;
PROC SQL FEEDBACK _METHOD;&lt;BR /&gt;
SELECT A.EMP_ID FROM EMP_TABLE AS A;&lt;BR /&gt;
QUIT;&lt;BR /&gt;
&lt;BR /&gt;
  i want to some proc sql option that expands in sas log like below,&lt;BR /&gt;
&lt;BR /&gt;
SELECT EMP_TABLE.EMP_ID FROM EMP_TABLE AS A&lt;BR /&gt;
&lt;BR /&gt;
   Could you please provide me the sql option that expands table alies as table name in column present in SELECT statement?&lt;BR /&gt;
&lt;BR /&gt;
Thanks in Advance,&lt;BR /&gt;
Praba</description>
    <pubDate>Thu, 19 Nov 2009 03:52:40 GMT</pubDate>
    <dc:creator>DPraba79</dc:creator>
    <dc:date>2009-11-19T03:52:40Z</dc:date>
    <item>
      <title>PROC SQL OPTIONS?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-SQL-OPTIONS/m-p/19269#M3899</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
  I need a proc sql options that expands table alies to table name in select statement. For example i have a code like,&lt;BR /&gt;
PROC SQL FEEDBACK _METHOD;&lt;BR /&gt;
SELECT A.EMP_ID FROM EMP_TABLE AS A;&lt;BR /&gt;
QUIT;&lt;BR /&gt;
&lt;BR /&gt;
  i want to some proc sql option that expands in sas log like below,&lt;BR /&gt;
&lt;BR /&gt;
SELECT EMP_TABLE.EMP_ID FROM EMP_TABLE AS A&lt;BR /&gt;
&lt;BR /&gt;
   Could you please provide me the sql option that expands table alies as table name in column present in SELECT statement?&lt;BR /&gt;
&lt;BR /&gt;
Thanks in Advance,&lt;BR /&gt;
Praba</description>
      <pubDate>Thu, 19 Nov 2009 03:52:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-SQL-OPTIONS/m-p/19269#M3899</guid>
      <dc:creator>DPraba79</dc:creator>
      <dc:date>2009-11-19T03:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SQL OPTIONS?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-SQL-OPTIONS/m-p/19270#M3900</link>
      <description>If this isn't a pass-thru SQL, I'm not aware of an option that could do this. &lt;BR /&gt;
Do you need this for documentation purposes?&lt;BR /&gt;
If you embed your query within a macro, you could build a logic for parsing the original table name in the log.&lt;BR /&gt;
/Linus</description>
      <pubDate>Thu, 19 Nov 2009 08:46:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-SQL-OPTIONS/m-p/19270#M3900</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2009-11-19T08:46:57Z</dc:date>
    </item>
  </channel>
</rss>

