<?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 Dynamic Title in Control Chart in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Dynamic-Title-in-Control-Chart/m-p/174978#M6441</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am new to SAS and i need some help.&amp;nbsp; Is there Syntax that would allow me to use a dynamic title in my control charts in SAS?&amp;nbsp; I have a macro that creates the charts by recordtype and overwrites the file and chart each time the macro runs.&amp;nbsp; I would like to use the &amp;amp;RecType variable and place it in the chart.&amp;nbsp; I have tried the below with no luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc shewhart data=work.OUTLIERS; xchart _SUBX_* month / sigmas=2;&amp;nbsp; run;&lt;BR /&gt;&lt;STRONG&gt;Title=&amp;amp;RecType&lt;/STRONG&gt;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Jan 2015 17:12:44 GMT</pubDate>
    <dc:creator>thomask23</dc:creator>
    <dc:date>2015-01-08T17:12:44Z</dc:date>
    <item>
      <title>Dynamic Title in Control Chart</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Dynamic-Title-in-Control-Chart/m-p/174978#M6441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am new to SAS and i need some help.&amp;nbsp; Is there Syntax that would allow me to use a dynamic title in my control charts in SAS?&amp;nbsp; I have a macro that creates the charts by recordtype and overwrites the file and chart each time the macro runs.&amp;nbsp; I would like to use the &amp;amp;RecType variable and place it in the chart.&amp;nbsp; I have tried the below with no luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc shewhart data=work.OUTLIERS; xchart _SUBX_* month / sigmas=2;&amp;nbsp; run;&lt;BR /&gt;&lt;STRONG&gt;Title=&amp;amp;RecType&lt;/STRONG&gt;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2015 17:12:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Dynamic-Title-in-Control-Chart/m-p/174978#M6441</guid>
      <dc:creator>thomask23</dc:creator>
      <dc:date>2015-01-08T17:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Title in Control Chart</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Dynamic-Title-in-Control-Chart/m-p/174979#M6442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you change the code to be what you want (note the double rather than single quotes).&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Title "&amp;amp;RecType";&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2015 17:23:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Dynamic-Title-in-Control-Chart/m-p/174979#M6442</guid>
      <dc:creator>Adie_efc</dc:creator>
      <dc:date>2015-01-08T17:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Title in Control Chart</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Dynamic-Title-in-Control-Chart/m-p/174980#M6443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%Let Heading=Heading for a chart;&lt;/P&gt;&lt;P&gt;Title "&amp;amp;Heading.";&lt;/P&gt;&lt;P&gt;proc shewhart data=work.OUTLIERS; xchart _SUBX_* month / sigmas=2;&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;Title;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2015 19:09:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Dynamic-Title-in-Control-Chart/m-p/174980#M6443</guid>
      <dc:creator>user24feb</dc:creator>
      <dc:date>2015-01-08T19:09:57Z</dc:date>
    </item>
  </channel>
</rss>

