<?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: Formating output after proc univariate in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Formating-output-after-proc-univariate/m-p/574273#M162237</link>
    <description>&lt;P&gt;Hello PaigeMiller,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a similar problem i posted in the programming section.&lt;/P&gt;&lt;P&gt;Please can you take a look at it? I am trying to write the code based off this example.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;CHucks&lt;/P&gt;</description>
    <pubDate>Wed, 17 Jul 2019 16:44:56 GMT</pubDate>
    <dc:creator>ChuksManuel</dc:creator>
    <dc:date>2019-07-17T16:44:56Z</dc:date>
    <item>
      <title>Formating output after proc univariate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Formating-output-after-proc-univariate/m-p/572782#M161661</link>
      <description>&lt;P&gt;Hello programmers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to do a Proc Univariate by tc tn so that i can get N Mean Std for BMI and the dichotomized heart variables (heart1-hear6).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want&amp;nbsp;to present continuous variables like BMI as N Mean Std.&lt;/P&gt;&lt;P&gt;For the heart variables , i want to do something like a/N %, where a is the number of yes's, N is the total number of non-missings and %= a/N *100 = the percentage of yes's.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the end i want something like this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Study Population&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;a/N (%)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;Angina&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; xxx/xxx (xx.x%)&lt;/DIV&gt;&lt;DIV&gt;Heartburn&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;xxx/xxx (xx.x%)&lt;/DIV&gt;&lt;DIV&gt;Sleepiness&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;SPAN&gt;xxx/xxx (xx.x%)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;Exercise&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;xxx/xxx (xx.x%)&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;Palpitation&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;xxx/xxx (xx.x%)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;Any&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;xxx/xxx (xx.x%)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;BMI&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; xx.x+xx.x&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I've attached the initial dataset and code for you to understand what i want to implement and please any help, advice&amp;nbsp; or direction is appreciated.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data me;
input id sex race agecat health bmi bmigroup heart1 heart2 heart3 heart4 heart5 heart6 death tc Tn $ value;
datalines;
1 0 0 5 4 22.494 2 0 1 0 0 1 1 1 1 Angina 0
1 0 0 5 4 22.494 2 0 1 0 0 1 1 1 2 Heartburn 1
1 0 0 5 4 22.494 2 0 1 0 0 1 1 1 3 Sleepiness 0
1 0 0 5 4 22.494 2 0 1 0 0 1 1 1 4 Exercise&amp;nbsp; 0
1 0 0 5 4 22.494 2 0 1 0 0 1 1 1 5 Palpitation 1
1 0 0 5 4 22.494 2 0 1 0 0 1 1 1 6 Any&amp;nbsp; 1
2 1 0 5 2 20.1801 1 0 0 0 1 0 1 0 1 Angina 0
2 1 0 5 2 20.1801 1 0 0 0 1 0 1 0 2 Heartburn 0
2 1 0 5 2 20.1801 1 0 0 0 1 0 1 0 3 Sleepiness 0
2 1 0 5 2 20.1801 1 0 0 0 1 0 1 0 4 Exercise 1
2 1 0 5 2 20.1801 1 0 0 0 1 0 1 0 5 Palpitation 0
2 1 0 5 2 20.1801 1 0 0 0 1 0 1 0 6 Any&amp;nbsp; 1
3 1 0 4 2 26.3606 4 0 1 0 0 0 1 0 1 Angina 0
3 1 0 4 2 26.3606 4 0 1 0 0 0 1 0 2 Heartburn 1
3 1 0 4 2 26.3606 4 0 1 0 0 0 1 0 3 Sleepiness 0
3 1 0 4 2 26.3606 4 0 1 0 0 0 1 0 4 Exercise&amp;nbsp; 0
3 1 0 4 2 26.3606 4 0 1 0 0 0 1 0 5 Palpitation 0
3 1 0 4 2 26.3606 4 0 1 0 0 0 1 0 6 Any&amp;nbsp;1
4 0 0 4 3 25.373 3 0 0 1 1 0 1 0 1 Angina 0
4 0 0 4 3 25.373 3 0 0 1 1 0 1 0 2 Heartburn 0
4 0 0 4 3 25.373 3 0 0 1 1 0 1 0 3 Sleepiness 1
4 0 0 4 3 25.373 3 0 0 1 1 0 1 0 4 Exercise&amp;nbsp; 1
4 0 0 4 3 25.373 3 0 0 1 1 0 1 0 5 Palpitation 0
4 0 0 4 3 25.373 3 0 0 1 1 0 1 0 6 Any&amp;nbsp; 1
6 0 0 4 1 24.8608 3 0 0 0 0 0 0 0 1 Angina 0
6 0 0 4 1 24.8608 3 0 0 0 0 0 0 0 2 Heartburn 0
6 0 0 4 1 24.8608 3 0 0 0 0 0 0 0 3 Sleepiness 0
6 0 0 4 1 24.8608 3 0 0 0 0 0 0 0 4 Exercise&amp;nbsp; 0
6 0 0 4 1 24.8608 3 0 0 0 0 0 0 0 5 Palpitation 0
6 0 0 4 1 24.8608 3 0 0 0 0 0 0 0 6 Any&amp;nbsp; 0
; run;
proc print; run;

