<?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: SQL PROCEDURES in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/SQL-PROCEDURES/m-p/387264#M65852</link>
    <description>&lt;P&gt;In proc sql, use a where condition for the "vehicles not older than 10" part. Use a group by clause for the "by assettype" part. Use the sum() function for summarizing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Study the &lt;A href="http://support.sas.com/documentation/cdl/en/sqlproc/69822/HTML/default/viewer.htm#n1oihmdy7om5rmn1aorxui3kxizl.htm" target="_blank"&gt;documentation for PROC SQL&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Fri, 11 Aug 2017 09:19:15 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2017-08-11T09:19:15Z</dc:date>
    <item>
      <title>SQL PROCEDURES</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SQL-PROCEDURES/m-p/387262#M65851</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;i have to&amp;nbsp;write SQL procedure using dataset 'Inizial_data' to calcolate total vehicle cost (TOT_VEH-COST) BY ASSETTYPE for vehicles not older than 10.What will be my output?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can we help me?&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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2017 08:55:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SQL-PROCEDURES/m-p/387262#M65851</guid>
      <dc:creator>nenè</dc:creator>
      <dc:date>2017-08-11T08:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: SQL PROCEDURES</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SQL-PROCEDURES/m-p/387264#M65852</link>
      <description>&lt;P&gt;In proc sql, use a where condition for the "vehicles not older than 10" part. Use a group by clause for the "by assettype" part. Use the sum() function for summarizing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Study the &lt;A href="http://support.sas.com/documentation/cdl/en/sqlproc/69822/HTML/default/viewer.htm#n1oihmdy7om5rmn1aorxui3kxizl.htm" target="_blank"&gt;documentation for PROC SQL&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2017 09:19:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SQL-PROCEDURES/m-p/387264#M65852</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-08-11T09:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: SQL PROCEDURES</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SQL-PROCEDURES/m-p/387269#M65853</link>
      <description>&lt;P&gt;Is this a college question or something? &amp;nbsp;It sounds like you should be working this out. &amp;nbsp;Have a go and come back with specific questions. &amp;nbsp;There are numerous examples in the documentation or on w3schools:&lt;BR /&gt;&lt;A href="https://www.w3schools.com/sql/" target="_blank"&gt;https://www.w3schools.com/sql/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Which can get you going, its a very simple problem.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2017 09:31:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SQL-PROCEDURES/m-p/387269#M65853</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-08-11T09:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: SQL PROCEDURES</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SQL-PROCEDURES/m-p/387374#M65857</link>
      <description>&lt;P&gt;Looking at the question you posted on a different sub-forum&amp;nbsp;&lt;A href="https://communities.sas.com/t5/SAS-Studio/DEBUGGING-OPTIONS-IN-SAS/m-p/387260" target="_blank"&gt;https://communities.sas.com/t5/SAS-Studio/DEBUGGING-OPTIONS-IN-SAS/m-p/387260&lt;/A&gt; it appears that these questions are for a university exam. I don't wish to sound patronising but these are fairly simple SAS questions and if we just give you the answers it might help you pass an exam but you won't actually learn very much in the process.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My advice would be:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Read the extensive documentation on the SAS Web Site; and&lt;/P&gt;
&lt;P&gt;2.&amp;nbsp;Try to answer the question yourself (with code where applicable); and&lt;/P&gt;
&lt;P&gt;3. Use google to see if the question has been asked before; and&lt;/P&gt;
&lt;P&gt;4. If you're still stuck post the question on here showing us what you've tried.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Everyone on here is super-helpful but we want to help you in a way that will actually teach you something and not undermine the purpose of your course.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2017 15:09:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SQL-PROCEDURES/m-p/387374#M65857</guid>
      <dc:creator>ChrisBrooks</dc:creator>
      <dc:date>2017-08-11T15:09:53Z</dc:date>
    </item>
  </channel>
</rss>

