<?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: %newsurv in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/newsurv/m-p/613560#M19259</link>
    <description>&lt;P&gt;Can you please clarify how do I run the macro code provided? I would like to use the %newsurv for my data set. I am getting the same error. Can you please help me out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;</description>
    <pubDate>Mon, 23 Dec 2019 16:32:13 GMT</pubDate>
    <dc:creator>sms1891</dc:creator>
    <dc:date>2019-12-23T16:32:13Z</dc:date>
    <item>
      <title>%newsurv</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/newsurv/m-p/411442#M14107</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Experts &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I wanted to run SAS macro which is called "%newsurv"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(&lt;A href="http://www.sascommunity.org/wiki/Kaplan-Meier_Survival_Plotting_Macro_%25NEWSURV" target="_blank"&gt;http://www.sascommunity.org/wiki/Kaplan-Meier_Survival_Plotting_Macro_%25NEWSURV&lt;/A&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;however, it doesn't work on my SAS.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;my sas version is 3.4 for windows 10 64bit.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;so I think it is technically qualified to run this macro.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In the log, % command has a problem with the warning message.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;and "ERROR 180-322"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So please tell me how to work out this problem...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Shoud I&amp;nbsp;need any other command&amp;nbsp;before %newsurv ??&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 07:45:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/newsurv/m-p/411442#M14107</guid>
      <dc:creator>AMARC</dc:creator>
      <dc:date>2017-11-08T07:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: %newsurv</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/newsurv/m-p/411445#M14108</link>
      <description>&lt;P&gt;Please post your whole log of the failed step. Just the ERROR message itself does not reveal anything. Use the {i} icon for posting log text, so that horizontal spacing is preserved.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 08:00:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/newsurv/m-p/411445#M14108</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-11-08T08:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: %newsurv</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/newsurv/m-p/411468#M14109</link>
      <description>&lt;P&gt;I tried submitting the latest macro.&amp;nbsp; Then I tried submitting the data and lead in code.&amp;nbsp; Finally, I submitted the example macro call.&amp;nbsp; Since I don't actually know what you did, it is hard to say what went wrong for you, but clearly that vertical bar does not belong before the macro call.&amp;nbsp; See if something like that helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;| %newsurv(data=bmt, time=ftime, cens=STATUS, cen_vl=0,ev_vl=1,
    method=cif,class=diagnosis,height=4in,
    summary=0, risklist=0 to 2500 by 500, risklocation=BOTTOM,
    xmin=0, xmax=2500, xincrement=500,risklabellocation=left,
    timelist=250 500, timedx=Days,parheader=);&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;Also be aware that SAS/STAT provides an entire chapter on customizing the Kaplan-Meier plot.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 10:32:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/newsurv/m-p/411468#M14109</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2017-11-08T10:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: %newsurv</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/newsurv/m-p/411572#M14115</link>
      <description>&lt;P&gt;This is what I'm done.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I just follow the macro process in the website, but I don't know why it isn't working yet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you so much for your attention.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 16:18:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/newsurv/m-p/411572#M14115</guid>
      <dc:creator>AMARC</dc:creator>
      <dc:date>2017-11-08T16:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: %newsurv</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/newsurv/m-p/411577#M14117</link>
      <description>I'm so sorry but macro is not working with vertical bar.</description>
      <pubDate>Wed, 08 Nov 2017 16:24:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/newsurv/m-p/411577#M14117</guid>
      <dc:creator>AMARC</dc:creator>
      <dc:date>2017-11-08T16:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: %newsurv</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/newsurv/m-p/411615#M14118</link>
      <description>&lt;P&gt;That was my point.&amp;nbsp; The web site has a vertical bar.&amp;nbsp; It is incorrect.&amp;nbsp; The code will never work with it.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 18:14:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/newsurv/m-p/411615#M14118</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2017-11-08T18:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: %newsurv</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/newsurv/m-p/411777#M14121</link>
      <description>&lt;P&gt;Thank you so much for your answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But the thing is even if I eliminated a vertical bar, it doesn't work yet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's my log message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---------------------------------------------------------------------------------------------------&amp;nbsp;&lt;/P&gt;&lt;P&gt;WARNING: Apparent invocation of macro NEWSURV not resolved.&lt;BR /&gt;80&amp;nbsp;&amp;nbsp; %newsurv(data=bmt, time=ftime, cens=STATUS, cen_vl=0,ev_vl=1,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 180&lt;BR /&gt;ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;/P&gt;&lt;P&gt;81&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; method=cif,class=diagnosis,height=4in,&lt;BR /&gt;82&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; summary=0, risklist=0 to 2500 by 500, risklocation=BOTTOM,&lt;BR /&gt;83&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xmin=0, xmax=2500, xincrement=500,risklabellocation=left,&lt;BR /&gt;84&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; timelist=250 500, timedx=Days,parheader=);&lt;/P&gt;&lt;P&gt;---------------------------------------------------------------------------------------------------&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It would be much appreciated if you could give me a help one more time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2017 00:05:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/newsurv/m-p/411777#M14121</guid>
      <dc:creator>AMARC</dc:creator>
      <dc:date>2017-11-09T00:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: %newsurv</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/newsurv/m-p/411780#M14122</link>
      <description>&lt;P&gt;Have you submitted the code that defines the macro first?&amp;nbsp; I am guessing that you have not.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2017 00:17:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/newsurv/m-p/411780#M14122</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2017-11-09T00:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: %newsurv</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/newsurv/m-p/411782#M14123</link>
      <description>&lt;P&gt;oh... I didn't do that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could tell me how to do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Because I'm rockie in the SAS field.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I really&amp;nbsp;appreciate you taking the time.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2017 00:30:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/newsurv/m-p/411782#M14123</guid>
      <dc:creator>AMARC</dc:creator>
      <dc:date>2017-11-09T00:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: %newsurv</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/newsurv/m-p/411784#M14124</link>
      <description>&lt;P&gt;The macro code was provided in that web page you cited.&amp;nbsp; When I tried it after your first post, it worked after I deleted that incorrect vertical bar.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2017 00:34:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/newsurv/m-p/411784#M14124</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2017-11-09T00:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: %newsurv</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/newsurv/m-p/411788#M14125</link>
      <description>oh.. I see.&lt;BR /&gt;&lt;BR /&gt;Thank you so much for your help.&lt;BR /&gt;&lt;BR /&gt;Have a nice day!</description>
      <pubDate>Thu, 09 Nov 2017 00:47:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/newsurv/m-p/411788#M14125</guid>
      <dc:creator>AMARC</dc:creator>
      <dc:date>2017-11-09T00:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: %newsurv</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/newsurv/m-p/613560#M19259</link>
      <description>&lt;P&gt;Can you please clarify how do I run the macro code provided? I would like to use the %newsurv for my data set. I am getting the same error. Can you please help me out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;</description>
      <pubDate>Mon, 23 Dec 2019 16:32:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/newsurv/m-p/613560#M19259</guid>
      <dc:creator>sms1891</dc:creator>
      <dc:date>2019-12-23T16:32:13Z</dc:date>
    </item>
  </channel>
</rss>

