<?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 proc greplay : how to take the pictures... in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-greplay-how-to-take-the-pictures/m-p/6608#M2577</link>
    <description>Hello&lt;BR /&gt;
thank you cynthia for yours answers at my last questions.&lt;BR /&gt;
I don't know how to do that :&lt;BR /&gt;
i have 4 pictures and i want to display these 4 pictures using a proc greplay :&lt;BR /&gt;
imagine that my 4 pictures are in : C:/myname/pic1.jpg,C:/myname/pic2.jpg&lt;BR /&gt;
C:/myname/pic3.jpg,C:/myname/pic4.jpg&lt;BR /&gt;
i want to put them in a catalog mycat&lt;BR /&gt;
how can i do ?&lt;BR /&gt;
i try this but it's not OK&lt;BR /&gt;
libname matgre "G:\Assens\greplay";&lt;BR /&gt;
&lt;BR /&gt;
ods rtf file='G:/assens/greplay/grafods2.rtf';&lt;BR /&gt;
ods pdf file='G:/assens/greplay/grafods2.pdf';&lt;BR /&gt;
ods html path='G:/assens/greplay' (url=none) &lt;BR /&gt;
         body='grafods2.html'&lt;BR /&gt;
         style=sasweb;&lt;BR /&gt;
goptions reset=all rotate=portrait;&lt;BR /&gt;
&lt;BR /&gt;
proc greplay igout=matgre&lt;BR /&gt;
     tc=sashelp.templt template=l2r2 nofs;&lt;BR /&gt;
treplay 1:"GBP1.jpg"&lt;BR /&gt;
        2:"GBP2.jpg"&lt;BR /&gt;
        3:"GXY1.jpg"&lt;BR /&gt;
        4:"GXY2.jpg"&lt;BR /&gt;
;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
ods _all_ close;&lt;BR /&gt;
&lt;BR /&gt;
in fact i dont know how to put my pictures in a catalog and after use it with proc greplay.&lt;BR /&gt;
thank you for your help.</description>
    <pubDate>Tue, 29 Jan 2008 11:51:52 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2008-01-29T11:51:52Z</dc:date>
    <item>
      <title>proc greplay : how to take the pictures...</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-greplay-how-to-take-the-pictures/m-p/6608#M2577</link>
      <description>Hello&lt;BR /&gt;
thank you cynthia for yours answers at my last questions.&lt;BR /&gt;
I don't know how to do that :&lt;BR /&gt;
i have 4 pictures and i want to display these 4 pictures using a proc greplay :&lt;BR /&gt;
imagine that my 4 pictures are in : C:/myname/pic1.jpg,C:/myname/pic2.jpg&lt;BR /&gt;
C:/myname/pic3.jpg,C:/myname/pic4.jpg&lt;BR /&gt;
i want to put them in a catalog mycat&lt;BR /&gt;
how can i do ?&lt;BR /&gt;
i try this but it's not OK&lt;BR /&gt;
libname matgre "G:\Assens\greplay";&lt;BR /&gt;
&lt;BR /&gt;
ods rtf file='G:/assens/greplay/grafods2.rtf';&lt;BR /&gt;
ods pdf file='G:/assens/greplay/grafods2.pdf';&lt;BR /&gt;
ods html path='G:/assens/greplay' (url=none) &lt;BR /&gt;
         body='grafods2.html'&lt;BR /&gt;
         style=sasweb;&lt;BR /&gt;
goptions reset=all rotate=portrait;&lt;BR /&gt;
&lt;BR /&gt;
proc greplay igout=matgre&lt;BR /&gt;
     tc=sashelp.templt template=l2r2 nofs;&lt;BR /&gt;
treplay 1:"GBP1.jpg"&lt;BR /&gt;
        2:"GBP2.jpg"&lt;BR /&gt;
        3:"GXY1.jpg"&lt;BR /&gt;
        4:"GXY2.jpg"&lt;BR /&gt;
;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
ods _all_ close;&lt;BR /&gt;
&lt;BR /&gt;
in fact i dont know how to put my pictures in a catalog and after use it with proc greplay.&lt;BR /&gt;
thank you for your help.</description>
      <pubDate>Tue, 29 Jan 2008 11:51:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-greplay-how-to-take-the-pictures/m-p/6608#M2577</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-01-29T11:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: proc greplay : how to take the pictures...</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-greplay-how-to-take-the-pictures/m-p/6609#M2578</link>
      <description>I've missed or forgotten part of this discussion, so excuse me if I ask an obvious question.&lt;BR /&gt;
