<?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: Band Statements in SGPANEL in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Band-Statements-in-SGPANEL/m-p/100702#M3753</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should try with :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COLAXIS DISPLAY = (NOLABEL) TYPE=TIME TICKVALUEFORMAT=DATE9.;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 15 Dec 2012 00:37:25 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2012-12-15T00:37:25Z</dc:date>
    <item>
      <title>Band Statements in SGPANEL</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Band-Statements-in-SGPANEL/m-p/100701#M3752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; background: none repeat scroll 0% 0% white; font-family: calibri,verdana,arial,sans-serif;"&gt;The following log message appears when I run the macro below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; background: none repeat scroll 0% 0% white; font-family: calibri,verdana,arial,sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'SAS Monospace';"&gt;NOTE: Time axis can only support date time values. The axis type will be changed to LINEAR.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'SAS Monospace';"&gt;NOTE: The column format DATE9 is replaced by an auto-generated format on the axis.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'SAS Monospace';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: calibri,verdana,arial,sans-serif;"&gt;Although the bands display as I want them to, the BAND statement is forcing my X AXIS to be converted to LINEAR even though it is initially formatted as a DATE9. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'SAS Monospace';"&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; font-size: 12pt;"&gt;This creates some formatting issues for me. When I remove the BAND statements, I don't have this issue. Any thoughts on how to prevent this forced conversion would be appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;%MACRO&lt;/STRONG&gt;&lt;SPAN style="background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt; PLOT_SINGLE_SERIES_PANELBY(PANELBY = , IMAGENAME = , DATASET = , VARIABLE = , CHARTTITLE = , FOOTNOTE = , WHERE = );&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ODS GRAPHICS ON / RESET=ALL IMAGENAME = &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: purple; background: white;"&gt;"&amp;amp;IMAGENAME."&lt;/SPAN&gt;&lt;SPAN style="background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt; NOBORDER BORDER=OFF;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GOPTIONS RESET = (TITLE FOOTNOTE);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TITLE1 &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: purple; background: white;"&gt;"&amp;amp;CHARTTITLE."&lt;/SPAN&gt;&lt;SPAN style="background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FOOTNOTE JUSTIFY =RIGHT HEIGHT = &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;.8&lt;/STRONG&gt; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: purple; background: white;"&gt;"&amp;amp;FOOTNOTE."&lt;/SPAN&gt;&lt;SPAN style="background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PROC SGPANEL DATA=&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: teal; background: white;"&gt;DATASET.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (WHERE = (&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: teal; background: white;"&gt;WHERE.&lt;/SPAN&gt;&lt;SPAN style="background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;)) NOAUTOLEGEND;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: green; background: white;"&gt;/*&amp;nbsp;&amp;nbsp;&amp;nbsp; format sasdate YYQ4.;*/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PANELBY &amp;amp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: teal; background: white;"&gt;PANELBY.&lt;/SPAN&gt;&lt;SPAN style="background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt; / LAYOUT = ROWLATTICE NOVARNAME ROWHEADERPOS = RIGHT ONEPANEL; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BAND Y= &amp;amp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: teal; background: white;"&gt;VARIABLE.&lt;/SPAN&gt;&lt;SPAN style="background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt; UPPER = &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;'30JUN2009'D&lt;/STRONG&gt;&lt;SPAN style="background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt; LOWER = &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;'31DEC2007'D&lt;/STRONG&gt;&lt;SPAN style="background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BAND Y= &amp;amp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: teal; background: white;"&gt;VARIABLE.&lt;/SPAN&gt;&lt;SPAN style="background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt; UPPER = &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;'31MAR2001'D&lt;/STRONG&gt;&lt;SPAN style="background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt; LOWER = &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;'30NOV2001'D&lt;/STRONG&gt;&lt;SPAN style="background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SERIES X = SASDATE&amp;nbsp; Y = &amp;amp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: teal; background: white;"&gt;VARIABLE.&lt;/SPAN&gt;&lt;SPAN style="background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt; / MARKERS&amp;nbsp; LINEATTRS=(COLOR=RED);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ROWAXIS DISPLAY = (NOLABEL);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; COLAXIS DISPLAY = (NOLABEL) TYPE=TIME;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RUN;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GOPTIONS RESET = (TITLE FOOTNOTE);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;%MEND&lt;/STRONG&gt;&lt;SPAN style="background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt; PLOT_SINGLE_SERIES_PANELBY;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Dec 2012 00:23:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Band-Statements-in-SGPANEL/m-p/100701#M3752</guid>
      <dc:creator>emikea</dc:creator>
      <dc:date>2012-12-15T00:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: Band Statements in SGPANEL</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Band-Statements-in-SGPANEL/m-p/100702#M3753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should try with :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COLAXIS DISPLAY = (NOLABEL) TYPE=TIME TICKVALUEFORMAT=DATE9.;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Dec 2012 00:37:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Band-Statements-in-SGPANEL/m-p/100702#M3753</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2012-12-15T00:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Band Statements in SGPANEL</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Band-Statements-in-SGPANEL/m-p/100703#M3754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks PGStats. That does allow me to format the axis, although I still get the message in the log window that the axis is converted to linear.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Dec 2012 03:31:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Band-Statements-in-SGPANEL/m-p/100703#M3754</guid>
      <dc:creator>emikea</dc:creator>
      <dc:date>2012-12-15T03:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Band Statements in SGPANEL</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Band-Statements-in-SGPANEL/m-p/100704#M3755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you could try using variables instead of constants for the bands :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data _&amp;amp;DATASET. / view=_&amp;amp;DATASET.;&lt;/P&gt;&lt;P&gt;set &amp;amp;DATASET. (WHERE = (&amp;amp;WHERE.));&lt;/P&gt;&lt;P&gt;format UPPER1 UPPER2 LOWER1 LOWER2 date9.;&lt;/P&gt;&lt;P&gt;UPPER1 = '30JUN2009'D; &lt;/P&gt;&lt;P&gt;LOWER1 = '31DEC2007'D;&lt;/P&gt;&lt;P&gt;UPPER2 = '31MAR2001'D; &lt;/P&gt;&lt;P&gt;LOWER2 = '30NOV2001'D;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC SGPANEL DATA=_&amp;amp;DATASET. NOAUTOLEGEND;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;BAND Y= &amp;amp;VARIABLE. UPPER = UPPER1 LOWER = LOWER1;&lt;/P&gt;&lt;P&gt;BAND Y= &amp;amp;VARIABLE. UPPER = UPPER2 LOWER = LOWER2;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Dec 2012 16:40:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Band-Statements-in-SGPANEL/m-p/100704#M3755</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2012-12-15T16:40:55Z</dc:date>
    </item>
  </channel>
</rss>

