<?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 OnDemand: PROC FREQ not using format library? in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/SAS-OnDemand-PROC-FREQ-not-using-format-library/m-p/778629#M31543</link>
    <description>Where did you apply the format on the data?&lt;BR /&gt;Is it on the data.analytic data already? If so, can you show a proc contents to confirm that?&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 04 Nov 2021 23:04:04 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2021-11-04T23:04:04Z</dc:date>
    <item>
      <title>SAS OnDemand: PROC FREQ not using format library?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-OnDemand-PROC-FREQ-not-using-format-library/m-p/778623#M31542</link>
      <description>&lt;P&gt;Hi everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just switched over to a Mac, and I can't access desktop SAS until I get Parallels and a new SAS license from my university. Until then, I'm using SAS OnDemand.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyway,&amp;nbsp;I am noticing an issue.&amp;nbsp; I am able to call in my format library in desktop SAS with the same lines of code, but it is not working in SAS OnDemand.&amp;nbsp; Whenever I run a proc freq, the unformatted values are showing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my code:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;libname data "/home/sabajamin0/Chat3";

*format library; 
libname in "/home/sabajamin0/Chat3/Formats";
libname library "/home/sabajamin0/Chat3/Formats";

data analytic; 
set data.analytic; 
run; quit; 

proc freq data=analytic; 
table b2gender/missing; 
run; quit; &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;This code runs smoothly in desktop SAS with the appropriate formatting. I'm not sure what i'm doing wrong. Any suggestions would be greatly appreciated.&amp;nbsp; Thanks in advance!&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Nov 2021 22:40:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-OnDemand-PROC-FREQ-not-using-format-library/m-p/778623#M31542</guid>
      <dc:creator>sabataged</dc:creator>
      <dc:date>2021-11-04T22:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: SAS OnDemand: PROC FREQ not using format library?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-OnDemand-PROC-FREQ-not-using-format-library/m-p/778629#M31543</link>
      <description>Where did you apply the format on the data?&lt;BR /&gt;Is it on the data.analytic data already? If so, can you show a proc contents to confirm that?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Nov 2021 23:04:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-OnDemand-PROC-FREQ-not-using-format-library/m-p/778629#M31543</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-11-04T23:04:04Z</dc:date>
    </item>
  </channel>
</rss>

