<?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 Remove 'Product Limit Survival Estimates' in Proc Lifetest Figure in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Remove-Product-Limit-Survival-Estimates-in-Proc-Lifetest-Figure/m-p/397601#M66571</link>
    <description>&lt;P&gt;Is there a way to suppress the titles in Proc Lifetest output (the figure of survival curves) in SAS 9.4? The default title is 'Product Limit Survival Estimates'. I don't want any title to appear. I've tried altering the template but I keep getting error messages. I ran the following code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc template;&lt;BR /&gt;source Stat.Lifetest.Graphics.ProductLimitSurvival;&lt;BR /&gt;run;&lt;BR /&gt;data _null_;&lt;BR /&gt;%let url = //support.sas.com/documentation/onlinedoc/stat/ex_code/131;&lt;BR /&gt;infile "http:&amp;amp;url/templft.html" device=url;&lt;BR /&gt;file 'macros.tmp';&lt;BR /&gt;input;&lt;BR /&gt;if index(_infile_, '&amp;lt;/pre&amp;gt;') then stop;&lt;BR /&gt;if pre then put _infile_;&lt;BR /&gt;if index(_infile_, '&amp;lt;pre&amp;gt;') then pre + 1;&lt;BR /&gt;run;&lt;BR /&gt;%inc 'macros.tmp' / nosource;&lt;/P&gt;&lt;P&gt;%ProvideSurvivalMacros&lt;BR /&gt;%let StepOpts = lineattrs=(thickness=2.5);&lt;BR /&gt;%let LegendOpts = title =GROUPNAME location=inside across=1 autoalign=(Top);&lt;BR /&gt;%let InsetOpts = autoalign=(BottomLeft);&lt;/P&gt;&lt;P&gt;%let TitleText0 = ;&lt;BR /&gt;%let TitleText1 = &amp;amp;TitleText0 "for" stratumid;&lt;BR /&gt;%let TitleText2 = &amp;amp;TitleText0;&lt;/P&gt;&lt;P&gt;%CompileSurvivalTemplates&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Wed, 20 Sep 2017 20:24:07 GMT</pubDate>
    <dc:creator>fbm</dc:creator>
    <dc:date>2017-09-20T20:24:07Z</dc:date>
    <item>
      <title>Remove 'Product Limit Survival Estimates' in Proc Lifetest Figure</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Remove-Product-Limit-Survival-Estimates-in-Proc-Lifetest-Figure/m-p/397601#M66571</link>
      <description>&lt;P&gt;Is there a way to suppress the titles in Proc Lifetest output (the figure of survival curves) in SAS 9.4? The default title is 'Product Limit Survival Estimates'. I don't want any title to appear. I've tried altering the template but I keep getting error messages. I ran the following code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc template;&lt;BR /&gt;source Stat.Lifetest.Graphics.ProductLimitSurvival;&lt;BR /&gt;run;&lt;BR /&gt;data _null_;&lt;BR /&gt;%let url = //support.sas.com/documentation/onlinedoc/stat/ex_code/131;&lt;BR /&gt;infile "http:&amp;amp;url/templft.html" device=url;&lt;BR /&gt;file 'macros.tmp';&lt;BR /&gt;input;&lt;BR /&gt;if index(_infile_, '&amp;lt;/pre&amp;gt;') then stop;&lt;BR /&gt;if pre then put _infile_;&lt;BR /&gt;if index(_infile_, '&amp;lt;pre&amp;gt;') then pre + 1;&lt;BR /&gt;run;&lt;BR /&gt;%inc 'macros.tmp' / nosource;&lt;/P&gt;&lt;P&gt;%ProvideSurvivalMacros&lt;BR /&gt;%let StepOpts = lineattrs=(thickness=2.5);&lt;BR /&gt;%let LegendOpts = title =GROUPNAME location=inside across=1 autoalign=(Top);&lt;BR /&gt;%let InsetOpts = autoalign=(BottomLeft);&lt;/P&gt;&lt;P&gt;%let TitleText0 = ;&lt;BR /&gt;%let TitleText1 = &amp;amp;TitleText0 "for" stratumid;&lt;BR /&gt;%let TitleText2 = &amp;amp;TitleText0;&lt;/P&gt;&lt;P&gt;%CompileSurvivalTemplates&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2017 20:24:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Remove-Product-Limit-Survival-Estimates-in-Proc-Lifetest-Figure/m-p/397601#M66571</guid>
      <dc:creator>fbm</dc:creator>
      <dc:date>2017-09-20T20:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Remove 'Product Limit Survival Estimates' in Proc Lifetest Figure</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Remove-Product-Limit-Survival-Estimates-in-Proc-Lifetest-Figure/m-p/397611#M66572</link>
      <description>&lt;P&gt;This modifies things, but you don't show how you call the procedure.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please post your full code and log? If you can include your output that's always helpful.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And specify what version of SAS your'e using as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/166476"&gt;@fbm&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Is there a way to suppress the titles in Proc Lifetest output (the figure of survival curves) in SAS 9.4? The default title is 'Product Limit Survival Estimates'. I don't want any title to appear. I've tried altering the template but I keep getting error messages. I ran the following code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc template;&lt;BR /&gt;source Stat.Lifetest.Graphics.ProductLimitSurvival;&lt;BR /&gt;run;&lt;BR /&gt;data _null_;&lt;BR /&gt;%let url = //support.sas.com/documentation/onlinedoc/stat/ex_code/131;&lt;BR /&gt;infile "http:&amp;amp;url/templft.html" device=url;&lt;BR /&gt;file 'macros.tmp';&lt;BR /&gt;input;&lt;BR /&gt;if index(_infile_, '&amp;lt;/pre&amp;gt;') then stop;&lt;BR /&gt;if pre then put _infile_;&lt;BR /&gt;if index(_infile_, '&amp;lt;pre&amp;gt;') then pre + 1;&lt;BR /&gt;run;&lt;BR /&gt;%inc 'macros.tmp' / nosource;&lt;/P&gt;
