<?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: Whay proc freq ia aligning caterical varaible vertically rather than horizontally? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Why-proc-freq-is-aligning-categorical-variable-vertically-rather/m-p/592303#M28950</link>
    <description>Is it happening for all PROC FREQ or just this table? &lt;BR /&gt;&lt;BR /&gt;What happens if you run the following?&lt;BR /&gt;&lt;BR /&gt;proc freq data=sashelp.class;&lt;BR /&gt;table name;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;If it doesn't happen with that, its related to your data, not the PROC. If it does happen, it's a setting in SAS somewhere most likely.</description>
    <pubDate>Fri, 27 Sep 2019 19:57:50 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2019-09-27T19:57:50Z</dc:date>
    <item>
      <title>Why proc freq is aligning categorical variable vertically rather than horizontally?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Why-proc-freq-is-aligning-categorical-variable-vertically-rather/m-p/592294#M28945</link>
      <description>&lt;P&gt;Hi ,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I ran proc freq on my data (where my remarknew is a character var with certain length). See table below. So remarknew is newly created var and I used a format statement in datastep to change its format to $19. and verified with proc contents. But why is SAS aligning results this way (SAS9.4). I have to change misspelled categories here, but this alignment is just making it annoying to read words. Any help is appreciated?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Proc contents results;&lt;/P&gt;