&lt;BR /&gt;
First of all, what you will replay is not the  jpg  files.  These are files you have printed from a SAS step where the device driver was a  JPEG  file constructor.  On that same step, you should have had the option to also send the output to a graphics catalogue.  In fact, if you didn't specify one, they would by default have gone to the  WORK.GSEG  catalog.&lt;BR /&gt;
&lt;BR /&gt;
In this location, they are native SAS/Graph objects, and not printed files.  It is these that you can copy to other catalogues with catalogue management steps, or use as the input to the Template procedures of SAS/Graph.&lt;BR /&gt;
&lt;BR /&gt;
Saying "it's not OK", is not sufficient for a discussion forum.  You are better off sending a copy of the log entry where your attempt failed.  There should be something that complains about the definition for the four treplay statements.  It may also complain that the  IGOUT  catalogue does not exist since this is expected to be the input catalogue for the procedure.  Your output catalogue is defined with  GOUT.</description>
      <pubDate>Tue, 29 Jan 2008 12:47:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-greplay-how-to-take-the-pictures/m-p/6609#M2578</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-01-29T12:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: proc greplay : how to take the pictures...</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-greplay-how-to-take-the-pictures/m-p/6610#M2579</link>
      <description>In addition to the previous comment&lt;BR /&gt;
i test and correct your code but&lt;BR /&gt;
i show you that images (jpeg or png) inserted in authentic sasgraph object (gslide)&lt;BR /&gt;
with the sasgraph editor and correctly saved&lt;BR /&gt;
return those alerts from Sas when i replay the 4 slides&lt;BR /&gt;
&lt;BR /&gt;
you must think to another solution&lt;BR /&gt;
in html links to the images  and so one&lt;BR /&gt;
in fact finally why using sasgraph?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Andre &lt;BR /&gt;
&lt;BR /&gt;
  [pre]&lt;BR /&gt;
76   goptions reset=all rotate=portrait;&lt;BR /&gt;
77&lt;BR /&gt;
78   proc greplay igout=gsegaw&lt;BR /&gt;
79        tc=sashelp.templt template=l2r2 nofs;&lt;BR /&gt;
NOTE: Building list of graphs from the catalog.&lt;BR /&gt;
&lt;BR /&gt;
NOTE: Enter greplay commands or statements.&lt;BR /&gt;
80   treplay 1:"jpg"&lt;BR /&gt;
81           2:"png"&lt;BR /&gt;
82           3:"jpg1"&lt;BR /&gt;
83           4:"png1"&lt;BR /&gt;
84   ;&lt;BR /&gt;
NOTE: Foreground color WHITE same as background. Part of your graph may not be visible.&lt;BR /&gt;
WARNING: The device "SASEMF" does not support images.  Images will not be displayed.&lt;BR /&gt;
WARNING: The device "SASEMF" does not support images.  Images will not be displayed.&lt;BR /&gt;
NOTE: Foreground color WHITE same as background. Part of your graph may not be visible.&lt;BR /&gt;
WARNING: The device "SASPRTC" does not support images.  Images will not be displayed.&lt;BR /&gt;
WARNING: The device "SASPRTC" does not support images.  Images will not be displayed.&lt;BR /&gt;
NOTE: Foreground color WHITE same as background. Part of your graph may not be visible.&lt;BR /&gt;
WARNING: The device "GIF" does not support images.  Images will not be displayed.&lt;BR /&gt;
WARNING: The device "GIF" does not support images.  Images will not be displayed.&lt;BR /&gt;
NOTE:  39 RECORDS WRITTEN TO d:\temp\templat2.gif&lt;BR /&gt;
85   run;&lt;BR /&gt;
&lt;BR /&gt;
86   quit;&lt;BR /&gt;
[/pre]</description>
      <pubDate>Tue, 29 Jan 2008 13:17:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-greplay-how-to-take-the-pictures/m-p/6610#M2579</guid>
      <dc:creator>Andre</dc:creator>
      <dc:date>2008-01-29T13:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: proc greplay : how to take the pictures...</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-greplay-how-to-take-the-pictures/m-p/6611#M2580</link>
      <description>thank you</description>
      <pubDate>Tue, 29 Jan 2008 13:36:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-greplay-how-to-take-the-pictures/m-p/6611#M2580</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-01-29T13:36:40Z</dc:date>
    </item>
  </channel>
</rss>