&lt;P&gt;%ProvideSurvivalMacros&lt;BR /&gt;%let StepOpts = lineattrs=(thickness=2.5);&lt;BR /&gt;%let LegendOpts = title =GROUPNAME location=inside across=1 autoalign=(Top);&lt;BR /&gt;%let InsetOpts = autoalign=(BottomLeft);&lt;/P&gt;
&lt;P&gt;%let TitleText0 = ;&lt;BR /&gt;%let TitleText1 = &amp;amp;TitleText0 "for" stratumid;&lt;BR /&gt;%let TitleText2 = &amp;amp;TitleText0;&lt;/P&gt;
&lt;P&gt;%CompileSurvivalTemplates&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2017 20:58:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Remove-Product-Limit-Survival-Estimates-in-Proc-Lifetest-Figure/m-p/397611#M66572</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-09-20T20:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: Remove 'Product Limit Survival Estimates' in Proc Lifetest Figure</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Remove-Product-Limit-Survival-Estimates-in-Proc-Lifetest-Figure/m-p/397626#M66573</link>
      <description>&lt;P&gt;The code below is I believe what you would need to change:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;proc template;                                                                
   define table Stat.Lifetest.ProductLimitEstimates;                          
      notes "Product-Limit Survival";                                         
      column GrpNumVar GrpChrVar Timelist GenericTime Censor NumberAtRisk     
         ObservedEvents Survival Failure StdErr Failed Left Freq              
         GenericIDNumeric GenericIDCharacter;                                 
      header h1;                                                              
                                                                              
      define h1;                                                              
         text "Product-Limit Survival Estimates";                             
         space = 1;                                                           
         spill_margin;                                                        
         first_panel;                                                         
      end;                                                                    
      parent = Stat.Lifetest.ProductLimitEstimates0;                          
   end;                                                                       
run;                    
&lt;/PRE&gt;
&lt;P&gt;The text in Define h1 should read as desired. You want to make sure that you are not overwriting the original version in SAShelp.tmplstat though.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2017 21:49:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Remove-Product-Limit-Survival-Estimates-in-Proc-Lifetest-Figure/m-p/397626#M66573</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-09-20T21:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Remove 'Product Limit Survival Estimates' in Proc Lifetest Figure</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Remove-Product-Limit-Survival-Estimates-in-Proc-Lifetest-Figure/m-p/397628#M66574</link>
      <description>&lt;P&gt;How do I make sure that I am not overwriting the original version in SAShelp.tmplstat?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2017 21:58:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Remove-Product-Limit-Survival-Estimates-in-Proc-Lifetest-Figure/m-p/397628#M66574</guid>
      <dc:creator>fbm</dc:creator>
      <dc:date>2017-09-20T21:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Remove 'Product Limit Survival Estimates' in Proc Lifetest Figure</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Remove-Product-Limit-Survival-Estimates-in-Proc-Lifetest-Figure/m-p/397630#M66575</link>
      <description>&lt;P&gt;I'm using SAS 9.4. This is my full code except for the proc lifetest part.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is the error message in the log which is really long.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt; %ProvideSurvivalMacros
