<?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 document with sasgraph     and future ods replay in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-document-with-sasgraph-and-future-ods-replay/m-p/28388#M4411</link>
    <description>Andre,&lt;BR /&gt;
&lt;BR /&gt;
  Could you open a track with Technical Support?  They're the best positioned to address your questions.  They'll contact developers to obtain information, if need be.&lt;BR /&gt;
&lt;BR /&gt;
-- David Kelley, SAS</description>
    <pubDate>Fri, 28 May 2010 12:38:55 GMT</pubDate>
    <dc:creator>David_SAS</dc:creator>
    <dc:date>2010-05-28T12:38:55Z</dc:date>
    <item>
      <title>ods document with sasgraph     and future ods replay</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-document-with-sasgraph-and-future-ods-replay/m-p/28383#M4406</link>
      <description>Cynthia suggest to repost this here:&lt;BR /&gt;
&lt;BR /&gt;
when creating a classic graph with ods document with goptions like&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
ods document name=WORKA.graphDOC(write) cat=WORKA.catdoc;&lt;BR /&gt;
 goptions dev=gif   ftext="Swiss" keymap=winansi xpixels=1000 ypixels=500 ;&lt;BR /&gt;
..&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
there is on the log the indication of the creation of a gif ot png or ...file&lt;BR /&gt;
generally inside d:\My SAS Files\9.2\&lt;BR /&gt;
depending of the choice of device ...&lt;BR /&gt;
but the grseg's are in the external catalog.&lt;BR /&gt;
&lt;BR /&gt;
My question&lt;BR /&gt;
how to manage the replay in 9.2 .2 or .3 as&lt;BR /&gt;
1) we will replay from document using this external catalog&lt;BR /&gt;
2)not necessarly in a destination compatible with the by default device of the destination&lt;BR /&gt;
&lt;BR /&gt;
as in 9.2&lt;BR /&gt;
ods pdf use a pdfc device by defaut&lt;BR /&gt;
ods rtf a emf device&lt;BR /&gt;
and ods html a png device&lt;BR /&gt;
&lt;BR /&gt;
Is the java or activex and variation the only solution in matter of graphics&lt;BR /&gt;
and then without cat= ?&lt;BR /&gt;
&lt;BR /&gt;
And may i have from sas some comments&lt;BR /&gt;
in matter of new png odsgraphics or sg proc in relation to the&lt;BR /&gt;
goal of ods document postponing real ods production?&lt;BR /&gt;
&lt;BR /&gt;
TIA&lt;BR /&gt;
Andre</description>
      <pubDate>Thu, 27 May 2010 14:29:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-document-with-sasgraph-and-future-ods-replay/m-p/28383#M4406</guid>
      <dc:creator>Andre</dc:creator>
      <dc:date>2010-05-27T14:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: ods document with sasgraph     and future ods replay</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-document-with-sasgraph-and-future-ods-replay/m-p/28384#M4407</link>
      <description>Andre,&lt;BR /&gt;
&lt;BR /&gt;
  You are correct that generating GRSEG-based graphics bakes in image characteristics that are not ideal for all ODS destinations during document replay.  You correctly surmise that using DEVICE options ACTIVEX, ACTXIMG, JAVA, and JAVAIMG will result in the persistence of GRAPH output that will replay nicely for all active ODS destinations.  For those options, CAT= is irrelevant.  CAT= applies only to GRSEG-based graphics.&lt;BR /&gt;
&lt;BR /&gt;
 All graphics output created with ODS GRAPHICS ON; or the SG procedures will replay nicely for all active ODS destinations.   &lt;BR /&gt;
&lt;BR /&gt;
-- David Kelley, SAS</description>
      <pubDate>Thu, 27 May 2010 17:50:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-document-with-sasgraph-and-future-ods-replay/m-p/28384#M4407</guid>
      <dc:creator>David_SAS</dc:creator>
      <dc:date>2010-05-27T17:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: ods document with sasgraph     and future ods replay</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-document-with-sasgraph-and-future-ods-replay/m-p/28385#M4408</link>
      <description>Thank you David.&lt;BR /&gt;
