<?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: Error Message when using an example from the SAS Sample Library in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Error-Message-when-using-an-example-from-the-SAS-Sample-Library/m-p/514021#M73189</link>
    <description>This a SAS Studio issue, you can report it to Tech Support. There is no issue when running it on a full version of SAS, but the display uses the older style of SAS output and a custom display which doesn't appear to work in SAS Studio.</description>
    <pubDate>Fri, 16 Nov 2018 18:37:36 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-11-16T18:37:36Z</dc:date>
    <item>
      <title>Error Message when using an example from the SAS Sample Library</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Error-Message-when-using-an-example-from-the-SAS-Sample-Library/m-p/514015#M73188</link>
      <description>&lt;P&gt;I get the following error message when I run code from the SAS Sample Library.&amp;nbsp; I am using SAS On Demand for Academics and trying to execute the PM PROC.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;WARNING: There is a problem opening the DISPLAY. The NODISPLAY option is turned on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't see any option to turn display on or off.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have double checked the example code and when it runs it is supposed to open a Display showing a Gantt Chart.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;data software;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; input Descrpt&amp;nbsp; $char20.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Duration 23-24&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Activity $ 27-34&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Succesr1 $ 37-44&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Succesr2 $ 47-54;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; datalines;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Initial Testing&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20&amp;nbsp; TESTING&amp;nbsp;&amp;nbsp; RECODE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Prel. Documentation&amp;nbsp;&amp;nbsp; 15&amp;nbsp; PRELDOC&amp;nbsp;&amp;nbsp; DOCEDREV&amp;nbsp; QATEST&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Meet Marketing&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp; MEETMKT&amp;nbsp;&amp;nbsp; RECODE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Recoding&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5&amp;nbsp;&amp;nbsp; RECODE&amp;nbsp;&amp;nbsp;&amp;nbsp; DOCEDREV&amp;nbsp; QATEST&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;QA Test Approve&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&amp;nbsp; QATEST&amp;nbsp;&amp;nbsp;&amp;nbsp; PROD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Doc. Edit and Revise&amp;nbsp; 10&amp;nbsp; DOCEDREV&amp;nbsp; PROD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Production&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp; PROD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc pm data=software&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; out=intro1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; interval=day&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date='01mar04'd;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; id descrpt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; activity activity;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; duration duration;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; successor succesr1 succesr2;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Nov 2018 18:20:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Error-Message-when-using-an-example-from-the-SAS-Sample-Library/m-p/514015#M73188</guid>
      <dc:creator>DrDave</dc:creator>
      <dc:date>2018-11-16T18:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message when using an example from the SAS Sample Library</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Error-Message-when-using-an-example-from-the-SAS-Sample-Library/m-p/514021#M73189</link>
      <description>This a SAS Studio issue, you can report it to Tech Support. There is no issue when running it on a full version of SAS, but the display uses the older style of SAS output and a custom display which doesn't appear to work in SAS Studio.</description>
      <pubDate>Fri, 16 Nov 2018 18:37:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Error-Message-when-using-an-example-from-the-SAS-Sample-Library/m-p/514021#M73189</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-11-16T18:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message when using an example from the SAS Sample Library</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Error-Message-when-using-an-example-from-the-SAS-Sample-Library/m-p/514023#M73190</link>
      <description>&lt;P&gt;Reeza,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much for your quick response and solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;R/S&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Nov 2018 18:41:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Error-Message-when-using-an-example-from-the-SAS-Sample-Library/m-p/514023#M73190</guid>
      <dc:creator>DrDave</dc:creator>
      <dc:date>2018-11-16T18:41:02Z</dc:date>
    </item>
  </channel>
</rss>