&lt;DIV class="branch"&gt;
&lt;DIV&gt;
&lt;DIV align="center"&gt;
&lt;TABLE class="table" summary="Procedure Contents: Varnum" frame="box" rules="all" cellspacing="0" cellpadding="5"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TH class="r rowheader" scope="row"&gt;46&lt;/TH&gt;
&lt;TD class="l data"&gt;remarknew&lt;/TD&gt;
&lt;TD class="l data"&gt;Char&lt;/TD&gt;
&lt;TD class="r data"&gt;19&lt;/TD&gt;
&lt;TD class="l data"&gt;$19.&lt;/TD&gt;
&lt;TD class="l data"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="r rowheader" scope="row"&gt;47&lt;/TH&gt;
&lt;TD class="l data"&gt;id&lt;/TD&gt;
&lt;TD class="l data"&gt;Num&lt;/TD&gt;
&lt;TD class="r data"&gt;8&lt;/TD&gt;
&lt;TD class="l data"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD class="l data"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="r rowheader" scope="row"&gt;48&lt;/TH&gt;
&lt;TD class="l data"&gt;ptnew&lt;/TD&gt;
&lt;TD class="l data"&gt;Char&lt;/TD&gt;
&lt;TD class="r data"&gt;15&lt;/TD&gt;
&lt;TD class="l data"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD class="l data"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="r rowheader" scope="row"&gt;49&lt;/TH&gt;
&lt;TD class="l data"&gt;case&lt;/TD&gt;
&lt;TD class="l data"&gt;Char&lt;/TD&gt;
&lt;TD class="r data"&gt;19&lt;/TD&gt;
&lt;TD class="l data"&gt;$19.&lt;/TD&gt;
&lt;TD class="l data"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="r rowheader" scope="row"&gt;50&lt;/TH&gt;
&lt;TD class="l data"&gt;trial&lt;/TD&gt;
&lt;TD class="l data"&gt;Char&lt;/TD&gt;
&lt;TD class="r data"&gt;19&lt;/TD&gt;
&lt;TD class="l data"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD class="l data"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;~R&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="branch"&gt;
&lt;DIV&gt;
&lt;DIV align="center"&gt;
&lt;TABLE class="table" summary="Procedure Freq: One-Way Frequencies" frame="box" rules="all" cellspacing="0" cellpadding="5"&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH class="l b header" scope="col"&gt;remarknew&lt;/TH&gt;
&lt;TH class="r b header" scope="col"&gt;Frequency&lt;/TH&gt;
&lt;TH class="r b header" scope="col"&gt;Percent&lt;/TH&gt;
&lt;TH class="r b header" scope="col"&gt;Cumulative&lt;BR /&gt;Frequency&lt;/TH&gt;
&lt;TH class="r b header" scope="col"&gt;Cumulative&lt;BR /&gt;Percent&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TH class="l rowheader" scope="row"&gt;B&lt;BR /&gt;A&lt;BR /&gt;E&lt;BR /&gt;L&lt;BR /&gt;I&lt;BR /&gt;N&lt;BR /&gt;E&lt;BR /&gt;1&lt;/TH&gt;
&lt;TD class="r data"&gt;12&lt;/TD&gt;
&lt;TD class="r data"&gt;0.15&lt;/TD&gt;
&lt;TD class="r data"&gt;12&lt;/TD&gt;
&lt;TD class="r data"&gt;0.15&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="l rowheader" scope="row"&gt;B&lt;BR /&gt;A&lt;BR /&gt;S&lt;BR /&gt;E&lt;BR /&gt;L&lt;BR /&gt;I&lt;BR /&gt;N&lt;BR /&gt;E&lt;BR /&gt;1&lt;/TH&gt;
&lt;TD class="r data"&gt;407&lt;/TD&gt;
&lt;TD class="r data"&gt;4.97&lt;/TD&gt;
&lt;TD class="r data"&gt;419&lt;/TD&gt;
&lt;TD class="r data"&gt;5.12&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="l rowheader" scope="row"&gt;B&lt;BR /&gt;A&lt;BR /&gt;S&lt;BR /&gt;E&lt;BR /&gt;L&lt;BR /&gt;I&lt;BR /&gt;N&lt;BR /&gt;E&lt;BR /&gt;2&lt;/TH&gt;
&lt;TD class="r data"&gt;420&lt;/TD&gt;
&lt;TD class="r data"&gt;5.13&lt;/TD&gt;
&lt;TD class="r data"&gt;839&lt;/TD&gt;
&lt;TD class="r data"&gt;10.25&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 27 Sep 2019 21:30:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Why-proc-freq-is-aligning-categorical-variable-vertically-rather/m-p/592294#M28945</guid>
      <dc:creator>Ruhi</dc:creator>
      <dc:date>2019-09-27T21:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: Whay proc freq ia aligning caterical varaible vertically rather than horizontally?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Why-proc-freq-is-aligning-categorical-variable-vertically-rather/m-p/592297#M28946</link>
      <description>&lt;P&gt;What output destination is this?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 19:50:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Why-proc-freq-is-aligning-categorical-variable-vertically-rather/m-p/592297#M28946</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-09-27T19:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Whay proc freq ia aligning caterical varaible vertically rather than horizontally?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Why-proc-freq-is-aligning-categorical-variable-vertically-rather/m-p/592298#M28947</link>
      <description>&lt;P&gt;ods html .&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 19:51:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Why-proc-freq-is-aligning-categorical-variable-vertically-rather/m-p/592298#M28947</guid>
      <dc:creator>Ruhi</dc:creator>
      <dc:date>2019-09-27T19:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: Whay proc freq ia aligning caterical varaible vertically rather than horizontally?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Why-proc-freq-is-aligning-categorical-variable-vertically-rather/m-p/592299#M28948</link>
      <description>What's your output destination? What is your current setting for linesize?</description>
      <pubDate>Fri, 27 Sep 2019 19:51:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Why-proc-freq-is-aligning-categorical-variable-vertically-rather/m-p/592299#M28948</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-09-27T19:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: Whay proc freq ia aligning caterical varaible vertically rather than horizontally?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Why-proc-freq-is-aligning-categorical-variable-vertically-rather/m-p/592301#M28949</link>
      <description>&lt;P&gt;I have not set the linesize, its default. ods HTML is output destination.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 19:55:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Why-proc-freq-is-aligning-categorical-variable-vertically-rather/m-p/592301#M28949</guid>
      <dc:creator>Ruhi</dc:creator>
      <dc:date>2019-09-27T19:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Whay proc freq ia aligning caterical varaible vertically rather than horizontally?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Why-proc-freq-is-aligning-categorical-variable-vertically-rather/m-p/592303#M28950</link>
      <description>Is it happening for all PROC FREQ or just this table? &lt;BR /&gt;&lt;BR /&gt;What happens if you run the following?&lt;BR /&gt;&lt;BR /&gt;proc freq data=sashelp.class;&lt;BR /&gt;table name;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;If it doesn't happen with that, its related to your data, not the PROC. If it does happen, it's a setting in SAS somewhere most likely.</description>
      <pubDate>Fri, 27 Sep 2019 19:57:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Why-proc-freq-is-aligning-categorical-variable-vertically-rather/m-p/592303#M28950</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-09-27T19:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Whay proc freq ia aligning caterical varaible vertically rather than horizontally?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Why-proc-freq-is-aligning-categorical-variable-vertically-rather/m-p/592304#M28951</link>
      <description>Have you ever modified your templates?</description>
      <pubDate>Fri, 27 Sep 2019 19:58:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Why-proc-freq-is-aligning-categorical-variable-vertically-rather/m-p/592304#M28951</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-09-27T19:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Whay proc freq ia aligning caterical varaible vertically rather than horizontally?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Why-proc-freq-is-aligning-categorical-variable-vertically-rather/m-p/592305#M28952</link>
      <description>&lt;P&gt;No I didn't. And its not happening with the data steps you provided.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 20:00:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Why-proc-freq-is-aligning-categorical-variable-vertically-rather/m-p/592305#M28952</guid>
      <dc:creator>Ruhi</dc:creator>
      <dc:date>2019-09-27T20:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: Whay proc freq ia aligning caterical varaible vertically rather than horizontally?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Why-proc-freq-is-aligning-categorical-variable-vertically-rather/m-p/592309#M28953</link>
      <description>&lt;P&gt;What can I do with my data about this issue?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 20:05:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Why-proc-freq-is-aligning-categorical-variable-vertically-rather/m-p/592309#M28953</guid>
      <dc:creator>Ruhi</dc:creator>
      <dc:date>2019-09-27T20:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: Whay proc freq ia aligning caterical varaible vertically rather than horizontally?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Why-proc-freq-is-aligning-categorical-variable-vertically-rather/m-p/592315#M28954</link>
      <description>&lt;P&gt;Then it's a data issue of sorts. I would first try cleaning the data and removing any hard returns using COMPRESS().&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data clean;
