<?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: ODS output + ODS pdf in combination in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-output-ODS-pdf-in-combination/m-p/246920#M15180</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods pdf file="C:\mypdf.pdf";

   proc print data = _CrossTabFreqs;
   run;

   proc print data= _PearsonCorr;
   run;

   proc print data=_fitplot;
   run;

ods pdf close;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If you want to make the plot, not print the data then use an appropriate graphing procedure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;OR possibly ODS select and just put all of the procedures in side the ODS sandwich.&lt;/P&gt;</description>
    <pubDate>Fri, 29 Jan 2016 15:54:30 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2016-01-29T15:54:30Z</dc:date>
    <item>
      <title>ODS output + ODS pdf in combination</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-output-ODS-pdf-in-combination/m-p/246915#M15176</link>
      <description>&lt;P&gt;This is a basic question regarding saving ods output for later ods printing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to run a series of analysis procs and save the desired output.&amp;nbsp; For example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods output CrossTabFreqs = _CrossTabFreqs;&lt;/P&gt;
&lt;P&gt;proc freq data=mydata; tables X*Y; run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods output PearsonCorr = _PearsonCorr;&lt;/P&gt;
&lt;P&gt;proc corr data=mydata; var X Y; with M N O; run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods fitplot = _fitplot;&lt;/P&gt;
&lt;P&gt;proc reg data=mydata; model X = Y; run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I now would like to create a pdf with the three selected ods output object in some order.&amp;nbsp; For example:&lt;/P&gt;
&lt;P&gt;ods pdf file="C:\mypdf.pdf";&lt;/P&gt;
&lt;P&gt;&amp;nbsp; *** what code goes here ***&lt;/P&gt;
&lt;P&gt;&amp;nbsp; *** so that I print the crossTab, pearson correlations and plot ***&lt;/P&gt;
&lt;P&gt;ods pdf close;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using ods trace to obtain the default templates used for each output objects, but I don't know how to send those objects to the pdf destination.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the help,&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2016 15:45:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-output-ODS-pdf-in-combination/m-p/246915#M15176</guid>
      <dc:creator>KAZ</dc:creator>
      <dc:date>2016-01-29T15:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: ODS output + ODS pdf in combination</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-output-ODS-pdf-in-combination/m-p/246919#M15179</link>
      <description>&lt;P&gt;Look at &lt;A href="http://support.sas.com/documentation/cdl/en/odsproc/67922/HTML/default/viewer.htm#p12gsvre1it3rsn1ce641m2q7svy.htm" target="_self"&gt;PROC DOCUMENT&lt;/A&gt;, particularly the REPLAY statement.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2016 15:52:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-output-ODS-pdf-in-combination/m-p/246919#M15179</guid>
      <dc:creator>Tim_SAS</dc:creator>
      <dc:date>2016-01-29T15:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: ODS output + ODS pdf in combination</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-output-ODS-pdf-in-combination/m-p/246920#M15180</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods pdf file="C:\mypdf.pdf";

   proc print data = _CrossTabFreqs;
   run;

   proc print data= _PearsonCorr;
   run;

   proc print data=_fitplot;
   run;

ods pdf close;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If you want to make the plot, not print the data then use an appropriate graphing procedure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;OR possibly ODS select and just put all of the procedures in side the ODS sandwich.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2016 15:54:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-output-ODS-pdf-in-combination/m-p/246920#M15180</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-01-29T15:54:30Z</dc:date>
    </item>
  </channel>
</rss>

