<?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: use of ( ) in the following code in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/use-of-in-the-following-code/m-p/137502#M261238</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The actual code in the attachment is&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;data LASRLIB.iFinIncomeStatement (&amp;nbsp; );&lt;/P&gt;&lt;P&gt;set TEMP_LASR_VIEW_6296 (&amp;nbsp; ) TEMP_LASR_VIEW_6696 (&amp;nbsp; ) interimTable();&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suspect someone previously just had () for data set&amp;nbsp; options for testing the code, just as to pull in just one record.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Dec 2014 15:35:36 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2014-12-05T15:35:36Z</dc:date>
    <item>
      <title>use of ( ) in the following code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/use-of-in-the-following-code/m-p/137497#M261233</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;I am not able to understand the use of parenthesis ( ) in the following code can any explain it to me.&lt;/P&gt;&lt;P&gt;data temp ( );&lt;/P&gt;&lt;P&gt;&amp;nbsp; set table1 ( ) table2 ( ) table3 ( );&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 06:26:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/use-of-in-the-following-code/m-p/137497#M261233</guid>
      <dc:creator>BSL</dc:creator>
      <dc:date>2014-12-05T06:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: use of ( ) in the following code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/use-of-in-the-following-code/m-p/137498#M261234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your example they serve no purpose. &lt;/P&gt;&lt;P&gt;Most likely the code was designed to accommodate various options that may need to be included in the brackets via macro variables. If no options are present it would resolve as in your code. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 06:56:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/use-of-in-the-following-code/m-p/137498#M261234</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-12-05T06:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: use of ( ) in the following code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/use-of-in-the-following-code/m-p/137499#M261235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please see the attached original code where I found these parenthesis used at the bottom.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 07:24:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/use-of-in-the-following-code/m-p/137499#M261235</guid>
      <dc:creator>BSL</dc:creator>
      <dc:date>2014-12-05T07:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: use of ( ) in the following code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/use-of-in-the-following-code/m-p/137500#M261236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I can't access attachments. Consider including full code here or someone else will answer. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 07:35:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/use-of-in-the-following-code/m-p/137500#M261236</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-12-05T07:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: use of ( ) in the following code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/use-of-in-the-following-code/m-p/137501#M261237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These brackets have no function if empty. I was actually not even sure if it's valid SAS syntax but I could execute such code without any issues. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;data temp (keep=var1 var2 );&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; set table1 ( ) table2 ( ) table3 ( );&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 07:52:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/use-of-in-the-following-code/m-p/137501#M261237</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2014-12-05T07:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: use of ( ) in the following code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/use-of-in-the-following-code/m-p/137502#M261238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The actual code in the attachment is&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;data LASRLIB.iFinIncomeStatement (&amp;nbsp; );&lt;/P&gt;&lt;P&gt;set TEMP_LASR_VIEW_6296 (&amp;nbsp; ) TEMP_LASR_VIEW_6696 (&amp;nbsp; ) interimTable();&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suspect someone previously just had () for data set&amp;nbsp; options for testing the code, just as to pull in just one record.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 15:35:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/use-of-in-the-following-code/m-p/137502#M261238</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-12-05T15:35:36Z</dc:date>
    </item>
  </channel>
</rss>

