<?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: SAS suddenly doesn't display results or ods outputs in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/SAS-suddenly-doesn-t-display-results-or-ods-outputs/m-p/578054#M75552</link>
    <description>I don't really understand how to fix that.&lt;BR /&gt;BUT My problem was fixed by reinstalling SAS.&lt;BR /&gt;</description>
    <pubDate>Wed, 31 Jul 2019 13:12:44 GMT</pubDate>
    <dc:creator>Mrksk</dc:creator>
    <dc:date>2019-07-31T13:12:44Z</dc:date>
    <item>
      <title>SAS suddenly doesn't display results or ods outputs</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-suddenly-doesn-t-display-results-or-ods-outputs/m-p/577986#M75548</link>
      <description>&lt;P&gt;All of my previously working code doesn't display results or ods rtf outputs anymore&lt;/P&gt;&lt;P&gt;there are no errors or warnings in the log.&lt;/P&gt;&lt;P&gt;here is an example&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;ods listing;&lt;BR /&gt;data xyz;&lt;BR /&gt;set sashelp.class;&lt;BR /&gt;run;&lt;BR /&gt;proc freq data=xyz;&lt;BR /&gt;tables age;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This shows the output data, but not the results from proc freq.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;the log is:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The SAS System&lt;/P&gt;&lt;P&gt;1 ;*';*";*/;quit;run;&lt;BR /&gt;2 OPTIONS PAGENO=MIN;&lt;BR /&gt;3 %LET _CLIENTTASKLABEL='Program (14)';&lt;BR /&gt;4 %LET _CLIENTPROCESSFLOWNAME='Process Flow';&lt;BR /&gt;5 %LET _CLIENTPROJECTPATH='/sasfolders/user/mkri0225/sasuser.v94/Nekrotiserende Fascitis Kohorte.egp';&lt;BR /&gt;6 %LET _CLIENTPROJECTPATHHOST='psasgridnode07.regionh.top.local';&lt;BR /&gt;7 %LET _CLIENTPROJECTNAME='Nekrotiserende Fascitis Kohorte.egp';&lt;BR /&gt;8 %LET _SASPROGRAMFILE='';&lt;BR /&gt;9 %LET _SASPROGRAMFILEHOST='';&lt;BR /&gt;10&lt;BR /&gt;11 ODS _ALL_ CLOSE;&lt;BR /&gt;12 OPTIONS DEV=PNG;&lt;BR /&gt;13 FILENAME EGSR TEMP;&lt;BR /&gt;14 ODS tagsets.sasreport13(ID=EGSR) FILE=EGSR&lt;BR /&gt;15 STYLE=Journal1a&lt;BR /&gt;16 STYLESHEET=(URL="file:///C:/Program%20Files/SASHome/SASEnterpriseGuide/7.1/Styles/Journal1a.css")&lt;BR /&gt;17 NOGTITLE&lt;BR /&gt;18 NOGFOOTNOTE&lt;BR /&gt;19 GPATH=&amp;amp;sasworklocation&lt;BR /&gt;20 ENCODING=UTF8&lt;BR /&gt;21 options(rolap="on")&lt;BR /&gt;22 ;&lt;BR /&gt;NOTE: Writing TAGSETS.SASREPORT13(EGSR) Body file: EGSR&lt;BR /&gt;23&lt;BR /&gt;24&lt;BR /&gt;25 data xyz;&lt;BR /&gt;26 set sashelp.class;&lt;BR /&gt;27 run;&lt;/P&gt;&lt;P&gt;NOTE: There were 19 observations read from the data set SASHELP.CLASS.&lt;BR /&gt;NOTE: The data set WORK.XYZ has 19 observations and 5 variables.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.01 seconds&lt;/P&gt;&lt;P&gt;28 proc freq data=xyz;&lt;BR /&gt;29 tables age;&lt;BR /&gt;30 run;&lt;/P&gt;&lt;P&gt;NOTE: There were 19 observations read from the data set WORK.XYZ.&lt;BR /&gt;NOTE: PROCEDURE FREQ used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;/P&gt;&lt;P&gt;31&lt;BR /&gt;32 %LET _CLIENTTASKLABEL=;&lt;BR /&gt;33 %LET _CLIENTPROCESSFLOWNAME=;&lt;BR /&gt;34 %LET _CLIENTPROJECTPATH=;&lt;BR /&gt;35 %LET _CLIENTPROJECTPATHHOST=;&lt;BR /&gt;36 %LET _CLIENTPROJECTNAME=;&lt;BR /&gt;37 %LET _SASPROGRAMFILE=;&lt;BR /&gt;38 %LET _SASPROGRAMFILEHOST=;&lt;BR /&gt;39&lt;BR /&gt;40 ;*';*";*/;quit;run;&lt;BR /&gt;41 ODS _ALL_ CLOSE;&lt;BR /&gt;42&lt;BR /&gt;The SAS System&lt;/P&gt;&lt;P&gt;43&lt;BR /&gt;44 QUIT; RUN;&lt;BR /&gt;45&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea whats wrong?&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 08:59:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-suddenly-doesn-t-display-results-or-ods-outputs/m-p/577986#M75548</guid>
      <dc:creator>Mrksk</dc:creator>
      <dc:date>2019-07-31T08:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: SAS suddenly doesn't display results or ods outputs</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-suddenly-doesn-t-display-results-or-ods-outputs/m-p/577990#M75549</link>
      <description>The log shows that this statement is not part of the program that you ran:&lt;BR /&gt;&lt;BR /&gt;ODS LISTING;&lt;BR /&gt;&lt;BR /&gt;Instead the log contains:&lt;BR /&gt;&lt;BR /&gt;ODS _ALL_ CLOSE;&lt;BR /&gt;&lt;BR /&gt;That needs to be fixed.</description>
      <pubDate>Wed, 31 Jul 2019 09:45:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-suddenly-doesn-t-display-results-or-ods-outputs/m-p/577990#M75549</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2019-07-31T09:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: SAS suddenly doesn't display results or ods outputs</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-suddenly-doesn-t-display-results-or-ods-outputs/m-p/578054#M75552</link>
      <description>I don't really understand how to fix that.&lt;BR /&gt;BUT My problem was fixed by reinstalling SAS.&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Jul 2019 13:12:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-suddenly-doesn-t-display-results-or-ods-outputs/m-p/578054#M75552</guid>
      <dc:creator>Mrksk</dc:creator>
      <dc:date>2019-07-31T13:12:44Z</dc:date>
    </item>
  </channel>
</rss>