May we go further a little in matter replay&lt;BR /&gt;
&lt;BR /&gt;
after having done a) sgscatterplot b) gplot with javaimg and c) classical gplot with png&lt;BR /&gt;
the replay works in rtf&lt;BR /&gt;
but for html  i encounter two problems&lt;BR /&gt;
1) for a) and c)&lt;BR /&gt;
this kind of lines in the code&lt;BR /&gt;
[pre]&lt;BR /&gt;
img alt="Export en MKtonnes" src="gplot.png" style=" border-width: 0px; height: 600px; width: 800px;" border="0" class="c Graph"&lt;BR /&gt;
or&lt;BR /&gt;
img alt="Procédure SGScatter" src="SGScatter2.png" style=" height: 480px; width: 640px;" border="0" class="c"&lt;BR /&gt;
[/pre]&lt;BR /&gt;
and for b) the java creation there lines like&lt;BR /&gt;
[pre]&lt;BR /&gt;
map name="#LN00046"&lt;BR /&gt;
&lt;BR /&gt;
Area shape="poly" alt="DATE : 1980&lt;BR /&gt;
iron/steel exports in million tons : 5.11" title="DATE : 1980&lt;BR /&gt;
iron/steel exports in million tons : 5.11" coords="723,285,715,285,713,281,710,285,702,285,709,287,706,290,713,288,719,290,717,287,723,285"/&lt;BR /&gt;
&lt;BR /&gt;
and&lt;BR /&gt;
&lt;BR /&gt;
img alt="Export en MKtonnes" src="gplot1.png" style=" border-width: 0px; height: 400px; width: 750px;" border="0" usemap="##LN00046" class="c Graph"&lt;BR /&gt;
&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
but in firefox (it accept generaly java construction but not activex construction)&lt;BR /&gt;
and IE8&lt;BR /&gt;
the frames are empty&lt;BR /&gt;
&lt;BR /&gt;
There is a lack of path &lt;BR /&gt;
Is there a easy way to indicate it in the replay of  every graphics&lt;BR /&gt;
as all those reference were going in fact inside&lt;BR /&gt;
     d:/My SAS Files/9.2/&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
TIA &lt;BR /&gt;
Andre&lt;BR /&gt;
&lt;BR /&gt;
try code&lt;BR /&gt;
[pre]&lt;BR /&gt;
ods listing;&lt;BR /&gt;
ods document name=WORKA.SGgraphDOC(write) ;&lt;BR /&gt;
ods graphics  /width=800 height=500 imagemap=on;&lt;BR /&gt;
  proc sgscatter data=sashelp.class;&lt;BR /&gt;
 plot height * weight;&lt;BR /&gt;
run;&lt;BR /&gt;
ods graphics off;&lt;BR /&gt;
ods document close;&lt;BR /&gt;
ods listing;&lt;BR /&gt;
...&lt;BR /&gt;
proc document name=usage.SGgraphdoc;&lt;BR /&gt;
replay ;&lt;BR /&gt;
run; &lt;BR /&gt;
[/pre]</description>
      <pubDate>Fri, 28 May 2010 08:34:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-document-with-sasgraph-and-future-ods-replay/m-p/28385#M4408</guid>
      <dc:creator>Andre</dc:creator>
      <dc:date>2010-05-28T08:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: ods document with sasgraph     and future ods replay</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-document-with-sasgraph-and-future-ods-replay/m-p/28386#M4409</link>
      <description>some more indication or surprise&lt;BR /&gt;
&lt;BR /&gt;
- for html  even if i put a (url=none) after the filename&lt;BR /&gt;
&lt;BR /&gt;
-my last try for pdf &lt;BR /&gt;
 i observe that only the sgscatterplot has maintain the original dimensions&lt;BR /&gt;
 the two others   defined with&lt;BR /&gt;
