<?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 Emf Output in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/ODS-Emf-Output/m-p/353500#M12285</link>
    <description>&lt;P&gt;Missed tha tyou had immage fmt.&lt;/P&gt;
&lt;P&gt;Show the log of the code ran with any messages to include the&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You aren't referencing the filename for your output on the filepath option.&lt;/P&gt;
&lt;P&gt;try changing it to Printerpath(emfdual output);&lt;/P&gt;
&lt;P&gt;Output because that is the name of the FILENAME.&lt;/P&gt;
&lt;P&gt;It may not hurt to have the printerpath set before the ODS PRINTER statement so that statment knows where things are going.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may need to verify that you have a printer emfdual. I know I don't have one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Apr 2017 23:17:25 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2017-04-25T23:17:25Z</dc:date>
    <item>
      <title>ODS Emf Output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-Emf-Output/m-p/353466#M12282</link>
      <description>&lt;P&gt;I have SAS 9.4 and I am trying to generate multiple graphs from a proc template&amp;nbsp;using:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008080" face="Courier New"&gt;ods&lt;/FONT&gt; &lt;FONT color="#008080" face="Courier New"&gt;_all_&lt;/FONT&gt; &lt;FONT color="#008080" face="Courier New"&gt;close&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008080" face="Courier New"&gt;ods&lt;/FONT&gt; &lt;FONT color="#008080" face="Courier New"&gt;graphics&lt;/FONT&gt; &lt;FONT color="#008080" face="Courier New"&gt;on&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt; / &lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New"&gt;reset&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;=&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New"&gt;all&lt;/FONT&gt; &lt;FONT color="#008080" face="Courier New"&gt;width&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;=&lt;/FONT&gt;&lt;FONT color="#00ae00" face="Courier New"&gt;6.0&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New"&gt;in&lt;/FONT&gt; &lt;FONT color="#008080" face="Courier New"&gt;height&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;=&lt;/FONT&gt;&lt;FONT color="#00ae00" face="Courier New"&gt;3.5&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New"&gt;in&lt;/FONT&gt; &lt;FONT color="#008080" face="Courier New"&gt;noborder&lt;/FONT&gt; &lt;FONT color="#008080" face="Courier New"&gt;IMAGEFMT&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;=EMFdual &lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New"&gt;noscale&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt; ; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008080" face="Courier New"&gt;ods&lt;/FONT&gt; &lt;FONT color="#008080" face="Courier New"&gt;html&lt;/FONT&gt; &lt;FONT color="#008080" face="Courier New"&gt;close&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt; ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008080" face="Courier New"&gt;ods&lt;/FONT&gt; &lt;FONT color="#008080" face="Courier New"&gt;printer&lt;/FONT&gt; &lt;FONT color="#008080" face="Courier New"&gt;printer&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;=emfdual;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008080" face="Courier New"&gt;options&lt;/FONT&gt; &lt;FONT color="#008080" face="Courier New"&gt;nodate&lt;/FONT&gt; &lt;FONT color="#008080" face="Courier New"&gt;nonumber&lt;/FONT&gt; &lt;FONT color="#008080" face="Courier New"&gt;printerpath&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;=emfdual;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008080" face="Courier New"&gt;filename&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt; output &lt;/FONT&gt;&lt;FONT color="#000080" face="Courier New"&gt;"d:\data\&amp;amp;var.emf"&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#808080" face="Courier New"&gt;This will only output the first observation of my macro and it&amp;nbsp;completely&amp;nbsp;ignores my output destination.&amp;nbsp; I have tried other options and&amp;nbsp;most of them appear to generate emf output but they are really PNGs.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#808080" face="Courier New"&gt;Any suggestions ?&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#808080" face="Courier New"&gt;Thanks!&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2017 21:13:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-Emf-Output/m-p/353466#M12282</guid>
      <dc:creator>Whitlea</dc:creator>
      <dc:date>2017-04-25T21:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Emf Output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-Emf-Output/m-p/353480#M12283</link>
      <description>&lt;P&gt;If you want the filename to reference a file with an extension of emf change:&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#008080" face="Courier New"&gt;filename&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt; output &lt;/FONT&gt;&lt;FONT color="#000080" face="Courier New"&gt;"d:\data\&amp;amp;var.emf"&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#808080" face="Courier New"&gt;to &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#808080" face="Courier New"&gt;&lt;FONT color="#008080" face="Courier New"&gt;filename&lt;/FONT&gt; output &lt;FONT color="#000080" face="Courier New"&gt;"d:\data\&amp;amp;var&lt;FONT color="#ff0000"&gt;.&lt;/FONT&gt;.emf"&lt;/FONT&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000" face="Courier New"&gt;The . following a macro variable tells the macro processor to combine the next text so you need a second one as part of the extension.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000" face="Courier New"&gt;You will want to add an ods graphics option to specify the graphic immage format&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000" face="Courier New"&gt;ods graphics/ imagefmt=EMF;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000" face="Courier New"&gt;When you do not specify and imagefmt the default is chosen based on the target destination and most of those will generate PNG. &lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2017 22:18:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-Emf-Output/m-p/353480#M12283</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-04-25T22:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Emf Output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-Emf-Output/m-p/353491#M12284</link>
      <description>&lt;P&gt;When I made the changes is ignored my filename and created a blank EMF.&lt;/P&gt;&lt;P&gt;Any other suggestions ?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2017 22:48:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-Emf-Output/m-p/353491#M12284</guid>
      <dc:creator>Whitlea</dc:creator>
      <dc:date>2017-04-25T22:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Emf Output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-Emf-Output/m-p/353500#M12285</link>
      <description>&lt;P&gt;Missed tha tyou had immage fmt.&lt;/P&gt;
