<?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: proc greplay and table? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/proc-greplay-and-table/m-p/156675#M5860</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a link to proc greplay and tables from proc tabulate:&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://www.nesug.org/proceedings/nesug07/ap/ap16.pdf" title="http://www.nesug.org/proceedings/nesug07/ap/ap16.pdf"&gt;http://www.nesug.org/proceedings/nesug07/ap/ap16.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Very nice, it will take a bit of tweaking, but using proc printto...it is doable.&lt;/P&gt;&lt;P&gt;In a nutshell:&lt;/P&gt;&lt;P&gt;*define a filename path (open a text editor and save it as whatever;&lt;/P&gt;&lt;P&gt;filename whatever '&amp;amp;path.\whatever.txt' ;&lt;/P&gt;&lt;P&gt;proc printto print = whatever new;run; *tell SAS to print what is coming up in this txt file;&lt;/P&gt;&lt;P&gt;proc tabulate data = sashelp.class;&amp;nbsp; *silly table,for example purposes;&lt;/P&gt;&lt;P&gt;var age height; &lt;/P&gt;&lt;P&gt;class sex;&lt;/P&gt;&lt;P&gt;table age sex;&lt;/P&gt;&lt;P&gt;run; &lt;/P&gt;&lt;P&gt;proc printto;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc gprint fileref = whatevername= 'my_table';run;&lt;/P&gt;&lt;P&gt;proc gplot data = sashelp.class gout = work.graphs;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; plot age*weight&amp;nbsp; / name = "age_wt";&lt;/P&gt;&lt;P&gt;run;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc greplay igout=work.gseg tc=sashelp.templt template=v2 nofs;&lt;/P&gt;&lt;P&gt;treplay 1:age_wt 2:my_table;&lt;/P&gt;&lt;P&gt;run;quit; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anca.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Jan 2014 13:20:36 GMT</pubDate>
    <dc:creator>AncaTilea</dc:creator>
    <dc:date>2014-01-30T13:20:36Z</dc:date>
    <item>
      <title>proc greplay and table?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-greplay-and-table/m-p/156674#M5859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I’m trying to develop a Dashboard using proc greplay, SAS IntrNet z/OS version 8.2 :smileyshocked:.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Dashboard contains 20 different graphs. I need to put some tables between the graphs. Is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A unit in my dashboard consists of a title, two graphs and a table (proc print or tabulate).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I’ve managed to generate all my graphs (using gchart) and titles (using gslide) and can just call them in my template with proc greplay but what should I do with the tables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to make a graph from proc print (or proc tabulate output) &lt;SPAN style="line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 11pt; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 'MS PGothic'; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Mangal; mso-bidi-theme-font: minor-bidi; mso-bidi-language: AR-SA; mso-ansi-language: EN-GB; mso-fareast-language: JA;"&gt;and then refer to this graph (which is my table) with proc greplay&lt;/SPAN&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 09:13:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-greplay-and-table/m-p/156674#M5859</guid>
      <dc:creator>alr</dc:creator>
      <dc:date>2014-01-30T09:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: proc greplay and table?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-greplay-and-table/m-p/156675#M5860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a link to proc greplay and tables from proc tabulate:&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://www.nesug.org/proceedings/nesug07/ap/ap16.pdf" title="http://www.nesug.org/proceedings/nesug07/ap/ap16.pdf"&gt;http://www.nesug.org/proceedings/nesug07/ap/ap16.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Very nice, it will take a bit of tweaking, but using proc printto...it is doable.&lt;/P&gt;&lt;P&gt;In a nutshell:&lt;/P&gt;&lt;P&gt;*define a filename path (open a text editor and save it as whatever;&lt;/P&gt;&lt;P&gt;filename whatever '&amp;amp;path.\whatever.txt' ;&lt;/P&gt;&lt;P&gt;proc printto print = whatever new;run; *tell SAS to print what is coming up in this txt file;&lt;/P&gt;&lt;P&gt;proc tabulate data = sashelp.class;&amp;nbsp; *silly table,for example purposes;&lt;/P&gt;&lt;P&gt;var age height; &lt;/P&gt;&lt;P&gt;class sex;&lt;/P&gt;&lt;P&gt;table age sex;&lt;/P&gt;&lt;P&gt;run; &lt;/P&gt;&lt;P&gt;proc printto;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc gprint fileref = whatevername= 'my_table';run;&lt;/P&gt;&lt;P&gt;proc gplot data = sashelp.class gout = work.graphs;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; plot age*weight&amp;nbsp; / name = "age_wt";&lt;/P&gt;&lt;P&gt;run;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc greplay igout=work.gseg tc=sashelp.templt template=v2 nofs;&lt;/P&gt;&lt;P&gt;treplay 1:age_wt 2:my_table;&lt;/P&gt;&lt;P&gt;run;quit; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anca.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 13:20:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-greplay-and-table/m-p/156675#M5860</guid>
      <dc:creator>AncaTilea</dc:creator>
      <dc:date>2014-01-30T13:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: proc greplay and table?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-greplay-and-table/m-p/156676#M5861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's another possibility ... This one lets you create a table as an image, and then you could annotate that image onto a gslide, which would give you something you could use with greplay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have an example showing exactly that, but this example shows how to create the table image, and annotate it onto a SAS graph gplot, which should get you pointed in the right direction ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://robslink.com/SAS/democd56/table_image.htm"&gt;http://robslink.com/SAS/democd56/table_image.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://robslink.com/SAS/democd56/table_image_info.htm" title="http://robslink.com/SAS/democd56/table_image_info.htm"&gt;http://robslink.com/SAS/democd56/table_image_info.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 14:02:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-greplay-and-table/m-p/156676#M5861</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2014-01-30T14:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: proc greplay and table?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-greplay-and-table/m-p/156677#M5862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much, I'll try &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 14:20:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-greplay-and-table/m-p/156677#M5862</guid>
      <dc:creator>alr</dc:creator>
      <dc:date>2014-01-30T14:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: proc greplay and table?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-greplay-and-table/m-p/156678#M5863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much, I'll try &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 14:20:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-greplay-and-table/m-p/156678#M5863</guid>
      <dc:creator>alr</dc:creator>
      <dc:date>2014-01-30T14:20:42Z</dc:date>
    </item>
  </channel>
</rss>

