<?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: Juletip #3 – How to get fast, helpful answers in SAS Community Nordic</title>
    <link>https://communities.sas.com/t5/SAS-Community-Nordic/Juletip-3-How-to-get-fast-helpful-answers/m-p/317010#M7</link>
    <description>&lt;P&gt;Hi all&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One of the benefits with a community is that everyone can ask questions and/or comment on topics - In SAS there is always several ways to acheive the same goal, so here is 2 alternatives to do the same as Tor describes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Finding info in sashelp.voptions (or dictonary.options)&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/6237i62916E72E23DF9CE/image-size/medium?v=v2&amp;amp;px=-1" border="0" alt="SAS sashelp.voptions.png" title="SAS sashelp.voptions.png" /&gt;&lt;/P&gt;
&lt;P&gt;More info: &lt;A href="http://support.sas.com/documentation/cdl/en/sqlproc/62086/HTML/default/viewer.htm#a001385596.htm" target="_blank"&gt;Accessing SAS System Information by Using DICTIONARY Tables&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or click through to the same information in Enterprise Guide 7.1&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/6238i161A32ECE6C8F9C6/image-size/medium?v=v2&amp;amp;px=-1" border="0" alt="SAS Enterprise Guide - System options Viewer.png" title="SAS Enterprise Guide - System options Viewer.png" /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 06 Dec 2016 13:15:15 GMT</pubDate>
    <dc:creator>GertNissen</dc:creator>
    <dc:date>2016-12-06T13:15:15Z</dc:date>
    <item>
      <title>Juletip #3 – How to get fast, helpful answers</title>
      <link>https://communities.sas.com/t5/SAS-Community-Nordic/Juletip-3-How-to-get-fast-helpful-answers/m-p/316722#M5</link>
      <description>&lt;P&gt;The SAS system has a lot of options that can be useful to tweek or know the value of in many different situations. Some are even internal and not listed. Following the simple steps below you can get information about all the options, a group of options or a spesific one:&lt;/P&gt;
&lt;P&gt;For just showing all options, internal and normal in the SAS log, you can execute the code:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; proc&lt;/STRONG&gt; &lt;STRONG&gt;options&lt;/STRONG&gt; internal ;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; run&lt;/STRONG&gt;; &lt;STRONG&gt;quit&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The bad thing is that it gives a looong list. To get a list of the groups of the options:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;options&lt;/STRONG&gt; internal LISTGROUPS;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;; &lt;STRONG&gt;quit&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This will show how the options is grouped. If you are interested in performance options, just choose that:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;options&lt;/STRONG&gt; internal GROUP=PERFORMANCE;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;; &lt;STRONG&gt;quit&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;.. and the all the options for performance is listed.&lt;/P&gt;
&lt;P&gt;God jul &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2016 10:34:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Community-Nordic/Juletip-3-How-to-get-fast-helpful-answers/m-p/316722#M5</guid>
      <dc:creator>TorOveKilnes</dc:creator>
      <dc:date>2016-12-06T10:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: Juletip #3 – How to get fast, helpful answers</title>
      <link>https://communities.sas.com/t5/SAS-Community-Nordic/Juletip-3-How-to-get-fast-helpful-answers/m-p/317010#M7</link>
      <description>&lt;P&gt;Hi all&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One of the benefits with a community is that everyone can ask questions and/or comment on topics - In SAS there is always several ways to acheive the same goal, so here is 2 alternatives to do the same as Tor describes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Finding info in sashelp.voptions (or dictonary.options)&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/6237i62916E72E23DF9CE/image-size/medium?v=v2&amp;amp;px=-1" border="0" alt="SAS sashelp.voptions.png" title="SAS sashelp.voptions.png" /&gt;&lt;/P&gt;
&lt;P&gt;More info: &lt;A href="http://support.sas.com/documentation/cdl/en/sqlproc/62086/HTML/default/viewer.htm#a001385596.htm" target="_blank"&gt;Accessing SAS System Information by Using DICTIONARY Tables&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or click through to the same information in Enterprise Guide 7.1&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/6238i161A32ECE6C8F9C6/image-size/medium?v=v2&amp;amp;px=-1" border="0" alt="SAS Enterprise Guide - System options Viewer.png" title="SAS Enterprise Guide - System options Viewer.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2016 13:15:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Community-Nordic/Juletip-3-How-to-get-fast-helpful-answers/m-p/317010#M7</guid>
      <dc:creator>GertNissen</dc:creator>
      <dc:date>2016-12-06T13:15:15Z</dc:date>
    </item>
  </channel>
</rss>