&lt;P&gt;Show the log of the code ran with any messages to include the&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You aren't referencing the filename for your output on the filepath option.&lt;/P&gt;
&lt;P&gt;try changing it to Printerpath(emfdual output);&lt;/P&gt;
&lt;P&gt;Output because that is the name of the FILENAME.&lt;/P&gt;
&lt;P&gt;It may not hurt to have the printerpath set before the ODS PRINTER statement so that statment knows where things are going.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may need to verify that you have a printer emfdual. I know I don't have one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2017 23:17:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-Emf-Output/m-p/353500#M12285</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-04-25T23:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Emf Output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-Emf-Output/m-p/353504#M12286</link>
      <description>&lt;P&gt;Instead of ODS PRINTER, try this instead:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" color="#008080"&gt;ods&lt;/FONT&gt;&amp;nbsp;&lt;FONT face="Courier New" color="#008080"&gt;_all_&lt;/FONT&gt;&amp;nbsp;&lt;FONT face="Courier New" color="#008080"&gt;close&lt;/FONT&gt;&lt;FONT face="Courier New" color="#808080"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" color="#808080"&gt;ods listing gpath="&lt;SPAN&gt;d:\data";&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" color="#008080"&gt;ods&lt;/FONT&gt;&amp;nbsp;&lt;FONT face="Courier New" color="#008080"&gt;graphics&lt;/FONT&gt;&amp;nbsp;&lt;FONT face="Courier New" color="#008080"&gt;on&lt;/FONT&gt;&lt;FONT face="Courier New" color="#808080"&gt;&amp;nbsp;/&amp;nbsp;&lt;/FONT&gt;&lt;FONT face="Courier New" color="#008080"&gt;reset&lt;/FONT&gt;&lt;FONT face="Courier New" color="#808080"&gt;=&lt;/FONT&gt;&lt;FONT face="Courier New" color="#008080"&gt;all&lt;/FONT&gt;&amp;nbsp;&lt;FONT face="Courier New" color="#008080"&gt;width&lt;/FONT&gt;&lt;FONT face="Courier New" color="#808080"&gt;=&lt;/FONT&gt;&lt;FONT face="Courier New" color="#00ae00"&gt;6.0&lt;/FONT&gt;&lt;FONT face="Courier New" color="#008080"&gt;in&lt;/FONT&gt;&amp;nbsp;&lt;FONT face="Courier New" color="#008080"&gt;height&lt;/FONT&gt;&lt;FONT face="Courier New" color="#808080"&gt;=&lt;/FONT&gt;&lt;FONT face="Courier New" color="#00ae00"&gt;3.5&lt;/FONT&gt;&lt;FONT face="Courier New" color="#008080"&gt;in&lt;/FONT&gt;&amp;nbsp;&lt;FONT face="Courier New" color="#008080"&gt;noborder&lt;/FONT&gt;&amp;nbsp;&lt;FONT face="Courier New" color="#008080"&gt;IMAGEFMT&lt;/FONT&gt;&lt;FONT face="Courier New" color="#808080"&gt;=EMFdual&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" color="#008080"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;noscale&lt;/FONT&gt;&lt;FONT face="Courier New" color="#808080"&gt;&amp;nbsp;imagename="&lt;SPAN&gt;&amp;amp;var..emf"&lt;/SPAN&gt;;&lt;/FONT&gt;&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;</description>
      <pubDate>Tue, 25 Apr 2017 23:29:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-Emf-Output/m-p/353504#M12286</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2017-04-25T23:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Emf Output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-Emf-Output/m-p/353505#M12287</link>
      <description>&lt;P&gt;Instead of ODS PRINTER, try this instead:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" color="#008080"&gt;ods&lt;/FONT&gt;&amp;nbsp;&lt;FONT face="Courier New" color="#008080"&gt;_all_&lt;/FONT&gt;&amp;nbsp;&lt;FONT face="Courier New" color="#008080"&gt;close&lt;/FONT&gt;&lt;FONT face="Courier New" color="#808080"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" color="#808080"&gt;ods listing gpath="&lt;SPAN&gt;d:\data";&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" color="#008080"&gt;ods&lt;/FONT&gt;&amp;nbsp;&lt;FONT face="Courier New" color="#008080"&gt;graphics&lt;/FONT&gt;&amp;nbsp;&lt;FONT face="Courier New" color="#008080"&gt;on&lt;/FONT&gt;&lt;FONT face="Courier New" color="#808080"&gt;&amp;nbsp;/&amp;nbsp;&lt;/FONT&gt;&lt;FONT face="Courier New" color="#008080"&gt;reset&lt;/FONT&gt;&lt;FONT face="Courier New" color="#808080"&gt;=&lt;/FONT&gt;&lt;FONT face="Courier New" color="#008080"&gt;all&lt;/FONT&gt;&amp;nbsp;&lt;FONT face="Courier New" color="#008080"&gt;width&lt;/FONT&gt;&lt;FONT face="Courier New" color="#808080"&gt;=&lt;/FONT&gt;&lt;FONT face="Courier New" color="#00ae00"&gt;6.0&lt;/FONT&gt;&lt;FONT face="Courier New" color="#008080"&gt;in&lt;/FONT&gt;&amp;nbsp;&lt;FONT face="Courier New" color="#008080"&gt;height&lt;/FONT&gt;&lt;FONT face="Courier New" color="#808080"&gt;=&lt;/FONT&gt;&lt;FONT face="Courier New" color="#00ae00"&gt;3.5&lt;/FONT&gt;&lt;FONT face="Courier New" color="#008080"&gt;in&lt;/FONT&gt;&amp;nbsp;&lt;FONT face="Courier New" color="#008080"&gt;noborder&lt;/FONT&gt;&amp;nbsp;&lt;FONT face="Courier New" color="#008080"&gt;IMAGEFMT&lt;/FONT&gt;&lt;FONT face="Courier New" color="#808080"&gt;=EMFdual&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" color="#008080"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;noscale&lt;/FONT&gt;&lt;FONT face="Courier New" color="#808080"&gt;&amp;nbsp;imagename="&lt;SPAN&gt;&amp;amp;var..emf"&lt;/SPAN&gt;;&lt;/FONT&gt;&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;</description>
      <pubDate>Tue, 25 Apr 2017 23:30:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-Emf-Output/m-p/353505#M12287</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2017-04-25T23:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Emf Output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-Emf-Output/m-p/353733#M12297</link>
      <description>&lt;P&gt;This code&amp;nbsp;you&amp;nbsp;suggested&amp;nbsp;created files for all&amp;nbsp;observations&amp;nbsp;with the file names to the right destination but the emf files were blank.&amp;nbsp;&amp;nbsp;Here is the proc&amp;nbsp;template I am trying to generate an emf for&amp;nbsp;&amp;nbsp;...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New"&gt;%Macro&lt;/FONT&gt; &lt;FONT color="#008000" face="Courier New"&gt;Graph&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;proc template;&lt;/P&gt;&lt;P&gt;define statgraph district;&lt;/P&gt;&lt;P&gt;begingraph / datacolors=(white CXEBDDED CXEBDDED CXEBDDED CXEBDDED CXEBDDED CXEBDDED CXEBDDED) ;&lt;/P&gt;&lt;P&gt;layout overlay / walldisplay=(fill) xaxisopts=(display=( line tickvalues)&lt;/P&gt;&lt;P&gt;&lt;FONT color="#808080" face="Courier New"&gt;DISCRETEOPTS=(TICKVALUEFITPOLICY=split TICKVALUESPLITJUSTIFY=center) labelattrs=(family=&lt;/FONT&gt;&lt;FONT color="#000080" face="Courier New"&gt;'GraphLabelText'&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt; size=&lt;/FONT&gt;&lt;FONT color="#00ae00" face="Courier New"&gt;10&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;pt))&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#808080" face="Courier New"&gt;yaxisopts=( offsetmin=&lt;/FONT&gt;&lt;FONT color="#00ae00" face="Courier New"&gt;0&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt; linearopts=(viewmin=&lt;/FONT&gt;&lt;FONT color="#00ae00" face="Courier New"&gt;0&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt; viewmax=&amp;amp;vmax tickvaluelist=(&lt;/FONT&gt;&lt;FONT color="#00ae00" face="Courier New"&gt;0&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt; &amp;amp;Mid &amp;amp;Max)));&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;barchartparm x=district y=percent / group=district groupdisplay=cluster errorupper=uppct errorlower=lowpct&lt;/P&gt;&lt;P&gt;ERRORBARATTRS=(color=black)&lt;/P&gt;&lt;P&gt;OUTLINEATTRS=(color=black);&lt;/P&gt;&lt;P&gt;&lt;FONT color="#808080" face="Courier New"&gt;scatterplot y=dataloc x=district / markercharacter=percent MARKERCHARACTERATTRS=(size=&lt;/FONT&gt;&lt;FONT color="#00ae00" face="Courier New"&gt;10&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;pt FAMILY=&lt;/FONT&gt;&lt;FONT color="#000080" face="Courier New"&gt;'GraphValueText'&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;endlayout;&lt;/P&gt;&lt;P&gt;endgraph;&lt;/P&gt;&lt;P&gt;end;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;proc sgrender data=district template=district ;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#808080" face="Courier New"&gt;format district &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New"&gt;district.&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New"&gt;%Mend&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt; Graph;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008080" face="Courier New"&gt;ods&lt;/FONT&gt; &lt;FONT color="#008080" face="Courier New"&gt;_all_&lt;/FONT&gt; &lt;FONT color="#008080" face="Courier New"&gt;close&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008080" face="Courier New"&gt;ods&lt;/FONT&gt; &lt;FONT color="#008080" face="Courier New"&gt;listing&lt;/FONT&gt; &lt;FONT color="#008080" face="Courier New"&gt;gpath&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;=&lt;/FONT&gt;&lt;FONT color="#000080" face="Courier New"&gt;"d:\data"&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008080" face="Courier New"&gt;ods&lt;/FONT&gt; &lt;FONT color="#008080" face="Courier New"&gt;graphics&lt;/FONT&gt; &lt;FONT color="#008080" face="Courier New"&gt;on&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt; / &lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New"&gt;reset&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;=&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New"&gt;all&lt;/FONT&gt; &lt;FONT color="#008080" face="Courier New"&gt;width&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;=&lt;/FONT&gt;&lt;FONT color="#00ae00" face="Courier New"&gt;6.0&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New"&gt;in&lt;/FONT&gt; &lt;FONT color="#008080" face="Courier New"&gt;height&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;=&lt;/FONT&gt;&lt;FONT color="#00ae00" face="Courier New"&gt;3.5&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New"&gt;in&lt;/FONT&gt; &lt;FONT color="#008080" face="Courier New"&gt;noborder&lt;/FONT&gt; &lt;FONT color="#008080" face="Courier New"&gt;IMAGEFMT&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;=EMFdual &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008080" face="Courier New"&gt;noscale&lt;/FONT&gt; &lt;FONT color="#008080" face="Courier New"&gt;imagename&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;=&lt;/FONT&gt;&lt;FONT color="#000080" face="Courier New"&gt;"&amp;amp;var..emf"&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;/*Output(Var,Max,vmax,Mid,Lev)*/&lt;/P&gt;&lt;P&gt;&lt;FONT color="#808080" face="Courier New"&gt;%&lt;/FONT&gt;&lt;FONT color="#000080" face="Courier New"&gt;Output&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt; (Z_GENHLT, &lt;/FONT&gt;&lt;FONT color="#00ae00" face="Courier New"&gt;50&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;,&lt;/FONT&gt;&lt;FONT color="#00ae00" face="Courier New"&gt;50&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;, &lt;/FONT&gt;&lt;FONT color="#00ae00" face="Courier New"&gt;25&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;, &lt;/FONT&gt;&lt;FONT color="#00ae00" face="Courier New"&gt;2&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;,&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt; ); &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#808080" face="Courier New"&gt;%&lt;/FONT&gt;&lt;FONT color="#000080" face="Courier New"&gt;Output&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt; (Z_HCCOVR, &lt;/FONT&gt;&lt;FONT color="#00ae00" face="Courier New"&gt;50&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;,&lt;/FONT&gt;&lt;FONT color="#00ae00" face="Courier New"&gt;50&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;, &lt;/FONT&gt;&lt;FONT color="#00ae00" face="Courier New"&gt;25&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;, &lt;/FONT&gt;&lt;FONT color="#00ae00" face="Courier New"&gt;2&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;,&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt; ) ; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008080" face="Courier New"&gt;ods&lt;/FONT&gt; &lt;FONT color="#008080" face="Courier New"&gt;graphics&lt;/FONT&gt; &lt;FONT color="#008080" face="Courier New"&gt;off&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2017 14:57:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-Emf-Output/m-p/353733#M12297</guid>
      <dc:creator>Whitlea</dc:creator>
      <dc:date>2017-04-26T14:57:46Z</dc:date>
    </item>
  </channel>
</rss>

