<?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: SAS 9.4 TS Level 1MR PLATFORM vs SAS Studio (onDemand for Academics) in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-TS-Level-1MR-PLATFORM-vs-SAS-Studio-onDemand-for/m-p/794957#M254951</link>
    <description>&lt;P&gt;Hi&amp;nbsp;@anonymous_user,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It looks like you're using the ODS Listing destination in both cases, but with different fonts and possibly different settings of the &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/lesysoptsref/n0b0m78j9u41s6n1t6t217rkq4sk.htm" target="_blank" rel="noopener"&gt;FORMCHAR system option&lt;/A&gt;. (As mentioned by &lt;A href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408" target="_blank" rel="noopener"&gt;Ksharp&lt;/A&gt;, ODS HTML output would look quite different.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to stick to the Listing output (which is my favorite ODS destination), changing the font (via Tools → Options&amp;nbsp;→ Fonts... from the Output window) to Sasfont or SAS Monospace should improve the output with the default FORMCHAR characters&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options formchar='‚ƒ„…†‡ˆ‰Š‹Œ+=|-/\&amp;lt;&amp;gt;*';&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;(note that these look very different in the relevant SAS fonts).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The second best option: Using&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options formchar='|----|+|---+=|-/\&amp;lt;&amp;gt;*';&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;should work with your current font and many other common fonts. It's also what you've used in your SAS Studio session.&lt;/P&gt;</description>
    <pubDate>Tue, 08 Feb 2022 09:44:56 GMT</pubDate>
    <dc:creator>FreelanceReinh</dc:creator>
    <dc:date>2022-02-08T09:44:56Z</dc:date>
    <item>
      <title>SAS 9.4 TS Level 1MR PLATFORM vs SAS Studio (onDemand for Academics)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-TS-Level-1MR-PLATFORM-vs-SAS-Studio-onDemand-for/m-p/794919#M254922</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm using SAS 9.4 (purchased software) for the first time in my life after years of using SAS Studio -- onDemand for Academics.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I used the following general code in *&lt;STRONG&gt;both*&lt;/STRONG&gt; SAS 9.4 &amp;amp; SAS Studio.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc format 
	library=lookup 
	cntlin=work.formatlibdm 
	fmtlib; 
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is the visually awesome, nice output I get from SAS Studio ODA:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dimpz429_0-1644299432947.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/68275iC6508898DADF7ACB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dimpz429_0-1644299432947.png" alt="dimpz429_0-1644299432947.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I used the *SAME* code on a paid, desktop version of SAS 9.4 (SAS 9.4 TS Level 1MR) [Caveat: slightly differently named variables in this output].&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I get this EXTREMELY clunky, hard-to-read output that is not functional at all because I have to refer to these formats in future programs:&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="dimpz429_1-1644300053750.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/68276i370D089EE3958CBE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dimpz429_1-1644300053750.png" alt="dimpz429_1-1644300053750.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How do I configure the desktop version to output nicer listing outputs (just&lt;/P&gt;
&lt;P&gt;like the one in SAS Studio with proper borders/demarcations/no unneeded&lt;/P&gt;
&lt;P&gt;underscores)?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you guys for all your help; I appreciate it so much&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2022 06:02:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-TS-Level-1MR-PLATFORM-vs-SAS-Studio-onDemand-for/m-p/794919#M254922</guid>
      <dc:creator>anonymous_user</dc:creator>
      <dc:date>2022-02-08T06:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 TS Level 1MR PLATFORM vs SAS Studio (onDemand for Academics)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-TS-Level-1MR-PLATFORM-vs-SAS-Studio-onDemand-for/m-p/794946#M254943</link>
      <description>What is your output destination ? HTML or Listening . If it was HTML ,should be look good .</description>
      <pubDate>Tue, 08 Feb 2022 08:33:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-TS-Level-1MR-PLATFORM-vs-SAS-Studio-onDemand-for/m-p/794946#M254943</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2022-02-08T08:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 TS Level 1MR PLATFORM vs SAS Studio (onDemand for Academics)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-TS-Level-1MR-PLATFORM-vs-SAS-Studio-onDemand-for/m-p/794957#M254951</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@anonymous_user,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It looks like you're using the ODS Listing destination in both cases, but with different fonts and possibly different settings of the &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/lesysoptsref/n0b0m78j9u41s6n1t6t217rkq4sk.htm" target="_blank" rel="noopener"&gt;FORMCHAR system option&lt;/A&gt;. (As mentioned by &lt;A href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408" target="_blank" rel="noopener"&gt;Ksharp&lt;/A&gt;, ODS HTML output would look quite different.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to stick to the Listing output (which is my favorite ODS destination), changing the font (via Tools → Options&amp;nbsp;→ Fonts... from the Output window) to Sasfont or SAS Monospace should improve the output with the default FORMCHAR characters&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options formchar='‚ƒ„…†‡ˆ‰Š‹Œ+=|-/\&amp;lt;&amp;gt;*';&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;(note that these look very different in the relevant SAS fonts).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The second best option: Using&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options formchar='|----|+|---+=|-/\&amp;lt;&amp;gt;*';&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;should work with your current font and many other common fonts. It's also what you've used in your SAS Studio session.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2022 09:44:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-TS-Level-1MR-PLATFORM-vs-SAS-Studio-onDemand-for/m-p/794957#M254951</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2022-02-08T09:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 TS Level 1MR PLATFORM vs SAS Studio (onDemand for Academics)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-TS-Level-1MR-PLATFORM-vs-SAS-Studio-onDemand-for/m-p/794960#M254952</link>
      <description>Thank you so much for your help!! The first options statement worked perfectly. I appreciate your thoroughness in helping me a lot!</description>
      <pubDate>Tue, 08 Feb 2022 10:25:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-TS-Level-1MR-PLATFORM-vs-SAS-Studio-onDemand-for/m-p/794960#M254952</guid>
      <dc:creator>anonymous_user</dc:creator>
      <dc:date>2022-02-08T10:25:58Z</dc:date>
    </item>
  </channel>
</rss>

