<?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 Proc template in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-template/m-p/769912#M244178</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could someone help me how to set minimum and maximum values for a figure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc template;
  define statgraph viz;
  begingraph;
    annotate;
    layout lattice / columns=2 columnweights=(0.6 0.4);
    layout overlay / yaxisopts=(label='Cumulative Proportion of Patients')
      xaxisopts=(label="Change from Baseline in &amp;amp;endpointlabel.[1]" ) ;
        seriesplot x=&amp;amp;end y=viz / group=&amp;amp;var name='line';
        referenceline y=0.5 / curvelabel="Median" curvelabellocation=inside lineattrs=(color=red pattern=dash);
        referenceline x=0 / curvelabel="No Change" curvelabellocation=inside lineattrs=(color=black pattern=ShortDash);
        discretelegend 'line' / location=outside;
      endlayout;
      layout overlay / xaxisopts=(type=discrete label='Difference from No Change' 
                          display=(label)) ;
          blockplot x=cut block=diff / class=label display=(outline values label) 
                                              repeatedvalues=true;
      endlayout;
      endlayout;
  endgraph;
  end;
run;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 23 Sep 2021 13:39:14 GMT</pubDate>
    <dc:creator>vnreddy</dc:creator>
    <dc:date>2021-09-23T13:39:14Z</dc:date>
    <item>
      <title>Proc template</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-template/m-p/769912#M244178</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could someone help me how to set minimum and maximum values for a figure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc template;
  define statgraph viz;
  begingraph;
    annotate;
    layout lattice / columns=2 columnweights=(0.6 0.4);
    layout overlay / yaxisopts=(label='Cumulative Proportion of Patients')
      xaxisopts=(label="Change from Baseline in &amp;amp;endpointlabel.[1]" ) ;
        seriesplot x=&amp;amp;end y=viz / group=&amp;amp;var name='line';
        referenceline y=0.5 / curvelabel="Median" curvelabellocation=inside lineattrs=(color=red pattern=dash);
        referenceline x=0 / curvelabel="No Change" curvelabellocation=inside lineattrs=(color=black pattern=ShortDash);
        discretelegend 'line' / location=outside;
      endlayout;
      layout overlay / xaxisopts=(type=discrete label='Difference from No Change' 
                          display=(label)) ;
          blockplot x=cut block=diff / class=label display=(outline values label) 
                                              repeatedvalues=true;
      endlayout;
      endlayout;
  endgraph;
  end;
run;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 23 Sep 2021 13:39:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-template/m-p/769912#M244178</guid>
      <dc:creator>vnreddy</dc:creator>
      <dc:date>2021-09-23T13:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Proc template</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-template/m-p/769940#M244195</link>
      <description>&lt;P&gt;Values for which variable? In what role?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Axis labels you can control with a TICKVALUELIST=(value1 value2 value3), Or VIEWMIN=minimumvalue and VIEWMAX=maximumvalue on an XAXISOPTS or YAXISOPTS statement.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Sep 2021 15:00:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-template/m-p/769940#M244195</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-09-23T15:00:58Z</dc:date>
    </item>
  </channel>
</rss>