NOTE: Overwriting existing template/link: Stat.Lifetest.Graphics.ProductLimitSurvival
NOTE: STATGRAPH 'Stat.Lifetest.Graphics.ProductLimitSurvival' has been saved to: SASUSER.TEMPLAT
NOTE: Overwriting existing template/link: Stat.Lifetest.Graphics.ProductLimitSurvival2
NOTE: STATGRAPH 'Stat.Lifetest.Graphics.ProductLimitSurvival2' has been saved to: SASUSER.TEMPLAT
NOTE: PROCEDURE TEMPLATE used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds


852   %let StepOpts = lineattrs=(thickness=2.5);
853   %let LegendOpts = title =GROUPNAME location=inside across=1 autoalign=(Top);
854   %let InsetOpts = autoalign=(BottomLeft);
855   %let TitleText0 = ;
856   %let TitleText1 = &amp;amp;TitleText0 "for" stratumid;
857   %let TitleText2 = &amp;amp;TitleText0;
858   %CompileSurvivalTemplates
NOTE 137-205: Line generated by the invoked macro "COMPILESURVIVALTEMPLATES".
12                          if (EXISTS(STRATUMID)) entrytitle &amp;amp;titletext1;
12  ! else                   entrytitle &amp;amp;titletext0;                      endif;
                                                   -
                                                   22
ERROR 22-322: Syntax error, expecting one of the following: a name, a quoted string.

NOTE: Line generated by the invoked macro "COMPILESURVIVALTEMPLATES".
12                          if (EXISTS(STRATUMID)) entrytitle &amp;amp;titletext1;
12  ! else                   entrytitle &amp;amp;titletext0;                      endif;
                                                   -
                                                   76
ERROR 76-322: Syntax error, statement will be ignored.

NOTE: Line generated by the invoked macro "COMPILESURVIVALTEMPLATES".
14     if (PLOTATRISK=1)
                     -
                     79
                     200
NOTE: Line generated by the invoked macro "SINGLESTRATUM".
1                           if (PLOTHW=1 AND PLOTEP=0)          bandplot LimitUpper=HW_UCL
                                      -
-
                                      79
79
                                      76