set old;

newVar = compress(oldVar, ,'s'); *note the two commas;

run;

proc freq data=clean;
table newVar;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/5397"&gt;@Ruhi&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;No I didn't. And its not happening with the data steps you provided.&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 20:33:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Why-proc-freq-is-aligning-categorical-variable-vertically-rather/m-p/592315#M28954</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-09-27T20:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Whay proc freq ia aligning caterical varaible vertically rather than horizontally?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Why-proc-freq-is-aligning-categorical-variable-vertically-rather/m-p/592321#M28955</link>
      <description>&lt;P&gt;This does not work either, I had already tried it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 20:59:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Why-proc-freq-is-aligning-categorical-variable-vertically-rather/m-p/592321#M28955</guid>
      <dc:creator>Ruhi</dc:creator>
      <dc:date>2019-09-27T20:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: Whay proc freq ia aligning caterical varaible vertically rather than horizontally?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Why-proc-freq-is-aligning-categorical-variable-vertically-rather/m-p/592322#M28956</link>
      <description>&lt;P&gt;Can you share the code you used to create the variable? And the exact proc freq code used to create the output?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a specific reason that variable has a $19. Format assigned? And what was the format prior to you changing it? You don't show any values longer than what should be 9 or 10 characters so I'm not sure why the $19 was considered desirable.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 21:00:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Why-proc-freq-is-aligning-categorical-variable-vertically-rather/m-p/592322#M28956</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-09-27T21:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: Whay proc freq ia aligning caterical varaible vertically rather than horizontally?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Why-proc-freq-is-aligning-categorical-variable-vertically-rather/m-p/592323#M28957</link>
      <description>&lt;P&gt;I added that format to data, based on how SAS read it from file. So remarks was the original column and I added compress and format to create the new variable remarknew as follows.&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data full_sta;
