<?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 Feedback Option in Proc SQL in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Feedback-Option-in-Proc-SQL/m-p/419909#M103289</link>
    <description>&lt;P&gt;Feedback option in proc sql statement we use to display columns in logs. so what is use of it?There is any benefit to see columns in log files.&lt;/P&gt;</description>
    <pubDate>Sun, 10 Dec 2017 12:22:38 GMT</pubDate>
    <dc:creator>priyankachauhan</dc:creator>
    <dc:date>2017-12-10T12:22:38Z</dc:date>
    <item>
      <title>Feedback Option in Proc SQL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Feedback-Option-in-Proc-SQL/m-p/419909#M103289</link>
      <description>&lt;P&gt;Feedback option in proc sql statement we use to display columns in logs. so what is use of it?There is any benefit to see columns in log files.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Dec 2017 12:22:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Feedback-Option-in-Proc-SQL/m-p/419909#M103289</guid>
      <dc:creator>priyankachauhan</dc:creator>
      <dc:date>2017-12-10T12:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Feedback Option in Proc SQL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Feedback-Option-in-Proc-SQL/m-p/419947#M103299</link>
      <description>&lt;P&gt;It's one of a number of tools that can be useful in debugging and tracing data lineage.&amp;nbsp; It doesn't just display columns - it also expands any VIEWS to&amp;nbsp;help further with&amp;nbsp;understanding the underlying execution operations.&amp;nbsp; For regular, stable, production jobs - it's probably not helpful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For debugging that one job, that was written 15 years ago by somebody who has now disappeared - priceless.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There's a great paper on it here:&amp;nbsp;&amp;nbsp;&lt;A href="http://analytics.ncsu.edu/sesug/2012/CT-05.pdf" target="_blank"&gt;http://analytics.ncsu.edu/sesug/2012/CT-05.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Dec 2017 18:27:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Feedback-Option-in-Proc-SQL/m-p/419947#M103299</guid>
      <dc:creator>AllanBowe</dc:creator>
      <dc:date>2017-12-10T18:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Feedback Option in Proc SQL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Feedback-Option-in-Proc-SQL/m-p/419959#M103304</link>
      <description>&lt;P&gt;Yes, it's helpful for the lazy programmer like me.&amp;nbsp;&lt;BR /&gt;I often use FEEDBACK to expand the * list out to a full set of variables with the appropriate alias and then manually select out the variables I want. So I use it as a code generation tool. You won't see it in PROD code because I only use it for development, but that's just a single example.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql feedback;
create table want as
select * , '1' as union_join
from sashelp.class
union
select * , '2' as union_join
from sashelp.air;
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 10 Dec 2017 19:14:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Feedback-Option-in-Proc-SQL/m-p/419959#M103304</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-12-10T19:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Feedback Option in Proc SQL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Feedback-Option-in-Proc-SQL/m-p/928086#M365174</link>
      <description>&lt;P&gt;Interesting!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This was helpful.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Dr. Abhijeet Safai&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 07:40:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Feedback-Option-in-Proc-SQL/m-p/928086#M365174</guid>
      <dc:creator>DrAbhijeetSafai</dc:creator>
      <dc:date>2024-05-13T07:40:59Z</dc:date>
    </item>
  </channel>
</rss>