76
1   ! LimitLower=HW_LCL x=TIME /             modelname="Survival" fillattrs=GRAPHCONFIDENCE
1   !       name="HW" legendlabel=LABELHW;       endif;       if (PLOTHW=0 AND
NOTE: Line generated by the invoked macro "SINGLESTRATUM".
3               bandplot LimitUpper=EP_UCL LimitLower=EP_LCL x=TIME /
3   ! modelname="Survival" fillattrs=GRAPHCONFIDENCE             name="EP" legendlabel=LABELEP;
3   !     endif;       if (PLOTHW=1 AND PLOTEP=1)          bandplot LimitUpper=HW_UCL
                                 -
                                 79
                                 76
NOTE: Line generated by the invoked macro "SINGLESTRATUM".
6      fillattrs=GRAPHDATA2             datatransparency=.55 name="EP" legendlabel=LABELEP;
6   ! endif;       if (PLOTCL=1)          if (PLOTHW=1 OR PLOTEP=1)             bandplot
                             -                      -
                             79                     79
                             200                    76
6   ! LimitUpper=SDF_UCL LimitLower=SDF_LCL x=TIME /
NOTE: Line generated by the invoked macro "SINGLESTRATUM".
9      fillattrs=GRAPHCONFIDENCE name="CL"                legendlabel=LABELCL;          endif;
9   !    endif;        stepplot y=SURVIVAL x=TIME / name="Survival" &amp;amp;tips legendlabel="Survival"
9   !               &amp;amp;stepopts;        if (PLOTCENSORED=1)
                                                      -
                                                      79
                                                      200
NOTE: Line generated by the invoked macro "SINGLESTRATUM".
11              scatterplot y=CENSORED x=TIME / &amp;amp;censored &amp;amp;tiplabel             name="Censored"
11  ! legendlabel="Censored";       endif;        if (PLOTCL=1 OR PLOTHW=1 OR PLOTEP=1)
                                                            -
                                                            79
                                                            76
11  ! discretelegend "Censored" "CL" "HW" "EP" / location=outside
NOTE: Line generated by the invoked macro "SINGLESTRATUM".
12                 halign=center;       else          if (PLOTCENSORED=1)
                                                                      -
                                                                      79
                                                                      200
12  ! discretelegend "Censored" / location=inside
12  ! autoalign=(topright bottomleft);          endif;       endif;
NOTE: Line generated by the invoked macro "SINGLESTRATUM".
14              if (PLOTATRISK=1)             innermargin / align=bottom;                axistable
                              -
                              79
                              200
14  !  x=TATRISK value=ATRISK / &amp;amp;atriskopts;             endinnermargin;          endif;
NOTE: Line generated by the invoked macro "COMPILESURVIVALTEMPLATES".
23     entrytitle &amp;amp;titletext2;
                             -
                             22
                             76
NOTE: Line generated by the invoked macro "COMPILESURVIVALTEMPLATES".
25                          if (EXISTS(SECONDTITLE))                         entrytitle
                                      -
                                      79
                                      76
25  ! SECONDTITLE / textattrs=GRAPHVALUETEXT;                      endif;
NOTE: Line generated by the invoked macro "MULTIPLESTRATA".
1                           if (PLOTHW=1)          bandplot LimitUpper=HW_UCL LimitLower=HW_LCL
                                      -
-
                                      79
79
                                      200
200
1   ! x=TIME / &amp;amp;bandopts                   datatransparency=Transparency;       endif;       if
1   ! (PLOTEP=1)          bandplot LimitUpper=EP_UCL LimitLower=EP_LCL x=TIME /
NOTE: Line generated by the invoked macro "MULTIPLESTRATA".
3                        datatransparency=Transparency;       endif;       if (PLOTCL=1)
                                                                                     -
-
                                                                                     79
79
                                                                                     200
76
3   ! if (PLOTHW=1 OR PLOTEP=1)             bandplot LimitUpper=SDF_UCL LimitLower=SDF_LCL x=TIME
3   ! / &amp;amp;bandopts                      display=(outline) outlineattrs=
NOTE: Line generated by the invoked macro "MULTIPLESTRATA".
6      &amp;amp;tips &amp;amp;stepopts;        if (PLOTCENSORED=1)          scatterplot y=CENSORED x=TIME /
                                               -
                                               79
                                               200
6   ! &amp;amp;groups &amp;amp;tiplabel &amp;amp;censored;       endif;
NOTE: Line generated by the invoked macro "MULTIPLESTRATA".
8               if (PLOTATRISK=1)             innermargin / align=bottom;                axistable
                              -
                              79
                              200
8   !  x=TATRISK value=ATRISK / &amp;amp;atriskopts &amp;amp;classopts;             endinnermargin;          endif
8   ! ;
NOTE: Line generated by the invoked macro "MULTIPLESTRATA".
12              if (PLOTCENSORED=1)             if (PLOTTEST=1)                layout gridded /
                                -                           -
                                79                          79
                                200                         200
12  ! rows=2 &amp;amp;insetopts;                   entry &amp;amp;censorstr;                   %pValue
12  !     endlayout;             else                layout gridded / rows=1
NOTE: Line generated by the invoked macro "PVALUE".
1                        if (PVALUE &amp;lt; .0001)          entry TESTNAME " p " eval (PUT(PVALUE,
                                    -                                               -
-
                                    79                                              79
79
                                    200                                             200
200
1   ! PVALUE6.4));       else          entry TESTNAME " p=" eval (PUT(PVALUE, PVALUE6.4));
1   ! endif;
NOTE: Line generated by the invoked macro "MULTIPLESTRATA".
13     &amp;amp;insetopts;                   entry &amp;amp;censorstr;                endlayout;             endif
13  ! ;          else             if (PLOTTEST=1)                layout gridded / rows=1
                                              -
                                              79
                                              200
13  ! &amp;amp;insetopts;                   %pValue                endlayout;
NOTE: Line generated by the invoked macro "PVALUE".
1                        if (PVALUE &amp;lt; .0001)          entry TESTNAME " p " eval (PUT(PVALUE,
                                    -                                               -
-
                                    79                                              79
79
                                    200                                             200
200
1   ! PVALUE6.4));       else          entry TESTNAME " p=" eval (PUT(PVALUE, PVALUE6.4));
1   ! endif;
WARNING: Object will not be saved.
ERROR 79-322: Expecting a ).