set full;
	where motion_ = "No Motion";
	remarknew=input(upcase(compress(remarks,,'s')), $19.);
	case=input(compress(remarknew,' ',"d"), $19.);
	format remarknew $19. case $19.;
run;&lt;BR /&gt;&lt;BR /&gt;proc freq data=full_sta;&lt;BR /&gt;table remarknew;&lt;BR /&gt;run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;DIV class="branch"&gt;
&lt;DIV&gt;
&lt;DIV align="center"&gt;
&lt;TABLE class="table" summary="Procedure Contents: Varnum" frame="box" rules="all" cellspacing="0" cellpadding="5"&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH class="c b header" colspan="6" scope="colgroup"&gt;Variables in Creation Order&lt;/TH&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="r b header" scope="col"&gt;#&lt;/TH&gt;
&lt;TH class="l b header" scope="col"&gt;Variable&lt;/TH&gt;
&lt;TH class="l b header" scope="col"&gt;Type&lt;/TH&gt;
&lt;TH class="r b header" scope="col"&gt;Len&lt;/TH&gt;
&lt;TH class="l b header" scope="col"&gt;Format&lt;/TH&gt;
&lt;TH class="l b header" scope="col"&gt;Informat&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TH class="r rowheader" scope="row"&gt;1&lt;/TH&gt;
&lt;TD class="l data"&gt;pt&lt;/TD&gt;
&lt;TD class="l data"&gt;Num&lt;/TD&gt;
&lt;TD class="r data"&gt;8&lt;/TD&gt;
&lt;TD class="l data"&gt;NLNUM12.&lt;/TD&gt;
&lt;TD class="l data"&gt;NLNUM32.&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="r rowheader" scope="row"&gt;2&lt;/TH&gt;
&lt;TD class="l data"&gt;remarks&lt;/TD&gt;
&lt;TD class="l data"&gt;Char&lt;/TD&gt;
&lt;TD class="r data"&gt;19&lt;/TD&gt;
&lt;TD class="l data"&gt;$19.&lt;/TD&gt;
&lt;TD class="l data"&gt;$19.&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 27 Sep 2019 21:15:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Why-proc-freq-is-aligning-categorical-variable-vertically-rather/m-p/592323#M28957</guid>
      <dc:creator>Ruhi</dc:creator>
      <dc:date>2019-09-27T21:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: Whay proc freq ia aligning caterical varaible vertically rather than horizontally?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Why-proc-freq-is-aligning-categorical-variable-vertically-rather/m-p/592324#M28958</link>
      <description>Show the code you tried. &lt;BR /&gt;Did you import the data from Excel?&lt;BR /&gt;Another method for debugging is to apply a hex format to your data and show us what that looks like. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Sep 2019 21:07:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Why-proc-freq-is-aligning-categorical-variable-vertically-rather/m-p/592324#M28958</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-09-27T21:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Whay proc freq ia aligning caterical varaible vertically rather than horizontally?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Why-proc-freq-is-aligning-categorical-variable-vertically-rather/m-p/592326#M28959</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data full_sta;
set full;
where motion_ = "No Motion";
remarknew=input(upcase(compress(remarks,,'s')), $19.);
case=input(compress(remarknew,' ',"d"), $19.);
format remarknew $19. case $19.;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I imported a csv file. I will try hex FORMAT.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 21:14:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Why-proc-freq-is-aligning-categorical-variable-vertically-rather/m-p/592326#M28959</guid>
      <dc:creator>Ruhi</dc:creator>
      <dc:date>2019-09-27T21:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Whay proc freq ia aligning caterical varaible vertically rather than horizontally?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Why-proc-freq-is-aligning-categorical-variable-vertically-rather/m-p/592330#M28960</link>
      <description>&lt;P&gt;I dont know what changed but I saved an excel copy of my data and read and it worked fine now. Proc freq is giving me results the way I wanted now.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you everyone for your help.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 21:27:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Why-proc-freq-is-aligning-categorical-variable-vertically-rather/m-p/592330#M28960</guid>
      <dc:creator>Ruhi</dc:creator>
      <dc:date>2019-09-27T21:27:53Z</dc:date>
    </item>
  </channel>
</rss>