/*format and stringing out*/
Proc format;
value testcodefm
&amp;nbsp; 1= 'Angina'
&amp;nbsp; 2= 'Heartburn'
&amp;nbsp; 3= 'Sleepiness'
&amp;nbsp; 4= 'Exercise'
&amp;nbsp; 5= 'Palpitation'
&amp;nbsp; 6= 'Any'
&amp;nbsp; 7= 'BMI'
;
run;

data You;
set me;
array him heart1-heart6 BMI;
do over him;
&amp;nbsp; tc = _I_;
&amp;nbsp; tn = put(tc,testcodefm.);
&amp;nbsp; value = him;
&amp;nbsp; output;
end;
keep;&amp;nbsp;
run;

proc print data=you;
run;

proc univariate data= you; by tc tn;
var heart1 heart2 heart3 heart4 heart5 heart6 BMI
output out= three n=n mean=mean median=median std=std;
 data four; set three;
 newvar= (mean/N)* 100;
 run;
 proc print data= four; var newvar n;
 run;&lt;BR /&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 11 Jul 2019 15:13:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Formating-output-after-proc-univariate/m-p/572782#M161661</guid>
      <dc:creator>ChuksManuel</dc:creator>
      <dc:date>2019-07-11T15:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: Formating output after proc univariate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Formating-output-after-proc-univariate/m-p/572793#M161662</link>
      <description>&lt;P&gt;Hi, it's great that you posted your data in a data step, that is the best way to provide data, and we appreciate your effort.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A simple data step can produce the printed report you want.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
data _null_;
     file print;
    set four;
    pct=newvar/n;
     put tc testcodefm. +3 newvar '/' n '(' pct percentn7.1 ')';
run;

&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2019 15:41:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Formating-output-after-proc-univariate/m-p/572793#M161662</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-07-11T15:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Formating output after proc univariate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Formating-output-after-proc-univariate/m-p/572807#M161665</link>
      <description>You're missing a PROC SORT and semicolon in PROC UNIVARIATE, in the VAR statement. Fix the errors in the order they appear.</description>
      <pubDate>Thu, 11 Jul 2019 15:55:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Formating-output-after-proc-univariate/m-p/572807#M161665</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-07-11T15:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Formating output after proc univariate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Formating-output-after-proc-univariate/m-p/572825#M161674</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data me;
input id sex race agecat health bmi bmigroup heart1 heart2 heart3 heart4 heart5 heart6 death tc Tn $ value;
datalines;
1 0 0 5 4 22.494 2 0 1 0 0 1 1 1 1 Angina 0
1 0 0 5 4 22.494 2 0 1 0 0 1 1 1 2 Heartburn 1
1 0 0 5 4 22.494 2 0 1 0 0 1 1 1 3 Sleepiness 0
1 0 0 5 4 22.494 2 0 1 0 0 1 1 1 4 Exercise  0
1 0 0 5 4 22.494 2 0 1 0 0 1 1 1 5 Palpitation 1
1 0 0 5 4 22.494 2 0 1 0 0 1 1 1 6 Any  1
2 1 0 5 2 20.1801 1 0 0 0 1 0 1 0 1 Angina 0
2 1 0 5 2 20.1801 1 0 0 0 1 0 1 0 2 Heartburn 0
2 1 0 5 2 20.1801 1 0 0 0 1 0 1 0 3 Sleepiness 0
2 1 0 5 2 20.1801 1 0 0 0 1 0 1 0 4 Exercise 1
2 1 0 5 2 20.1801 1 0 0 0 1 0 1 0 5 Palpitation 0
2 1 0 5 2 20.1801 1 0 0 0 1 0 1 0 6 Any  1
3 1 0 4 2 26.3606 4 0 1 0 0 0 1 0 1 Angina 0
3 1 0 4 2 26.3606 4 0 1 0 0 0 1 0 2 Heartburn 1
3 1 0 4 2 26.3606 4 0 1 0 0 0 1 0 3 Sleepiness 0
3 1 0 4 2 26.3606 4 0 1 0 0 0 1 0 4 Exercise  0
3 1 0 4 2 26.3606 4 0 1 0 0 0 1 0 5 Palpitation 0
3 1 0 4 2 26.3606 4 0 1 0 0 0 1 0 6 Any 1
4 0 0 4 3 25.373 3 0 0 1 1 0 1 0 1 Angina 0
4 0 0 4 3 25.373 3 0 0 1 1 0 1 0 2 Heartburn 0
4 0 0 4 3 25.373 3 0 0 1 1 0 1 0 3 Sleepiness 1
4 0 0 4 3 25.373 3 0 0 1 1 0 1 0 4 Exercise  1
4 0 0 4 3 25.373 3 0 0 1 1 0 1 0 5 Palpitation 0
4 0 0 4 3 25.373 3 0 0 1 1 0 1 0 6 Any  1
6 0 0 4 1 24.8608 3 0 0 0 0 0 0 0 1 Angina 0
6 0 0 4 1 24.8608 3 0 0 0 0 0 0 0 2 Heartburn 0
6 0 0 4 1 24.8608 3 0 0 0 0 0 0 0 3 Sleepiness 0
6 0 0 4 1 24.8608 3 0 0 0 0 0 0 0 4 Exercise  0
6 0 0 4 1 24.8608 3 0 0 0 0 0 0 0 5 Palpitation 0
6 0 0 4 1 24.8608 3 0 0 0 0 0 0 0 6 Any  0
; run;
proc print; run;