[pre]&lt;BR /&gt;
goptions dev=javaimg ftext="Swiss" keymap=winansi xpixels=750 ypixels=400 ;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
were growing  leaving any original scale to fit in the entire page&lt;BR /&gt;
&lt;BR /&gt;
In that case, do the use of  hsize and vsize resolve the problem for pdf?&lt;BR /&gt;
&lt;BR /&gt;
With all those answers, i think i shal have an indication for the real use of proc document in matter of graphics&lt;BR /&gt;
&lt;BR /&gt;
Andre</description>
      <pubDate>Fri, 28 May 2010 08:50:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-document-with-sasgraph-and-future-ods-replay/m-p/28386#M4409</guid>
      <dc:creator>Andre</dc:creator>
      <dc:date>2010-05-28T08:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: ods document with sasgraph     and future ods replay</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-document-with-sasgraph-and-future-ods-replay/m-p/28387#M4410</link>
      <description>one last remark (to forward to the developpers)&lt;BR /&gt;
 related to a detail you have furnished in a recent answer in that forum&lt;BR /&gt;
with this code and an external text file with only two lines&lt;BR /&gt;
[pre]&lt;BR /&gt;
ods listing close;&lt;BR /&gt;
ods html file="d:\tabsas\documenthtm.htm"(url=none) style=analysis;&lt;BR /&gt;
ods rtf file="d:\tabsas\documentrtf.rtf" style=ocean;&lt;BR /&gt;
ods pdf file="d:\tabsas\documentpdf.pdf" style=analysis;&lt;BR /&gt;
proc document name=usage.premdoc;&lt;BR /&gt;
replay \tabulate#1\ ^   /levels=all dest=(rtf);&lt;BR /&gt;
replay \Tabulate#1\ByGroup3#1\Report#1\Table#1   /dest=(html pdf) ;&lt;BR /&gt;
replay \Univariate#1\ByGroup2#1  ;&lt;BR /&gt;
run; &lt;BR /&gt;
proc document name=usage.graphdoc;&lt;BR /&gt;
import textfile="d:\tabsas\text.txt" to ^;&lt;BR /&gt;
replay ;&lt;BR /&gt;
run; &lt;BR /&gt;
proc document name=usage.SGgraphdoc;&lt;BR /&gt;
replay ;&lt;BR /&gt;
run; &lt;BR /&gt;
quit;&lt;BR /&gt;
ods _all_ close;ods listing;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
i have observed that in the PDF destination  only&lt;BR /&gt;
together with thus a classical graph replayed from an external catalog&lt;BR /&gt;
the added text is &lt;BR /&gt;
divided in two lines&lt;BR /&gt;
the first one is inside  the graph near the top of the y axis&lt;BR /&gt;
and the second line create a new page&lt;BR /&gt;
with  the line in question  AND a replay of the head of the univariate&lt;BR /&gt;
that was not present in page n-1 but well in page n-2&lt;BR /&gt;
&lt;BR /&gt;
I understand that you were saying  "undocumented"&lt;BR /&gt;
&lt;BR /&gt;
Andre</description>
      <pubDate>Fri, 28 May 2010 09:30:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-document-with-sasgraph-and-future-ods-replay/m-p/28387#M4410</guid>
      <dc:creator>Andre</dc:creator>
      <dc:date>2010-05-28T09:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: ods document with sasgraph     and future ods replay</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-document-with-sasgraph-and-future-ods-replay/m-p/28388#M4411</link>
      <description>Andre,&lt;BR /&gt;
&lt;BR /&gt;
  Could you open a track with Technical Support?  They're the best positioned to address your questions.  They'll contact developers to obtain information, if need be.&lt;BR /&gt;
&lt;BR /&gt;
-- David Kelley, SAS</description>
      <pubDate>Fri, 28 May 2010 12:38:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-document-with-sasgraph-and-future-ods-replay/m-p/28388#M4411</guid>
      <dc:creator>David_SAS</dc:creator>
      <dc:date>2010-05-28T12:38:55Z</dc:date>
    </item>
  </channel>
</rss>

