<?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: PROC SQL cheat sheet in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-cheat-sheet/m-p/411593#M100617</link>
    <description>&lt;P&gt;This link is really cool! thank you!&lt;/P&gt;</description>
    <pubDate>Wed, 08 Nov 2017 17:05:49 GMT</pubDate>
    <dc:creator>triunk</dc:creator>
    <dc:date>2017-11-08T17:05:49Z</dc:date>
    <item>
      <title>PROC SQL cheat sheet</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-cheat-sheet/m-p/409902#M100181</link>
      <description>&lt;P style="margin: 0px; line-height: 21px; box-sizing: inherit; padding: 0px; color: #333333; font-family: HelevticaNeue-light, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial;"&gt;Hello Fellow SAS Users&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0px; line-height: 21px; box-sizing: inherit; padding: 0px; color: #333333; font-family: HelevticaNeue-light, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0px; line-height: 21px; box-sizing: inherit; padding: 0px; color: #333333; font-family: HelevticaNeue-light, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial;"&gt;I am a new User from R to SAS. R studio has amazing cheat sheets for dplyl that does data wrangling.&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0px; line-height: 21px; box-sizing: inherit; padding: 0px; color: #333333; font-family: HelevticaNeue-light, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial;"&gt;Does SAS offers anywhere a one or two page cheat sheet that has functions for data wrangling (join merge tables etc) using PROC SQL?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2017 16:05:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-cheat-sheet/m-p/409902#M100181</guid>
      <dc:creator>triunk</dc:creator>
      <dc:date>2017-11-02T16:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SQL cheat sheet</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-cheat-sheet/m-p/409889#M100182</link>
      <description>&lt;P&gt;Good question, &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/36222"&gt;@triunk&lt;/a&gt;! Welcome to SAS. I'm not sure about something so concise specifically about PROC SQL, but would be very interested if there is one. Here are a few things I do know about:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.sascommunity.org/wiki/PROC_SQL" target="_self"&gt;This sasCommunity.org page&lt;/A&gt; links to many resources on PROC SQL. If you're able to invest some time, there are some really interesting papers that delve into what you can all do with queries. &lt;A href="http://www.sascommunity.org/wiki/Anatomy_of_a_SQL_query" target="_self"&gt;This page&lt;/A&gt; is a "cheat sheet" on the various clauses you can use. I've been meaning to get around to improving the &lt;A href="http://www.sascommunity.org/wiki/SQL_joins" target="_self"&gt;SQL joins page&lt;/A&gt;; I have an in progress outline, but need to spend more time to iron it out. If anybody wants to help, I'd be happy to discuss further.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There's also &lt;A href="http://www.sascommunity.org/wiki/PROC_SQL_vs._DATA_Step" target="_self"&gt;PROC SQL vs. DATA Step&lt;/A&gt; which links to several papers that talk about the differences and advantages/disadvantages of using SQL or a DATA step for processing data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is also &lt;A href="http://www.ualberta.ca/%7Eahamann/teaching/renr480/SAS-Cheat.pdf" target="_self"&gt;this cheat sheet&lt;/A&gt; (not published by SAS), which doesn't mention PROC SQL, but has good tips about other SAS procedures and functions.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2017 15:50:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-cheat-sheet/m-p/409889#M100182</guid>
      <dc:creator>paulkaefer</dc:creator>
      <dc:date>2017-11-02T15:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SQL cheat sheet</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-cheat-sheet/m-p/409928#M100196</link>
      <description>&lt;P&gt;SQL is not a SAS technology.&amp;nbsp; SAS provides a function which implements ANSI SQL which is a separate language.&amp;nbsp; You can learn, and get tips sheets from various places, one of the simplest is:&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;They have a quick reference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To add to that, you can also use SAS functions in the SQL code, but note that this is not compliant if moving the code to another database or passing through the SQL.&amp;nbsp; Much the same, if you take SQL from a database that has functions/syntax not in ANSI SQL then it will not work without changes in proc sql unless you use pass through to the database in question.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2017 16:58:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-cheat-sheet/m-p/409928#M100196</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-11-02T16:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SQL cheat sheet</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-cheat-sheet/m-p/409982#M100208</link>
      <description>&lt;P&gt;One difference between an enterprise/proprietary product and R which is open source, is the documentation.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS documentation (not cheat sheets) is actually quite thorough on its coverage of topics and how things can be used. Additionally, there's a repository of user written papers/tutorials on LexJansen.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would highly, highly suggest understanding how the SAS documentation works. If you're looking for specifically on how to combine data, this section is helpful:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://documentation.sas.com/?docsetId=lrcon&amp;amp;docsetTarget=p15jvywi5avt3cn1bee8r6c33ux1.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;http://documentation.sas.com/?docsetId=lrcon&amp;amp;docsetTarget=p15jvywi5avt3cn1bee8r6c33ux1.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2017 19:39:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-cheat-sheet/m-p/409982#M100208</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-11-02T19:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SQL cheat sheet</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-cheat-sheet/m-p/410015#M100212</link>
      <description>&lt;P&gt;R package "dplyr" was written in SQL, I believe.&amp;nbsp; I might be wrong. You can find a lot of SAS papers of Proc Sql at lexjansen.com.&amp;nbsp; Here is the one for the beginners.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www2.sas.com/proceedings/sugi30/257-30.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/sugi30/257-30.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2017 21:07:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-cheat-sheet/m-p/410015#M100212</guid>
      <dc:creator>SAS_inquisitive</dc:creator>
      <dc:date>2017-11-02T21:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SQL cheat sheet</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-cheat-sheet/m-p/410958#M100438</link>
      <description>&lt;P&gt;&lt;A href="https://support.sas.com/rnd/base/index.html#tipsheets" target="_self"&gt;Here's a link&lt;/A&gt; to some Base SAS "tip sheets" published by SAS. Not PROC SQL, but very helpful for programming using various components of the SAS language.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2017 18:45:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-cheat-sheet/m-p/410958#M100438</guid>
      <dc:creator>paulkaefer</dc:creator>
      <dc:date>2017-11-06T18:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SQL cheat sheet</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-cheat-sheet/m-p/411589#M100616</link>
      <description>I wanted to thank all the people who responded so quickly! This seems to be a fun community Thank you!</description>
      <pubDate>Wed, 08 Nov 2017 17:04:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-cheat-sheet/m-p/411589#M100616</guid>
      <dc:creator>triunk</dc:creator>
      <dc:date>2017-11-08T17:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SQL cheat sheet</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-cheat-sheet/m-p/411593#M100617</link>
      <description>&lt;P&gt;This link is really cool! thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 17:05:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-cheat-sheet/m-p/411593#M100617</guid>
      <dc:creator>triunk</dc:creator>
      <dc:date>2017-11-08T17:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SQL cheat sheet</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-cheat-sheet/m-p/411662#M100636</link>
      <description>There are many ways to reach your target. You can use which is easy for you. For example in banks or financial institutions SAS is very common. But i see many of users dont use SAS in efficient ways.&lt;BR /&gt;You can create or join many tables by data/set statement easly.&lt;BR /&gt;If you interest i can send some books which i read and not using at all.&lt;BR /&gt;&lt;BR /&gt;Data want;&lt;BR /&gt;Set table_1 table_2 table_n;&lt;BR /&gt;Run;&lt;BR /&gt;&lt;BR /&gt;This is the easiest way for join many tables which i saw.&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Nov 2017 19:56:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-cheat-sheet/m-p/411662#M100636</guid>
      <dc:creator>Yavuz</dc:creator>
      <dc:date>2017-11-08T19:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SQL cheat sheet</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-cheat-sheet/m-p/411665#M100637</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/114436"&gt;@Yavuz&lt;/a&gt; are these eBooks? I'm always looking to grow my library, both digital and otherwise.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 19:58:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-cheat-sheet/m-p/411665#M100637</guid>
      <dc:creator>paulkaefer</dc:creator>
      <dc:date>2017-11-08T19:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SQL cheat sheet</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-cheat-sheet/m-p/411667#M100638</link>
      <description>i mean physical real books for thesas new comer. But also tons of sas educational pdfs are in web.</description>
      <pubDate>Wed, 08 Nov 2017 20:02:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-cheat-sheet/m-p/411667#M100638</guid>
      <dc:creator>Yavuz</dc:creator>
      <dc:date>2017-11-08T20:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SQL cheat sheet</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-cheat-sheet/m-p/444490#M111299</link>
      <description>Hi Yavuz I am interested to see which books you read and never used....s</description>
      <pubDate>Sun, 11 Mar 2018 01:48:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-cheat-sheet/m-p/444490#M111299</guid>
      <dc:creator>triunk</dc:creator>
      <dc:date>2018-03-11T01:48:44Z</dc:date>
    </item>
  </channel>
</rss>

