<?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 Problem with ODS OUTPUT data sets in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Problem-with-ODS-OUTPUT-data-sets/m-p/167581#M12222</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm having a problem getting access to ODS output data sets from PROC REG. I am getting the files listed in the log but when I try to print log says there are no data sets. I am using the names printed using the TRACE. Anyone have any clues? Is it because&amp;nbsp; of the BY statement? I've turned the NORESULTS off and on and that doesn't appear to be the problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODS ESCAPECHAR='^';&lt;/P&gt;&lt;P&gt;FILENAME ODSOUT "K:\sci\sci chesapeake bay program projects\CURRENT\GAM_PROJECT\REPORTS\";&lt;/P&gt;&lt;P&gt;ODS NORESULTS;&lt;/P&gt;&lt;P&gt;ODS TRACE ON;&lt;/P&gt;&lt;P&gt;*Prevents pdf files from being opened while program is running;&lt;/P&gt;&lt;P&gt;ODS PDF BODY="K:\sci\sci chesapeake bay program projects\CURRENT\GAM_PROJECT\REPORTS\Flow_Correction_Report.pdf";&lt;/P&gt;&lt;P&gt;ODS PDF FILE="K:\sci\sci chesapeake bay program projects\CURRENT\GAM_PROJECT\REPORTS\Flow_Correction_Report.pdf";&lt;/P&gt;&lt;P&gt;TITLE1"^S={JUST=C FONT_SIZE=11PT FONT_STYLE=ROMAN}Flow Variable Selection Diagnostics Results"; &lt;/P&gt;&lt;P&gt;TITLE2"^S={JUST=C FONT_SIZE=11PT FONT_STYLE=ROMAN}using the best flow variable based on R-squared";&lt;/P&gt;&lt;P&gt;PROC REG OUTEST = FLOW_TABLE DATA=DATA_FLOW TABLEOUT;&lt;/P&gt;&lt;P&gt;NEWFLOW: MODEL TN = NEWFLOW;&lt;/P&gt;&lt;P&gt;OUTPUT OUT=TMP_RESID R=RES_FLOW; &lt;/P&gt;&lt;P&gt;ODS OUTPUT Fitstatistics=FitStatistics ANOVA=ANOVA ParameterEstimates=ParameterEstimates;&lt;/P&gt;&lt;P&gt;BY RIVER SEGMENT STATION FLOW_MODELED;&lt;/P&gt;&lt;P&gt;ODS OUTPUT CLOSE;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;ODS TRACE OFF;&lt;/P&gt;&lt;P&gt;ODS PDF CLOSE;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;QUIT;&lt;/P&gt;&lt;P&gt;PROC PRINT DATA=FitStatistics;&lt;/P&gt;&lt;P&gt;PROC PRINT DATA=ANOVA; &lt;/P&gt;&lt;P&gt;PROC PRINT DATA=ParameterEstimates;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 05 Jul 2014 22:25:09 GMT</pubDate>
    <dc:creator>kodmfl</dc:creator>
    <dc:date>2014-07-05T22:25:09Z</dc:date>
    <item>
      <title>Problem with ODS OUTPUT data sets</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Problem-with-ODS-OUTPUT-data-sets/m-p/167581#M12222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm having a problem getting access to ODS output data sets from PROC REG. I am getting the files listed in the log but when I try to print log says there are no data sets. I am using the names printed using the TRACE. Anyone have any clues? Is it because&amp;nbsp; of the BY statement? I've turned the NORESULTS off and on and that doesn't appear to be the problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODS ESCAPECHAR='^';&lt;/P&gt;&lt;P&gt;FILENAME ODSOUT "K:\sci\sci chesapeake bay program projects\CURRENT\GAM_PROJECT\REPORTS\";&lt;/P&gt;&lt;P&gt;ODS NORESULTS;&lt;/P&gt;&lt;P&gt;ODS TRACE ON;&lt;/P&gt;&lt;P&gt;*Prevents pdf files from being opened while program is running;&lt;/P&gt;&lt;P&gt;ODS PDF BODY="K:\sci\sci chesapeake bay program projects\CURRENT\GAM_PROJECT\REPORTS\Flow_Correction_Report.pdf";&lt;/P&gt;&lt;P&gt;ODS PDF FILE="K:\sci\sci chesapeake bay program projects\CURRENT\GAM_PROJECT\REPORTS\Flow_Correction_Report.pdf";&lt;/P&gt;&lt;P&gt;TITLE1"^S={JUST=C FONT_SIZE=11PT FONT_STYLE=ROMAN}Flow Variable Selection Diagnostics Results"; &lt;/P&gt;&lt;P&gt;TITLE2"^S={JUST=C FONT_SIZE=11PT FONT_STYLE=ROMAN}using the best flow variable based on R-squared";&lt;/P&gt;&lt;P&gt;PROC REG OUTEST = FLOW_TABLE DATA=DATA_FLOW TABLEOUT;&lt;/P&gt;&lt;P&gt;NEWFLOW: MODEL TN = NEWFLOW;&lt;/P&gt;&lt;P&gt;OUTPUT OUT=TMP_RESID R=RES_FLOW; &lt;/P&gt;&lt;P&gt;ODS OUTPUT Fitstatistics=FitStatistics ANOVA=ANOVA ParameterEstimates=ParameterEstimates;&lt;/P&gt;&lt;P&gt;BY RIVER SEGMENT STATION FLOW_MODELED;&lt;/P&gt;&lt;P&gt;ODS OUTPUT CLOSE;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;ODS TRACE OFF;&lt;/P&gt;&lt;P&gt;ODS PDF CLOSE;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;QUIT;&lt;/P&gt;&lt;P&gt;PROC PRINT DATA=FitStatistics;&lt;/P&gt;&lt;P&gt;PROC PRINT DATA=ANOVA; &lt;/P&gt;&lt;P&gt;PROC PRINT DATA=ParameterEstimates;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Jul 2014 22:25:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Problem-with-ODS-OUTPUT-data-sets/m-p/167581#M12222</guid>
      <dc:creator>kodmfl</dc:creator>
      <dc:date>2014-07-05T22:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ODS OUTPUT data sets</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Problem-with-ODS-OUTPUT-data-sets/m-p/167582#M12223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Never mind ..... I found the problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Jul 2014 22:27:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Problem-with-ODS-OUTPUT-data-sets/m-p/167582#M12223</guid>
      <dc:creator>kodmfl</dc:creator>
      <dc:date>2014-07-05T22:27:55Z</dc:date>
    </item>
  </channel>
</rss>

