<?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: Is there an easy way to make the same formatting corrections on all of the tables at one time in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Is-there-an-easy-way-to-make-the-same-formatting-corrections-on/m-p/443807#M28692</link>
    <description>&lt;P&gt;Ok, now i realised it, thank you so much, but i also wrote the code after table statement "/nocontinued" to supress "continued" word shown at the bottom of the page when there is more than one page, is it also possible to write it with options statement so that i can see it in all the tables i created when there is more than one page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Mar 2018 15:53:40 GMT</pubDate>
    <dc:creator>chinaski</dc:creator>
    <dc:date>2018-03-08T15:53:40Z</dc:date>
    <item>
      <title>Is there an easy way to make the same formatting corrections on all of the tables at one time</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Is-there-an-easy-way-to-make-the-same-formatting-corrections-on/m-p/443701#M28684</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In a SAS Project i have 80 tables which i have made from both PROC TABULATE and summary reports, so the manager gave me some corrections on formatting the table, i know how to fix them but the problem is that i don't want to get in the codes of all 80 tables and change the same codes.&lt;/P&gt;&lt;P&gt;So my question is, is there an easy way to make the same corrections on these 80 tables at one time. One example is shown below, thanks for your help :).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Initial state:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC TABULATE&lt;BR /&gt;DATA=WORK.datax ;&lt;BR /&gt;VAR BIRIMNO;&lt;BR /&gt;CLASS GENDER/ ORDER=UNFORMATTED MISSING;&lt;BR /&gt;CLASS AGE / ORDER=UNFORMATTED MISSING;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Final state:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC TABULATE&lt;BR /&gt;DATA=WORK.datax ;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;options nodate number &amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;/U&gt;;&lt;/STRONG&gt;&amp;nbsp; &lt;STRONG&gt;*THE CHANGE I WANT TO MAKE;&lt;/STRONG&gt;&lt;BR /&gt;VAR BIRIMNO;&lt;BR /&gt;CLASS GENDER/ ORDER=UNFORMATTED MISSING;&lt;BR /&gt;CLASS AGE / ORDER=UNFORMATTED MISSING;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2018 10:29:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Is-there-an-easy-way-to-make-the-same-formatting-corrections-on/m-p/443701#M28684</guid>
      <dc:creator>chinaski</dc:creator>
      <dc:date>2018-03-08T10:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an easy way to make the same formatting corrections on all of the tables at one time</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Is-there-an-easy-way-to-make-the-same-formatting-corrections-on/m-p/443776#M28687</link>
      <description>&lt;P&gt;I was running some very esoteric&amp;nbsp;ideas through my head until I found what change you want. Fortunately, this one is easy. Those options can be set anywhere in a SAS session, so just create a small program with your options statement, run it before you run any of the tables, and then if desired run another small program to reverse it. As long as you're in the same SAS session, the options will apply to your PROC TABULATE.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2018 14:49:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Is-there-an-easy-way-to-make-the-same-formatting-corrections-on/m-p/443776#M28687</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2018-03-08T14:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an easy way to make the same formatting corrections on all of the tables at one time</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Is-there-an-easy-way-to-make-the-same-formatting-corrections-on/m-p/443783#M28688</link>
      <description>&lt;P&gt;Hi Tom,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply, can you give me an example about it or a link that gives such examples.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gökhan&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2018 15:13:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Is-there-an-easy-way-to-make-the-same-formatting-corrections-on/m-p/443783#M28688</guid>
      <dc:creator>chinaski</dc:creator>
      <dc:date>2018-03-08T15:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an easy way to make the same formatting corrections on all of the tables at one time</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Is-there-an-easy-way-to-make-the-same-formatting-corrections-on/m-p/443792#M28690</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/135895"&gt;@chinaski&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hi Tom,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the reply, can you give me an example about it or a link that gives such examples.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Gökhan&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Options set&amp;nbsp; with the OPTIONS statement are for the entire SAS session until changed So:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;options nodate nonumber;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;lt;first proc tabulate&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;second proc tabulate&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;other procedures&amp;gt;&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;&amp;lt;last output procedure&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;options date number;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;would generate all of the output between the first options statement and the last without page numbers or dates in the output. The last option resets output to include those items.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2018 15:34:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Is-there-an-easy-way-to-make-the-same-formatting-corrections-on/m-p/443792#M28690</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-03-08T15:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an easy way to make the same formatting corrections on all of the tables at one time</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Is-there-an-easy-way-to-make-the-same-formatting-corrections-on/m-p/443800#M28691</link>
      <description>&lt;P&gt;Absolutely!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's an example of a table set up the way you don't want, with the date and no page number:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Print1.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/19053i0E34B54B46B4E403/image-size/large?v=v2&amp;amp;px=999" role="button" title="Print1.png" alt="Print1.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;To fix it as I suggested, in Enterprise Guide select File -&amp;gt; New -&amp;gt; Program. That will display the EG program editor. In the editor, type the following code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options nodate number;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;From here you have several options. You can just press the "Run" button, which will run the code. From this point on, as long as you're in the same SAS session, these options will apply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I do that, and then run the table process again, the results look like this (the edit icon is right over the page number, sigh!):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Print2.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/19054i66915AAA3FF6D272/image-size/large?v=v2&amp;amp;px=999" role="button" title="Print2.png" alt="Print2.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or you can click on the Close icon, and you'll see your program on your process flow. You can right-click it, and select Run, and again it will set the options.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or you can link it to one or more of your table-creation steps, like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Print3.png" style="width: 225px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/19055i9B65D55FAAF92A23/image-size/large?v=v2&amp;amp;px=999" role="button" title="Print3.png" alt="Print3.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Then if you right click on the program and select "Run Branch from Program", it will set the options and create your table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to reverse the options, just create a new program as described above, and enter:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options date nonumber;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you run it your output will revert to displaying the date and no page number.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2018 15:42:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Is-there-an-easy-way-to-make-the-same-formatting-corrections-on/m-p/443800#M28691</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2018-03-08T15:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an easy way to make the same formatting corrections on all of the tables at one time</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Is-there-an-easy-way-to-make-the-same-formatting-corrections-on/m-p/443807#M28692</link>
      <description>&lt;P&gt;Ok, now i realised it, thank you so much, but i also wrote the code after table statement "/nocontinued" to supress "continued" word shown at the bottom of the page when there is more than one page, is it also possible to write it with options statement so that i can see it in all the tables i created when there is more than one page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2018 15:53:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Is-there-an-easy-way-to-make-the-same-formatting-corrections-on/m-p/443807#M28692</guid>
      <dc:creator>chinaski</dc:creator>
      <dc:date>2018-03-08T15:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an easy way to make the same formatting corrections on all of the tables at one time</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Is-there-an-easy-way-to-make-the-same-formatting-corrections-on/m-p/443809#M28693</link>
      <description>&lt;P&gt;Thats awesome, very useful information for me. Thank you very much Tom for your time, very much appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2018 16:00:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Is-there-an-easy-way-to-make-the-same-formatting-corrections-on/m-p/443809#M28693</guid>
      <dc:creator>chinaski</dc:creator>
      <dc:date>2018-03-08T16:00:26Z</dc:date>
    </item>
  </channel>
</rss>

