<?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 9.1.3 &amp; office97&amp;pdf exports graph in Microsoft Integration with SAS</title>
    <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/sas-9-1-3-office97-pdf-exports-graph/m-p/1267#M76</link>
    <description>I forget to mention that I use a &lt;BR /&gt;
&lt;BR /&gt;
                'By variable' &lt;BR /&gt;
&lt;BR /&gt;
statement to create the different graphs.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Here is an example:&lt;BR /&gt;
&lt;BR /&gt;
ods listing close;&lt;BR /&gt;
goptions dev=sasprtc /*vsize=*/;&lt;BR /&gt;
/*ods layout x=1 in y=1 in height= in width= in;*/&lt;BR /&gt;
ods pdf file='C:\hihi.pdf' startpage=no style=analysis;&lt;BR /&gt;
title;&lt;BR /&gt;
title1 "Nb by make for the #byval(sector_G) sector" ; &lt;BR /&gt;
proc gchart data=hehe&lt;BR /&gt;
/* startpage=never */ /*where=(var1=))*/;&lt;BR /&gt;
     pie var2 / noheader/*sumvar=*/&lt;BR /&gt;
                    other=0&lt;BR /&gt;
                    /*midpoints=*/&lt;BR /&gt;
                    value=none&lt;BR /&gt;
                    percent=arrow&lt;BR /&gt;
                    slice=arrow&lt;BR /&gt;
                    cfill=cyan&lt;BR /&gt;
 				;&lt;BR /&gt;
             by &amp;amp;var3;&lt;BR /&gt;
			&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
/*ods layout end;*/&lt;BR /&gt;
ods pdf close;&lt;BR /&gt;
goptions reset=all;&lt;BR /&gt;
ods listing;&lt;BR /&gt;
&lt;BR /&gt;
Thank you very  much for your help,&lt;BR /&gt;
Ana</description>
    <pubDate>Wed, 16 Aug 2006 13:33:54 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2006-08-16T13:33:54Z</dc:date>
    <item>
      <title>sas 9.1.3 &amp; office97&amp;pdf exports graph</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/sas-9-1-3-office97-pdf-exports-graph/m-p/1266#M75</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I would like to properly export graphs and tables under word or pdf.&lt;BR /&gt;
But when I export to word, I have to manually export the graphs (because of the .gif that is just linked to the file) and when I use pdf I have a graph per page.&lt;BR /&gt;
&lt;BR /&gt;
May you explain or send me an example of the easest way to combine exports of graphs and tables?&lt;BR /&gt;
&lt;BR /&gt;
Many thanks,&lt;BR /&gt;
&lt;BR /&gt;
Ana</description>
      <pubDate>Wed, 16 Aug 2006 10:58:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/sas-9-1-3-office97-pdf-exports-graph/m-p/1266#M75</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-08-16T10:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: sas 9.1.3 &amp; office97&amp;pdf exports graph</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/sas-9-1-3-office97-pdf-exports-graph/m-p/1267#M76</link>
      <description>I forget to mention that I use a &lt;BR /&gt;
&lt;BR /&gt;
                'By variable' &lt;BR /&gt;
&lt;BR /&gt;
statement to create the different graphs.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Here is an example:&lt;BR /&gt;
&lt;BR /&gt;
ods listing close;&lt;BR /&gt;
goptions dev=sasprtc /*vsize=*/;&lt;BR /&gt;
/*ods layout x=1 in y=1 in height= in width= in;*/&lt;BR /&gt;
ods pdf file='C:\hihi.pdf' startpage=no style=analysis;&lt;BR /&gt;
title;&lt;BR /&gt;
title1 "Nb by make for the #byval(sector_G) sector" ; &lt;BR /&gt;
proc gchart data=hehe&lt;BR /&gt;
/* startpage=never */ /*where=(var1=))*/;&lt;BR /&gt;
     pie var2 / noheader/*sumvar=*/&lt;BR /&gt;
                    other=0&lt;BR /&gt;
                    /*midpoints=*/&lt;BR /&gt;
                    value=none&lt;BR /&gt;
                    percent=arrow&lt;BR /&gt;
                    slice=arrow&lt;BR /&gt;
                    cfill=cyan&lt;BR /&gt;
 				;&lt;BR /&gt;
             by &amp;amp;var3;&lt;BR /&gt;
			&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
/*ods layout end;*/&lt;BR /&gt;
ods pdf close;&lt;BR /&gt;
goptions reset=all;&lt;BR /&gt;
ods listing;&lt;BR /&gt;
&lt;BR /&gt;
Thank you very  much for your help,&lt;BR /&gt;
Ana</description>
      <pubDate>Wed, 16 Aug 2006 13:33:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/sas-9-1-3-office97-pdf-exports-graph/m-p/1267#M76</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-08-16T13:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: sas 9.1.3 &amp; office97&amp;pdf exports graph</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/sas-9-1-3-office97-pdf-exports-graph/m-p/1268#M77</link>
      <description>Hi:&lt;BR /&gt;
  The two best documents that I have found, cover PDF and RTF separately. They are Tech Support documents and can be found here:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/techsup/technote/ts659/ts659.pdf" target="_blank"&gt;http://support.sas.com/techsup/technote/ts659/ts659.pdf&lt;/A&gt; (PDF)&lt;BR /&gt;
and&lt;BR /&gt;
&lt;A href="http://support.sas.com/techsup/technote/ts674/ts674.html" target="_blank"&gt;http://support.sas.com/techsup/technote/ts674/ts674.html&lt;/A&gt; (Office)&lt;BR /&gt;
&lt;BR /&gt;
  If you have specific problems with your code, and these documents don't help, then Tech Support is your best bet, as they have a lot of expertise in this area.&lt;BR /&gt;
&lt;BR /&gt;
  You can contact Tech Support by referring to this site:&lt;BR /&gt;
&lt;A href="http://support.sas.com/techsup/contact/submit_emits2.html" target="_blank"&gt;http://support.sas.com/techsup/contact/submit_emits2.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Wed, 16 Aug 2006 17:31:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/sas-9-1-3-office97-pdf-exports-graph/m-p/1268#M77</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2006-08-16T17:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: sas 9.1.3 &amp; office97&amp;pdf exports graph</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/sas-9-1-3-office97-pdf-exports-graph/m-p/1269#M78</link>
      <description>Cynthia,&lt;BR /&gt;
&lt;BR /&gt;
Thank you very much for your help,&lt;BR /&gt;
&lt;BR /&gt;
Ana</description>
      <pubDate>Fri, 18 Aug 2006 11:17:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/sas-9-1-3-office97-pdf-exports-graph/m-p/1269#M78</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-08-18T11:17:02Z</dc:date>
    </item>
  </channel>
</rss>