ERROR 200-322: The symbol is not recognized and will be ignored.

ERROR 76-322: Syntax error, statement will be ignored.

ERROR 22-322: Syntax error, expecting one of the following: a name, a quoted string.

NOTE 137-205: Line generated by the invoked macro "COMPILESURVIVALTEMPLATES".
40                          if (EXISTS(STRATUMID)) entrytitle &amp;amp;titletext1;
40  ! else                   entrytitle &amp;amp;titletext0;                      endif;
                                                   -
                                                   22
ERROR 22-322: Syntax error, expecting one of the following: a name, a quoted string.

NOTE: Line generated by the invoked macro "COMPILESURVIVALTEMPLATES".
40                          if (EXISTS(STRATUMID)) entrytitle &amp;amp;titletext1;
40  ! else                   entrytitle &amp;amp;titletext0;                      endif;
                                                   -
                                                   76
ERROR 76-322: Syntax error, statement will be ignored.

NOTE: Line generated by the invoked macro "SINGLESTRATUM".
1                           if (PLOTHW=1 AND PLOTEP=0)          bandplot LimitUpper=HW_UCL
                                      -
-
                                      79
79
                                      76
76
1   ! LimitLower=HW_LCL x=TIME /             modelname="Survival" fillattrs=GRAPHCONFIDENCE
1   !       name="HW" legendlabel=LABELHW;       endif;       if (PLOTHW=0 AND
NOTE: Line generated by the invoked macro "SINGLESTRATUM".
3               bandplot LimitUpper=EP_UCL LimitLower=EP_LCL x=TIME /
3   ! modelname="Survival" fillattrs=GRAPHCONFIDENCE             name="EP" legendlabel=LABELEP;
3   !     endif;       if (PLOTHW=1 AND PLOTEP=1)          bandplot LimitUpper=HW_UCL
                                 -
                                 79
                                 76
NOTE: Line generated by the invoked macro "SINGLESTRATUM".
6      fillattrs=GRAPHDATA2             datatransparency=.55 name="EP" legendlabel=LABELEP;
6   ! endif;       if (PLOTCL=1)          if (PLOTHW=1 OR PLOTEP=1)             bandplot
                             -                      -
                             79                     79
                             200                    76
6   ! LimitUpper=SDF_UCL LimitLower=SDF_LCL x=TIME /
NOTE: Line generated by the invoked macro "SINGLESTRATUM".
9      fillattrs=GRAPHCONFIDENCE name="CL"                legendlabel=LABELCL;          endif;
9   !    endif;        stepplot y=SURVIVAL x=TIME / name="Survival" &amp;amp;tips legendlabel="Survival"
9   !               &amp;amp;stepopts;        if (PLOTCENSORED=1)
                                                      -
                                                      79
                                                      200
NOTE: Line generated by the invoked macro "SINGLESTRATUM".
11              scatterplot y=CENSORED x=TIME / &amp;amp;censored &amp;amp;tiplabel             name="Censored"
11  ! legendlabel="Censored";       endif;        if (PLOTCL=1 OR PLOTHW=1 OR PLOTEP=1)
                                                            -
                                                            79
                                                            76
11  ! discretelegend "Censored" "CL" "HW" "EP" / location=outside
NOTE: Line generated by the invoked macro "SINGLESTRATUM".
12                 halign=center;       else          if (PLOTCENSORED=1)
                                                                      -
                                                                      79
                                                                      200
12  ! discretelegend "Censored" / location=inside
12  ! autoalign=(topright bottomleft);          endif;       endif;
NOTE: Line generated by the invoked macro "COMPILESURVIVALTEMPLATES".
47     entrytitle &amp;amp;titletext2;
                             -
                             22
                             76
NOTE: Line generated by the invoked macro "COMPILESURVIVALTEMPLATES".
49                          if (EXISTS(SECONDTITLE))                         entrytitle
                                      -
                                      79
                                      76
49  ! SECONDTITLE / textattrs=GRAPHVALUETEXT;                      endif;
NOTE: Line generated by the invoked macro "MULTIPLESTRATA".
1                           if (PLOTHW=1)          bandplot LimitUpper=HW_UCL LimitLower=HW_LCL
                                      -
-
                                      79
79
                                      200
200
1   ! x=TIME / &amp;amp;bandopts                   datatransparency=Transparency;       endif;       if
1   ! (PLOTEP=1)          bandplot LimitUpper=EP_UCL LimitLower=EP_LCL x=TIME /
NOTE: Line generated by the invoked macro "MULTIPLESTRATA".
3                        datatransparency=Transparency;       endif;       if (PLOTCL=1)
                                                                                     -
-
                                                                                     79
79
                                                                                     200
76
3   ! if (PLOTHW=1 OR PLOTEP=1)             bandplot LimitUpper=SDF_UCL LimitLower=SDF_LCL x=TIME
3   ! / &amp;amp;bandopts                      display=(outline) outlineattrs=
NOTE: Line generated by the invoked macro "MULTIPLESTRATA".
6      &amp;amp;tips &amp;amp;stepopts;        if (PLOTCENSORED=1)          scatterplot y=CENSORED x=TIME /
                                               -
                                               79
                                               200
6   ! &amp;amp;groups &amp;amp;tiplabel &amp;amp;censored;       endif;
NOTE: Line generated by the invoked macro "MULTIPLESTRATA".
10              if (PLOTCENSORED=1)             if (PLOTTEST=1)                layout gridded /
                                -                           -
                                79                          79
                                200                         200
10  ! rows=2 &amp;amp;insetopts;                   entry &amp;amp;censorstr;                   %pValue
10  !     endlayout;             else                layout gridded / rows=1
NOTE: Line generated by the invoked macro "PVALUE".
1                        if (PVALUE &amp;lt; .0001)          entry TESTNAME " p " eval (PUT(PVALUE,
                                    -                                               -
-
                                    79                                              79
79
                                    200                                             200
200
1   ! PVALUE6.4));       else          entry TESTNAME " p=" eval (PUT(PVALUE, PVALUE6.4));
1   ! endif;
NOTE: Line generated by the invoked macro "MULTIPLESTRATA".
11     &amp;amp;insetopts;                   entry &amp;amp;censorstr;                endlayout;             endif
11  ! ;          else             if (PLOTTEST=1)                layout gridded / rows=1
                                              -
                                              79
                                              200
11  ! &amp;amp;insetopts;                   %pValue                endlayout;
NOTE: Line generated by the invoked macro "PVALUE".
1                        if (PVALUE &amp;lt; .0001)          entry TESTNAME " p " eval (PUT(PVALUE,
                                    -                                               -
-
                                    79                                              79
79
                                    200                                             200
200
1   ! PVALUE6.4));       else          entry TESTNAME " p=" eval (PUT(PVALUE, PVALUE6.4));
1   ! endif;
WARNING: Object will not be saved.
NOTE: PROCEDURE TEMPLATE used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds

WARNING: Errors were produced.
NOTE: The SAS System stopped processing this step because of errors.

ERROR 79-322: Expecting a ).

