<?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: Graphical depiction of the available styles for output / (i.e., STYLE=sasdocprinter, STYLE=sapph in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Graphical-depiction-of-the-available-styles-for-output-i-e-STYLE/m-p/793168#M32742</link>
    <description>&lt;P&gt;Show the code you submitted. SAS on demand cannot write to your computer, it must create output in its own cloud location. Then you download the files created afterward. So check EVERY place you may have specified a path or file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 28 Jan 2022 17:33:48 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2022-01-28T17:33:48Z</dc:date>
    <item>
      <title>Graphical depiction of the available styles for output / (i.e., STYLE=sasdocprinter, STYLE=sapphire)</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Graphical-depiction-of-the-available-styles-for-output-i-e-STYLE/m-p/792970#M32708</link>
      <description>&lt;P&gt;Is there a resource somewhere that SHOWS you all the possible style outputs when using the STYLE option?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My understanding is that this PROC lists the available options, but going through them one by one is exhausting...&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC TEMPLATE;
	LIST STYLES;
RUN;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 27 Jan 2022 19:15:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Graphical-depiction-of-the-available-styles-for-output-i-e-STYLE/m-p/792970#M32708</guid>
      <dc:creator>_maldini_</dc:creator>
      <dc:date>2022-01-27T19:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Graphical depiction of the available styles for output / (i.e., STYLE=sasdocprinter, STYLE=sapph</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Graphical-depiction-of-the-available-styles-for-output-i-e-STYLE/m-p/792991#M32718</link>
      <description>&lt;P&gt;&lt;A href="https://blogs.sas.com/content/graphicallyspeaking/2018/08/17/displaying-all-of-the-output-styles/" target="_blank"&gt;https://blogs.sas.com/content/graphicallyspeaking/2018/08/17/displaying-all-of-the-output-styles/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May want to include a different SGPLOT to show a Vbar type graph to get fill property examples and a Proc Print to see default table properties.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 20:44:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Graphical-depiction-of-the-available-styles-for-output-i-e-STYLE/m-p/792991#M32718</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-01-27T20:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Graphical depiction of the available styles for output / (i.e., STYLE=sasdocprinter, STYLE=sapph</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Graphical-depiction-of-the-available-styles-for-output-i-e-STYLE/m-p/792998#M32720</link>
      <description>&lt;P&gt;Thanks for this. I tried to run &lt;A href="https://blogs.sas.com/content/graphicallyspeaking/files/2018/08/WFKStyleCode.txt" target="_self"&gt;this syntax&lt;/A&gt; and got 226 errors. I'm using SAS University Edition.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The log is too long to copy here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you ever run it successfully?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 21:24:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Graphical-depiction-of-the-available-styles-for-output-i-e-STYLE/m-p/792998#M32720</guid>
      <dc:creator>_maldini_</dc:creator>
      <dc:date>2022-01-27T21:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Graphical depiction of the available styles for output / (i.e., STYLE=sasdocprinter, STYLE=sapph</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Graphical-depiction-of-the-available-styles-for-output-i-e-STYLE/m-p/793025#M32724</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/36911"&gt;@_maldini_&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Thanks for this. I tried to run &lt;A href="https://blogs.sas.com/content/graphicallyspeaking/files/2018/08/WFKStyleCode.txt" target="_self"&gt;this syntax&lt;/A&gt; and got 226 errors. I'm using SAS University Edition.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The log is too long to copy here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you ever run it successfully?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Yes, though I modified the code to use local drives, added Proc Print and other graphs to see the fill patterns, sent the output to RTF, PDF as well as an HTML frame document. I have a copy that I have been using since SAS 9.2.3 in 2012.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At least show the first 3 or 4 errors. 226 probably means that you are getting the same error for every style. You may want to set OPTIONS MPRINT; before code with macros that may have problems to get the error messages along with the generated code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you sure you are running University edition? I though SAS stopped access to that a year ago.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 23:04:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Graphical-depiction-of-the-available-styles-for-output-i-e-STYLE/m-p/793025#M32724</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-01-27T23:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: Graphical depiction of the available styles for output / (i.e., STYLE=sasdocprinter, STYLE=sapph</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Graphical-depiction-of-the-available-styles-for-output-i-e-STYLE/m-p/793030#M32725</link>
      <description>&lt;P&gt;Sorry, I mean SAS OnDemand for Academics.&lt;/P&gt;
&lt;P&gt;You are correct about the errors...This error repeats.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;DIV id="sasLogWarning1_1643325400619" class="sasWarning"&gt;WARNING: GPATH or PATH is not a writable directory. It will be ignored.&lt;/DIV&gt;
&lt;DIV id="sasLogError1_1643325400619" class="sasError"&gt;ERROR: Cannot write image to /pbr/biconfig/940/Lev1/SASApp/Analysis.png. Please ensure that proper disk permissions are set.&lt;/DIV&gt;
&lt;DIV id="sasLogError2_1643325400619" class="sasError"&gt;ERROR: Cannot write image to /pbr/biconfig/940/Lev1/SASApp/Analysis.png. Please ensure that proper disk permissions are set.&lt;/DIV&gt;
&lt;DIV id="sasLogNote12_1643325400619" class="sasNote"&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/DIV&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Thu, 27 Jan 2022 23:18:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Graphical-depiction-of-the-available-styles-for-output-i-e-STYLE/m-p/793030#M32725</guid>
      <dc:creator>_maldini_</dc:creator>
      <dc:date>2022-01-27T23:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: Graphical depiction of the available styles for output / (i.e., STYLE=sasdocprinter, STYLE=sapph</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Graphical-depiction-of-the-available-styles-for-output-i-e-STYLE/m-p/793168#M32742</link>
      <description>&lt;P&gt;Show the code you submitted. SAS on demand cannot write to your computer, it must create output in its own cloud location. Then you download the files created afterward. So check EVERY place you may have specified a path or file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 17:33:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Graphical-depiction-of-the-available-styles-for-output-i-e-STYLE/m-p/793168#M32742</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-01-28T17:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Graphical depiction of the available styles for output / (i.e., STYLE=sasdocprinter, STYLE=sapph</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Graphical-depiction-of-the-available-styles-for-output-i-e-STYLE/m-p/793178#M32743</link>
      <description>&lt;P&gt;Read the overview of styles in the SAS/STAT documentation, &lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/v_021/statug/statug_odsgraph_sect054.htm" target="_self"&gt;"ODS Styles Comparison."&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;It gives a high-level depiction of the features of many of the most popular styles.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are running code through ODA in SAS Studio, you can try out the different styles by using the interface. Select &lt;STRONG&gt;More Application Options -&amp;gt; Preferences.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Rick_SAS_0-1643394193137.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/67956i75F4AC0C415BDEA0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Rick_SAS_0-1643394193137.png" alt="Rick_SAS_0-1643394193137.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Go to the Results section and choose any style you want from the &lt;STRONG&gt;HTML output Style &lt;/STRONG&gt;menu.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Rick_SAS_1-1643394224123.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/67957iB7C94857CA1AD4FB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Rick_SAS_1-1643394224123.png" alt="Rick_SAS_1-1643394224123.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 18:23:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Graphical-depiction-of-the-available-styles-for-output-i-e-STYLE/m-p/793178#M32743</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2022-01-28T18:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Graphical depiction of the available styles for output / (i.e., STYLE=sasdocprinter, STYLE=sapph</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Graphical-depiction-of-the-available-styles-for-output-i-e-STYLE/m-p/793223#M32751</link>
      <description>&lt;P&gt;&amp;lt;Go to the Results section and choose any style you want from the HTML output Style menu.&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So you just change the style and re-run the syntax? That's pretty cool. I notice the original syntax doesn't change.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way to change some of the attributes of a style once you select it?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 20:52:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Graphical-depiction-of-the-available-styles-for-output-i-e-STYLE/m-p/793223#M32751</guid>
      <dc:creator>_maldini_</dc:creator>
      <dc:date>2022-01-28T20:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Graphical depiction of the available styles for output / (i.e., STYLE=sasdocprinter, STYLE=sapph</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Graphical-depiction-of-the-available-styles-for-output-i-e-STYLE/m-p/793224#M32752</link>
      <description>&lt;P&gt;I just copied and pasted &lt;A href="https://blogs.sas.com/content/graphicallyspeaking/files/2018/08/WFKStyleCode.txt" target="_self"&gt;this code&lt;/A&gt;. I don't see a path referenced.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 20:56:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Graphical-depiction-of-the-available-styles-for-output-i-e-STYLE/m-p/793224#M32752</guid>
      <dc:creator>_maldini_</dc:creator>
      <dc:date>2022-01-28T20:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Graphical depiction of the available styles for output / (i.e., STYLE=sasdocprinter, STYLE=sapph</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Graphical-depiction-of-the-available-styles-for-output-i-e-STYLE/m-p/793225#M32753</link>
      <description>&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;nbsp;So you just change the style and re-run the syntax?&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Yes&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;nbsp;Is there a way to change some of the attributes of a style once you select it?&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Not by using the interface. You would have to use PROC TEMPLATE and submit code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 20:57:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Graphical-depiction-of-the-available-styles-for-output-i-e-STYLE/m-p/793225#M32753</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2022-01-28T20:57:02Z</dc:date>
    </item>
  </channel>
</rss>

