<?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: Programming 1 Lesson 5 practice in Programming 1 and 2</title>
    <link>https://communities.sas.com/t5/Programming-1-and-2/Programming-1-Lesson-5-practice/m-p/703262#M673</link>
    <description>&lt;P&gt;There is no PLOTS statement as part of PROC FREQ:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.5&amp;amp;docsetId=procstat&amp;amp;docsetTarget=procstat_freq_syntax08.htm&amp;amp;locale=en#procstat_freq002752"&gt;https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.5&amp;amp;docsetId=procstat&amp;amp;docsetTarget=procstat_freq_syntax08.htm&amp;amp;locale=en#procstat_freq002752&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, there is a PLOTS= option as part of the TABLES statement.&amp;nbsp; Try removing the semicolon after CROSSLIST.&lt;/P&gt;</description>
    <pubDate>Thu, 03 Dec 2020 04:03:46 GMT</pubDate>
    <dc:creator>Astounding</dc:creator>
    <dc:date>2020-12-03T04:03:46Z</dc:date>
    <item>
      <title>Programming 1 Lesson 5 practice</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Programming-1-Lesson-5-practice/m-p/703258#M672</link>
      <description>&lt;PRE&gt;title 'Selected Park Types by Regions';&lt;BR /&gt;&lt;BR /&gt;ods graphics on;&lt;BR /&gt;proc freq data=pg1.np_codelookup order=freq;&lt;BR /&gt;	tables type*region/nocol crosslist;&lt;BR /&gt;		plots=freqplot(groupby=row scale=grouppercent orient=horizontal);&lt;BR /&gt;	where Type in ('National Historic Site', 'National Monument', 'National Park');&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;title;&lt;BR /&gt;&lt;BR /&gt;Has the University Edition SAS Studio disable the plots function? I can run the codes above. &lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;DIV class="sasSource"&gt;OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: ODS statements in the SAS Studio environment may disable some output features.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;73&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;74 title 'Selected Park Types by Regions';&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;75&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;76 ods graphics on;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;77 proc freq data=pg1.np_codelookup order=freq;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;78 tables type*region/nocol crosslist;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;79 plots=freqplot(groupby=row scale=grouppercent orient=horizontal);&lt;/DIV&gt;&lt;DIV class="sasError"&gt;_____&lt;/DIV&gt;&lt;DIV class="sasError"&gt;180&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 03:28:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Programming-1-Lesson-5-practice/m-p/703258#M672</guid>
      <dc:creator>anming</dc:creator>
      <dc:date>2020-12-03T03:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: Programming 1 Lesson 5 practice</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Programming-1-Lesson-5-practice/m-p/703262#M673</link>
      <description>&lt;P&gt;There is no PLOTS statement as part of PROC FREQ:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.5&amp;amp;docsetId=procstat&amp;amp;docsetTarget=procstat_freq_syntax08.htm&amp;amp;locale=en#procstat_freq002752"&gt;https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.5&amp;amp;docsetId=procstat&amp;amp;docsetTarget=procstat_freq_syntax08.htm&amp;amp;locale=en#procstat_freq002752&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, there is a PLOTS= option as part of the TABLES statement.&amp;nbsp; Try removing the semicolon after CROSSLIST.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 04:03:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Programming-1-Lesson-5-practice/m-p/703262#M673</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2020-12-03T04:03:46Z</dc:date>
    </item>
  </channel>
</rss>