/*format and stringing out*/
Proc format;
value testcodefm
  1= 'Angina'
  2= 'Heartburn'
  3= 'Sleepiness'
  4= 'Exercise'
  5= 'Palpitation'
  6= 'Any'
  7= 'BMI'
;
run;

data You;
set me;
array him heart1-heart6 BMI;
do over him;
  tc = _I_;
  tn = put(tc,testcodefm.);
  value = him;
  output;
end;
run;

proc sort data=you; by tc tn;
run;

proc means  data= you stackods n mean median std; by tc tn;
var heart1 heart2 heart3 heart4 heart5 heart6 BMI;
ods output summary = three;
run;

 data four; set three;
 newvar= (mean/N)* 100;
 run;
 
proc print data=four;
format _numeric_ 8.3;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Combine this with the answer from&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;&amp;nbsp; to get your formatted results. This works for me.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2019 16:32:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Formating-output-after-proc-univariate/m-p/572825#M161674</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-07-11T16:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: Formating output after proc univariate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Formating-output-after-proc-univariate/m-p/572854#M161679</link>
      <description>&lt;P&gt;It worked for all the dichotomous heart variables except BMI.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was hoping that the BMI will would appear as (mean +Std) but it appeared as a percentage instead.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way i could rewrite the BMI to be&amp;nbsp; in the (mean+std) format?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/*format and stringing out*/
Proc format;
value testcodefm
  1= 'Angina'
  2= 'Heartburn'
  3= 'Sleepiness'
  4= 'Exercise'
  5= 'Palpitation'
  6= 'Any'
  7= 'BMI'
;
run;

data You;
set me;
array him heart1-heart6 BMI;
do over him;
  tc = _I_;
  tn = put(tc,testcodefm.);
  value = him;
  output;
end;
run;

proc print data=you;
run;

Proc sort; by tc tn;

Proc univariate ; by tc tn;
Var value; 
 Output out =three n=n mean=p std =std; run;
Proc print;  var tc tn n p  std;
Run; 

data four; set three;
 Count= N*P;
 run;
proc print; run;

data five; set four;
percent= (Count/N)*100;
run;
proc print; run;
data _null_;
     file print;
    set five;
    pct=count/n;
     put tc testcodefm. +3 count '/' n '(' pct percentn7.1 ')';
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 11 Jul 2019 17:12:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Formating-output-after-proc-univariate/m-p/572854#M161679</guid>
      <dc:creator>ChuksManuel</dc:creator>
      <dc:date>2019-07-11T17:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Formating output after proc univariate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Formating-output-after-proc-univariate/m-p/572856#M161680</link>
      <description>Add an IF condition to handle that variable differently with a different put statement.</description>
      <pubDate>Thu, 11 Jul 2019 17:13:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Formating-output-after-proc-univariate/m-p/572856#M161680</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-07-11T17:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: Formating output after proc univariate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Formating-output-after-proc-univariate/m-p/572859#M161682</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/236266"&gt;@ChuksManuel&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;It worked for all the dichotomous heart variables except BMI.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was hoping that the BMI will would appear as (mean +Std) but it appeared as a percentage instead.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way i could rewrite the BMI to be&amp;nbsp; in the (mean+std) format?&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sure. I don't have a lot of time at the moment, but it would look something like this (where you can fill in the proper variable names and formats):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
     file print;
    set five;
    pct=count/n;
    if tc&amp;lt;=6 then put tc testcodefm. +3 count '/' n '(' pct percentn7.1 ')';
    else if tc=7 then put tc testcodefm. +3 meanvariable '+' stdvariable ;
run;&lt;/CODE&gt;&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2019 17:16:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Formating-output-after-proc-univariate/m-p/572859#M161682</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-07-11T17:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Formating output after proc univariate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Formating-output-after-proc-univariate/m-p/572866#M161684</link>
      <description>&lt;P&gt;Thanks Paige!&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2019 17:22:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Formating-output-after-proc-univariate/m-p/572866#M161684</guid>
      <dc:creator>ChuksManuel</dc:creator>
      <dc:date>2019-07-11T17:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: Formating output after proc univariate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Formating-output-after-proc-univariate/m-p/574273#M162237</link>
      <description>&lt;P&gt;Hello PaigeMiller,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a similar problem i posted in the programming section.&lt;/P&gt;&lt;P&gt;Please can you take a look at it? I am trying to write the code based off this example.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;CHucks&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2019 16:44:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Formating-output-after-proc-univariate/m-p/574273#M162237</guid>
      <dc:creator>ChuksManuel</dc:creator>
      <dc:date>2019-07-17T16:44:56Z</dc:date>
    </item>
  </channel>
</rss>

