<?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 Will there be any change if the graph generated in sas 9.1 is executed in sas 9.3? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Will-there-be-any-change-if-the-graph-generated-in-sas-9-1-is/m-p/173329#M6402</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a issue i observed when the graph in pdf format created in sas 9.1 version is executed in sas 9.3. The graph when executed in sas 9.1 , generated the output in the outfile location as mentioned. However when the same graph is executed in sas 9.3 with the same outfile location, is saving the graph in the work area but not in the outfile location. could you please let me know the reason for this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no error or warning observed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using the proc gplot , proc greplay procedures. what i observed from the log is that the gsasfile is able to resolve to the given outfile location but the output pdf file saved to the work area. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 24 Aug 2014 08:22:29 GMT</pubDate>
    <dc:creator>Jagadishkatam</dc:creator>
    <dc:date>2014-08-24T08:22:29Z</dc:date>
    <item>
      <title>Will there be any change if the graph generated in sas 9.1 is executed in sas 9.3?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Will-there-be-any-change-if-the-graph-generated-in-sas-9-1-is/m-p/173329#M6402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a issue i observed when the graph in pdf format created in sas 9.1 version is executed in sas 9.3. The graph when executed in sas 9.1 , generated the output in the outfile location as mentioned. However when the same graph is executed in sas 9.3 with the same outfile location, is saving the graph in the work area but not in the outfile location. could you please let me know the reason for this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no error or warning observed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using the proc gplot , proc greplay procedures. what i observed from the log is that the gsasfile is able to resolve to the given outfile location but the output pdf file saved to the work area. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Aug 2014 08:22:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Will-there-be-any-change-if-the-graph-generated-in-sas-9-1-is/m-p/173329#M6402</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2014-08-24T08:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: Will there be any change if the graph generated in sas 9.1 is executed in sas 9.3?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Will-there-be-any-change-if-the-graph-generated-in-sas-9-1-is/m-p/173330#M6403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; I am not sure why you are using GSASFILE if you are creating a PDF file. Normally, if you do this:&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;**SAS/GRAPH GPLOT step that makes image in GSEG catalog;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;ODS PDF file=...;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;**your proc greplay code here;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;ODS PDF CLOSE;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; Then ODS PDF would "grab" your GREPLAY image and insert it into the PDF file. No GSASFILE needed. Usually, you use GSASFILE when you want to create an image without the "wrapper" document.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; However, since you did not post any code, it is very hard to comment on the specifics of your question beyond the most general. For example -- yes, between SAS 9.1.3 and SAS 9.2/9.3, there were significant changes that could impact PDF file creation or any image creation because of the SAS/GRAPH and ODS GRAPHICS changes to support style templates and the introduction of the new fonts and font handling routines as described in these papers:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/resources/papers/proceedings10/035-2010.pdf" title="http://support.sas.com/resources/papers/proceedings10/035-2010.pdf"&gt;http://support.sas.com/resources/papers/proceedings10/035-2010.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/resources/papers/proceedings12/260-2012.pdf" title="http://support.sas.com/resources/papers/proceedings12/260-2012.pdf"&gt;http://support.sas.com/resources/papers/proceedings12/260-2012.pdf&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; My recommendation is that you work with Tech Support where they can look at ALL your code, including your ODS statements and ALL your data and help you come to the best resolution. I am including below an example of creating an ODS PDF file using PROC SGPANEL, just to illustrate the simplicity of the new ODS GRAPHICS framework to make "paneled" output where no GREPLAY (and no GSASFILE) is needed. The program to make the data is longer than the SGPANEL code to make the paneled output.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Cynthia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;title;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;footnote;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;data diffrept;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; infile datalines;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; input id year district $ quarter $ sales ovsales ovmean SalesM;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; label salesM='Sales M' quarter='Quarter' year='Year';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;return;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;datalines;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;1 2005 Eastern Q1 1328353 7003157 69338 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;2 2008 Eastern Q1 4602760 24656068 244119 5&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;3 2007 Eastern Q1 3110877 15739483 155836 3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;4 2006 Eastern Q1 1975103 10571027 104664 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;5 2006 Eastern Q2 2567901 10571027 104664 3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;6 2005 Eastern Q2 1675072 7003157 69338 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;7 2008 Eastern Q2 5484460 24656068 244119 5&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;8 2007 Eastern Q2 3539148 15739483 155836 4&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;9 2005 Eastern Q3 1493637 7003157 69338 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;10 2008 Eastern Q3 5553238 24656068 244119 6&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;11 2006 Eastern Q3 2308344 10571027 104664 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;12 2007 Eastern Q3 3383560 15739483 155836 3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;13 2008 Eastern Q4 9015610 24656068 244119 9&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;14 2007 Eastern Q4 5705898 15739483 155836 6&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;15 2006 Eastern Q4 3719679 10571027 104664 4&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;16 2005 Eastern Q4 2506095 7003157 69338 3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;17 2006 Northern Q1 2808461 16048901 180325 3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;18 2008 Northern Q1 5892159 35896239 403329 6&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;19 2005 Northern Q1 2083621 10736953 120640 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;20 2007 Northern Q1 4145410 24450801 274728 4&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;21 2005 Northern Q2 2904575 10736953 120640 3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;22 2008 Northern Q2 10093321 35896239 403329 10&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;23 2006 Northern Q2 4433031 16048901 180325 4&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;24 2007 Northern Q2 6889802 24450801 274728 7&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;25 2008 Northern Q3 8505877 35896239 403329 9&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;26 2006 Northern Q3 4160575 16048901 180325 4&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;27 2005 Northern Q3 2556765 10736953 120640 3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;28 2007 Northern Q3 5979722 24450801 274728 6&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;29 2008 Northern Q4 11404881 35896239 403329 11&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;30 2006 Northern Q4 4646834 16048901 180325 5&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;31 2007 Northern Q4 7435866 24450801 274728 7&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;32 2005 Northern Q4 3191992 10736953 120640 3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;33 2006 Southern Q1 2176237 9237633 115470 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;34 2008 Southern Q1 4341367 21270560 265882 4&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;35 2007 Southern Q1 2999372 14014506 175181 3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;36 2005 Southern Q1 1301463 5835606 72945 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;37 2008 Southern Q2 6795370 21270560 265882 7&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;38 2006 Southern Q2 2636832 9237633 115470 3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;39 2005 Southern Q2 1675487 5835606 72945 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;40 2007 Southern Q2 4336665 14014506 175181 4&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;41 2008 Southern Q3 4135367 21270560 265882 4&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;42 2006 Southern Q3 1837990 9237633 115470 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;43 2005 Southern Q3 1229418 5835606 72945 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;44 2007 Southern Q3 2825947 14014506 175181 3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;45 2008 Southern Q4 5998456 21270560 265882 6&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;46 2006 Southern Q4 2586574 9237633 115470 3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;47 2005 Southern Q4 1629238 5835606 72945 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;48 2007 Southern Q4 3852523 14014506 175181 4&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;49 2006 Western Q1 3382066 16756694 159588 3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;50 2005 Western Q1 2071726 10819902 103047 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;51 2008 Western Q1 7142211 36630672 348864 7&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;52 2007 Western Q1 4676172 24235628 230816 5&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;53 2008 Western Q2 7806385 36630672 348864 8&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;54 2006 Western Q2 3225797 16756694 159588 3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;55 2005 Western Q2 2131626 10819902 103047 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;56 2007 Western Q2 5253327 24235628 230816 5&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;57 2005 Western Q3 3621846 10819902 103047 4&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;58 2006 Western Q3 5957215 16756694 159588 6&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;59 2008 Western Q3 13885152 36630672 348864 14&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;60 2007 Western Q3 8813771 24235628 230816 9&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;61 2007 Western Q4 5492359 24235628 230816 5&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;62 2005 Western Q4 2994704 10819902 103047 3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;63 2006 Western Q4 4191616 16756694 159588 4&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;64 2008 Western Q4 7796924 36630672 348864 8&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;options gstyle nodate nonumber;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods listing close sge=off;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods pdf file="c:\temp\smallplot_odsgraf.pdf";&lt;/STRONG&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;proc sgpanel data=diffrept;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; panelby district ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; vline quarter/response=salesM group=year&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; markers markerattrs=(symbol=circlefilled);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; rowaxis values=(0 to 15 by 3);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;quit;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods _all_ close;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods listing;&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/10597i40A7C05B4E4C1CEA/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="odsgraf_nogreplay_nogsasfile.png" title="odsgraf_nogreplay_nogsasfile.png" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Aug 2014 17:47:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Will-there-be-any-change-if-the-graph-generated-in-sas-9-1-is/m-p/173330#M6403</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2014-08-24T17:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Will there be any change if the graph generated in sas 9.1 is executed in sas 9.3?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Will-there-be-any-change-if-the-graph-generated-in-sas-9-1-is/m-p/173331#M6404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cynthia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue was resolved when i used the following code just above the proc gplot procedure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goptions gsfname=file;&lt;/P&gt;&lt;P&gt;filename file"~Path/.pdf";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jag&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri,sans-serif;"&gt;&lt;SPAN lang="en-GB" style="background-color: yellow;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri,sans-serif;"&gt;&lt;SPAN lang="en-GB" style="background-color: yellow;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 14:12:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Will-there-be-any-change-if-the-graph-generated-in-sas-9-1-is/m-p/173331#M6404</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2014-09-02T14:12:12Z</dc:date>
    </item>
  </channel>
</rss>

