<?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: SERIESPLOT in PROC TEMPLATE: breaks in lines for missing values are needed in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SERIESPLOT-in-PROC-TEMPLATE-breaks-in-lines-for-missing-values/m-p/183661#M12765</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; With the SGPLOT procedure, the option is BREAK:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sgplot data=whatever;&lt;/P&gt;&lt;P&gt;&amp;nbsp; series x=xvar y=yvar / &lt;STRONG&gt;break&lt;/STRONG&gt; markers datalabel;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I suspect that with PROC TEMPLATE, it will be a BREAK option on the SERIESPLOT statement. And, indeed, if you check the documentation, since the options are listed in alpha order, you will find what you need in the doc:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/grstatgraph/66421/HTML/default/viewer.htm#n0828kpaepwjmrn1u5xko4cjlqln.htm" title="http://support.sas.com/documentation/cdl/en/grstatgraph/66421/HTML/default/viewer.htm#n0828kpaepwjmrn1u5xko4cjlqln.htm"&gt;SAS(R) 9.4 Graph Template Language: Reference, Second Edition&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Dec 2013 00:29:33 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2013-12-30T00:29:33Z</dc:date>
    <item>
      <title>SERIESPLOT in PROC TEMPLATE: breaks in lines for missing values are needed</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SERIESPLOT-in-PROC-TEMPLATE-breaks-in-lines-for-missing-values/m-p/183660#M12764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't understand the behaviour of SAS PROC TEMPLATE in the following situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I use the following data set:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ExpID;AA;BB;CC;DD;EE&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;1;5;25;9;65;14&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the output as in the 1.jpg file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I have missing values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ExpID;AA;BB;CC;DD;EE&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;1;5;25; ;65;14&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is no relevant break in the curve (2.jpg).&lt;/P&gt;&lt;P&gt;How to do this like in the 3.jpg file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To produce the lines I use the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SERIESPLOT&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;X = ...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Y = ... / ... LINEATTRS = (PATTERN = SOLID COLOR = BLACK);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11226i79D951FC588BC4AA/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="2.jpg" title="2.jpg" /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11227iED6572C0C5F8E6BF/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="3.jpg" title="3.jpg" /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11228i235B4EB0E565EB08/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="1.jpg" title="1.jpg" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Dec 2013 17:44:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SERIESPLOT-in-PROC-TEMPLATE-breaks-in-lines-for-missing-values/m-p/183660#M12764</guid>
      <dc:creator>stan</dc:creator>
      <dc:date>2013-12-29T17:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: SERIESPLOT in PROC TEMPLATE: breaks in lines for missing values are needed</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SERIESPLOT-in-PROC-TEMPLATE-breaks-in-lines-for-missing-values/m-p/183661#M12765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; With the SGPLOT procedure, the option is BREAK:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sgplot data=whatever;&lt;/P&gt;&lt;P&gt;&amp;nbsp; series x=xvar y=yvar / &lt;STRONG&gt;break&lt;/STRONG&gt; markers datalabel;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I suspect that with PROC TEMPLATE, it will be a BREAK option on the SERIESPLOT statement. And, indeed, if you check the documentation, since the options are listed in alpha order, you will find what you need in the doc:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/grstatgraph/66421/HTML/default/viewer.htm#n0828kpaepwjmrn1u5xko4cjlqln.htm" title="http://support.sas.com/documentation/cdl/en/grstatgraph/66421/HTML/default/viewer.htm#n0828kpaepwjmrn1u5xko4cjlqln.htm"&gt;SAS(R) 9.4 Graph Template Language: Reference, Second Edition&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2013 00:29:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SERIESPLOT-in-PROC-TEMPLATE-breaks-in-lines-for-missing-values/m-p/183661#M12765</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2013-12-30T00:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: SERIESPLOT in PROC TEMPLATE: breaks in lines for missing values are needed</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SERIESPLOT-in-PROC-TEMPLATE-breaks-in-lines-for-missing-values/m-p/183662#M12766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2013 05:47:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SERIESPLOT-in-PROC-TEMPLATE-breaks-in-lines-for-missing-values/m-p/183662#M12766</guid>
      <dc:creator>stan</dc:creator>
      <dc:date>2013-12-30T05:47:41Z</dc:date>
    </item>
  </channel>
</rss>

