<?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: question with PCTLPTS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/question-with-PCTLPTS/m-p/513224#M138266</link>
    <description>&lt;P&gt;I think you might have to add the PCTLPRE = option to your OUTPUT statement as well:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?docsetId=procstat&amp;amp;docsetTarget=procstat_univariate_syntax21.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=procstat&amp;amp;docsetTarget=procstat_univariate_syntax21.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 15 Nov 2018 07:13:12 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2018-11-15T07:13:12Z</dc:date>
    <item>
      <title>question with PCTLPTS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/question-with-PCTLPTS/m-p/513214#M138261</link>
      <description>&lt;P&gt;&amp;nbsp;Anyone knows what's wrong with "PCTLPTS" here?I want to print 10%,20%...to max.&lt;/P&gt;&lt;P&gt;&amp;nbsp;How to fix?&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%macro get(type);
proc univariate data=comp_acct_change;
	var dif_&amp;amp;type._amt;
	output out=p_dif_&amp;amp;type._amt PCTLPTS=0 to 100 by 10;
run;
%mend;

%get(purc);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 06:09:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/question-with-PCTLPTS/m-p/513214#M138261</guid>
      <dc:creator>Geo-</dc:creator>
      <dc:date>2018-11-15T06:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: question with PCTLPTS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/question-with-PCTLPTS/m-p/513216#M138263</link>
      <description>&lt;P&gt;When posting a problem provide as much evidence as you can. In this case you haven't provided a SAS log of your program including any notes and errors. Also run your program with this statement: options mprint; It will make it easier to find where it is going wrong.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 06:30:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/question-with-PCTLPTS/m-p/513216#M138263</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-11-15T06:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: question with PCTLPTS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/question-with-PCTLPTS/m-p/513222#M138265</link>
      <description>&lt;P&gt;sorry.I was running on a Korean version and log was not in English...I am wondering this problem is&amp;nbsp; more about SAS syntax？&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 07:06:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/question-with-PCTLPTS/m-p/513222#M138265</guid>
      <dc:creator>Geo-</dc:creator>
      <dc:date>2018-11-15T07:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: question with PCTLPTS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/question-with-PCTLPTS/m-p/513224#M138266</link>
      <description>&lt;P&gt;I think you might have to add the PCTLPRE = option to your OUTPUT statement as well:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?docsetId=procstat&amp;amp;docsetTarget=procstat_univariate_syntax21.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=procstat&amp;amp;docsetTarget=procstat_univariate_syntax21.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 07:13:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/question-with-PCTLPTS/m-p/513224#M138266</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-11-15T07:13:12Z</dc:date>
    </item>
  </channel>
</rss>