ERROR 76-322: Syntax error, statement will be ignored.

ERROR 200-322: The symbol is not recognized and will be ignored.

ERROR 22-322: Syntax error, expecting one of the following: a name, a quoted string.


&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 20 Sep 2017 22:04:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Remove-Product-Limit-Survival-Estimates-in-Proc-Lifetest-Figure/m-p/397630#M66575</guid>
      <dc:creator>fbm</dc:creator>
      <dc:date>2017-09-20T22:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Remove 'Product Limit Survival Estimates' in Proc Lifetest Figure</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Remove-Product-Limit-Survival-Estimates-in-Proc-Lifetest-Figure/m-p/397633#M66576</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/166476"&gt;@fbm&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;How do I make sure that I am not overwriting the original version in SAShelp.tmplstat?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You set a path to a store that is elsewhere such as:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods path sasuser.template(update) sashelp.tmplmst(read);&lt;/P&gt;
&lt;P&gt;This creates a custom store for you in the SASUSER library with write and delete ability (the update) and says you are going to read onlyfrom the sashelp.tmplmst.&lt;/P&gt;
&lt;P&gt;Then something like&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc template;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; edit Stat.Lifetest.ProductLimitEstimates;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; edit h1;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; text= "whatever";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; end;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; end;&lt;/P&gt;
&lt;P&gt;run;&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>Wed, 20 Sep 2017 22:26:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Remove-Product-Limit-Survival-Estimates-in-Proc-Lifetest-Figure/m-p/397633#M66576</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-09-20T22:26:49Z</dc:date>
    </item>
  </channel>
</rss>

