<?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: Make a proc tabulate/freq based on calculations in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Make-a-proc-tabulate-freq-based-on-calculations/m-p/712179#M27002</link>
    <description>&lt;P&gt;Is it possible to make the want dataset a proc report, as I need to not show the dates and make a layout of colors&lt;/P&gt;</description>
    <pubDate>Mon, 18 Jan 2021 18:31:19 GMT</pubDate>
    <dc:creator>mmea</dc:creator>
    <dc:date>2021-01-18T18:31:19Z</dc:date>
    <item>
      <title>Make a proc tabulate/freq based on calculations</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Make-a-proc-tabulate-freq-based-on-calculations/m-p/711377#M26898</link>
      <description>&lt;P&gt;I have this dataset - it is bigger but the structure are similar.&lt;/P&gt;&lt;P&gt;I dont know how to make the formats so jeg just put the dollar sign.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;&lt;PRE class="language-sas"&gt;&lt;CODE&gt;data have;
infile datalines dsd;
input Method :$1. region :$1. PLACE :$12. DATE :ddmmyy10. value;
format date ddmmyy10.;
datalines;
B,H,testplace 1,12-01-2021,84
A,H,testplace 1,12-01-2021,42
B,H,testplace 1,13-01-2021,93
A,H,testplace 1,13-01-2021,76
B,H,testplace 1,14-01-2021,91
A,H,testplace 1,14-01-2021,81
B,H,testplace 1,15-01-2021,97
A,H,testplace 1,15-01-2021,1
B,H,testplace 1,16-01-2021,96
A,H,testplace 1,16-01-2021,93
B,H,testplace 1,17-01-2021,99
A,H,testplace 1,17-01-2021,97
B,H,testplace 1,18-01-2021,100
A,H,testplace 1,18-01-2021,98
B,H,testplace 1,19-01-2021,100
A,H,testplace 1,19-01-2021,98
B,H,testplace 1,20-01-2021,2
A,H,testplace 1,20-01-2021,98
B,H,testplace 2,12-01-2021,100
A,H,testplace 2,12-01-2021,56
B,H,testplace 2,13-01-2021,100
A,H,testplace 2,13-01-2021,84
B,H,testplace 2,14-01-2021,100
A,H,testplace 2,14-01-2021,87
B,H,testplace 2,15-01-2021,100
A,H,testplace 2,15-01-2021,89
B,H,testplace 2,16-01-2021,100
A,H,testplace 2,16-01-2021,2
B,H,testplace 2,17-01-2021,100
A,H,testplace 2,17-01-2021,97
B,H,testplace 2,18-01-2021,100
A,H,testplace 2,18-01-2021,98
B,H,testplace 2,19-01-2021,100
A,H,testplace 2,19-01-2021,97
B,H,testplace 2,20-01-2021,100
A,H,testplace 2,20-01-2021,98
;&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I wish to have this output as a tabulate or freq:&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;PLACE&lt;/TD&gt;&lt;TD&gt;METHOD A&lt;/TD&gt;&lt;TD&gt;METHOD B&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;REGION&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;H&lt;/TD&gt;&lt;TD&gt;testplace 1&lt;/TD&gt;&lt;TD&gt;0 day&lt;/TD&gt;&lt;TD&gt;0 days&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;testplace 2&lt;/TD&gt;&lt;TD&gt;0 days&lt;/TD&gt;&lt;TD&gt;0 days&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so what i mean is :&lt;/P&gt;&lt;P&gt;testplace 1, method A, on date 12/01/2021,should be 0 days of waiting time because as the value is over 10.&lt;/P&gt;&lt;P&gt;testplace 1, method B, on date 12/01/2021,should be 0 days of waiting time because as the value is over 10.&lt;/P&gt;&lt;P&gt;testplace 1, method B, on date 20/01/2021,should be 1 days of waiting time because as the value is under 10 untill next day where it is over 10, if it was under 10 in the next day, and over 10 the day after that, then 2 days of waiting time.&lt;/P&gt;&lt;P&gt;testplace 1, method A, on date 20/01/2021,should be 0 days of waiting time because as the value is over 10.&lt;/P&gt;&lt;P&gt;The values are percentages so anything under 10% there will be a waiting time untill the value is at LEAST 10%&lt;/P&gt;&lt;P&gt;The rule is basicially "WAITING TIME UNTILL next day when the VALUE is over then 10"&lt;/P&gt;&lt;P&gt;Can someone please help with a code that can do this calculation?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 09:24:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Make-a-proc-tabulate-freq-based-on-calculations/m-p/711377#M26898</guid>
      <dc:creator>mmea</dc:creator>
      <dc:date>2021-01-14T09:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: Make a proc tabulate/freq based on calculations</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Make-a-proc-tabulate-freq-based-on-calculations/m-p/711379#M26899</link>
      <description>&lt;P&gt;Whenever you have to deal with blanks in character values, I recommend to use a comma as delimiter. Please check if this code creates your example dataset (your code won't run because of syntax errors, and once those are fixed, deal incorrectly with the blanks in PLACE):&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
infile datalines dsd;
input Method :$1. region :$1. PLACE :$12. DATE :ddmmyy10. value;
format date ddmmyy10.;
datalines;
B,H,testplace 1,12-01-2021,84
A,H,testplace 1,12-01-2021,42
B,H,testplace 1,13-01-2021,93
A,H,testplace 1,13-01-2021,76
B,H,testplace 1,14-01-2021,91
A,H,testplace 1,14-01-2021,81
B,H,testplace 1,15-01-2021,97
A,H,testplace 1,15-01-2021,1
B,H,testplace 1,16-01-2021,96
A,H,testplace 1,16-01-2021,93
B,H,testplace 1,17-01-2021,99
A,H,testplace 1,17-01-2021,97
B,H,testplace 1,18-01-2021,100
A,H,testplace 1,18-01-2021,98
B,H,testplace 1,19-01-2021,100
A,H,testplace 1,19-01-2021,98
B,H,testplace 1,20-01-2021,2
A,H,testplace 1,20-01-2021,98
B,H,testplace 2,12-01-2021,100
A,H,testplace 2,12-01-2021,56
B,H,testplace 2,13-01-2021,100
A,H,testplace 2,13-01-2021,84
B,H,testplace 2,14-01-2021,100
A,H,testplace 2,14-01-2021,87
B,H,testplace 2,15-01-2021,100
A,H,testplace 2,15-01-2021,89
B,H,testplace 2,16-01-2021,100
A,H,testplace 2,16-01-2021,2
B,H,testplace 2,17-01-2021,100
A,H,testplace 2,17-01-2021,97
B,H,testplace 2,18-01-2021,100
A,H,testplace 2,18-01-2021,98
B,H,testplace 2,19-01-2021,100
A,H,testplace 2,19-01-2021,97
B,H,testplace 2,20-01-2021,100
A,H,testplace 2,20-01-2021,98
;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 14 Jan 2021 09:20:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Make-a-proc-tabulate-freq-based-on-calculations/m-p/711379#M26899</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-01-14T09:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Make a proc tabulate/freq based on calculations</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Make-a-proc-tabulate-freq-based-on-calculations/m-p/711383#M26900</link>
      <description>&lt;P&gt;I changed it in my question - hope that someone can help me&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 09:25:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Make-a-proc-tabulate-freq-based-on-calculations/m-p/711383#M26900</guid>
      <dc:creator>mmea</dc:creator>
      <dc:date>2021-01-14T09:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Make a proc tabulate/freq based on calculations</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Make-a-proc-tabulate-freq-based-on-calculations/m-p/711388#M26901</link>
      <description>&lt;P&gt;Based on the dataset as posted previously, try this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sort data=have;
by region place method descending date;
run;

data comp;
set have;
by region place method;
retain _end;
format _end ddmmyy10.;
if first.method then _end = date + 1;
if value ge 10
then do;
  _end = date;
  days = 0;
end;
else do;
  days = ifn(_end ne .,_end - date,0);
end;
run;

proc sort data=comp;
by date region place method;
run;

proc transpose
  data=comp
  out=want (drop=_:)
  prefix=days_
;
by date region place;
var days;
id method;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 14 Jan 2021 09:58:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Make-a-proc-tabulate-freq-based-on-calculations/m-p/711388#M26901</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-01-14T09:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Make a proc tabulate/freq based on calculations</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Make-a-proc-tabulate-freq-based-on-calculations/m-p/711391#M26902</link>
      <description>&lt;P&gt;THANK YOU SO MUCH - IT HELPED AND WORKED!&lt;/P&gt;&lt;P&gt;Just one last question before closing this post - how can I make a proc report like this based on the results I got;&lt;/P&gt;&lt;P&gt;I have to run this code for every day - so the proc report/tabulate has to be based on the current dat:&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="dsfesdfesf.png"&gt;&lt;img src="https://communities.sas.com/skins/images/2FD96521DCF95C42FE57BF2A7CB72678/responsive_peak/images/image_not_found.png" alt="dsfesdfesf.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 10:12:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Make-a-proc-tabulate-freq-based-on-calculations/m-p/711391#M26902</guid>
      <dc:creator>mmea</dc:creator>
      <dc:date>2021-01-14T10:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: Make a proc tabulate/freq based on calculations</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Make-a-proc-tabulate-freq-based-on-calculations/m-p/711398#M26903</link>
      <description>&lt;P&gt;Start with a simple PROC PRINT, and from there expand with TITLEs:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc format;
picture daysfmt
  low-high = "009 days"
;
run;

%let repdate=%sysfunc(inputn(20210112,yymmdd8.));

proc print data=want noobs;
where date = &amp;amp;repdate;
format method: daysfmt.;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 14 Jan 2021 10:29:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Make-a-proc-tabulate-freq-based-on-calculations/m-p/711398#M26903</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-01-14T10:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Make a proc tabulate/freq based on calculations</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Make-a-proc-tabulate-freq-based-on-calculations/m-p/711400#M26904</link>
      <description>&lt;P&gt;I cant see anything - other than formats?&lt;/P&gt;&lt;P&gt;Should the proc print give me a proc report?&lt;/P&gt;&lt;P&gt;How can I make a proc tabulate like the one I showed in a proc report?&lt;/P&gt;&lt;P&gt;Should I add that under this ?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 10:34:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Make-a-proc-tabulate-freq-based-on-calculations/m-p/711400#M26904</guid>
      <dc:creator>mmea</dc:creator>
      <dc:date>2021-01-14T10:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Make a proc tabulate/freq based on calculations</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Make-a-proc-tabulate-freq-based-on-calculations/m-p/711403#M26905</link>
      <description>&lt;P&gt;This is the result of the PROC PRINT:&lt;/P&gt;
&lt;PRE&gt;DATE	region	PLACE	method_A	method_B
12/01/2021	H	testplace 1	0 days	0 days
12/01/2021	H	testplace 2	0 days	0 days
&lt;/PRE&gt;
&lt;P&gt;(the header line is shifted because of the tab width of the &amp;lt;/&amp;gt; subwindow)&lt;/P&gt;
&lt;P&gt;You don't need TABULATE or REPORT, as the data is already contained in dataset WANT.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 10:43:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Make-a-proc-tabulate-freq-based-on-calculations/m-p/711403#M26905</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-01-14T10:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Make a proc tabulate/freq based on calculations</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Make-a-proc-tabulate-freq-based-on-calculations/m-p/711405#M26906</link>
      <description>&lt;P&gt;1086&lt;BR /&gt;1087 %let repdate=%sysfunc(inputn(20210112,yymmdd8.));&lt;BR /&gt;1088&lt;BR /&gt;1089 proc print data=pdf1 noobs;&lt;BR /&gt;1090 where date = &amp;amp;repdate;&lt;BR /&gt;1091 format method: daysfmt.;&lt;BR /&gt;ERROR: You are trying to use the numeric format DAYSFMT with the character variable method in data&lt;BR /&gt;set WORK.PDF1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it gives me this in the Log&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 10:46:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Make-a-proc-tabulate-freq-based-on-calculations/m-p/711405#M26906</guid>
      <dc:creator>mmea</dc:creator>
      <dc:date>2021-01-14T10:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Make a proc tabulate/freq based on calculations</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Make-a-proc-tabulate-freq-based-on-calculations/m-p/711406#M26907</link>
      <description>&lt;P&gt;and what does "009 days" means?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 10:48:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Make-a-proc-tabulate-freq-based-on-calculations/m-p/711406#M26907</guid>
      <dc:creator>mmea</dc:creator>
      <dc:date>2021-01-14T10:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Make a proc tabulate/freq based on calculations</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Make-a-proc-tabulate-freq-based-on-calculations/m-p/711413#M26909</link>
      <description>&lt;P&gt;With the &lt;STRONG&gt;DATA AS POSTED&lt;/STRONG&gt;, the code works. Period.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
infile datalines dsd;
input Method :$1. region :$1. PLACE :$12. DATE :ddmmyy10. value;
format date ddmmyy10.;
datalines;
B,H,testplace 1,12-01-2021,84
A,H,testplace 1,12-01-2021,42
B,H,testplace 1,13-01-2021,93
A,H,testplace 1,13-01-2021,76
B,H,testplace 1,14-01-2021,91
A,H,testplace 1,14-01-2021,81
B,H,testplace 1,15-01-2021,97
A,H,testplace 1,15-01-2021,1
B,H,testplace 1,16-01-2021,96
A,H,testplace 1,16-01-2021,93
B,H,testplace 1,17-01-2021,99
A,H,testplace 1,17-01-2021,97
B,H,testplace 1,18-01-2021,100
A,H,testplace 1,18-01-2021,98
B,H,testplace 1,19-01-2021,100
A,H,testplace 1,19-01-2021,98
B,H,testplace 1,20-01-2021,2
A,H,testplace 1,20-01-2021,98
B,H,testplace 2,12-01-2021,100
A,H,testplace 2,12-01-2021,56
B,H,testplace 2,13-01-2021,100
A,H,testplace 2,13-01-2021,84
B,H,testplace 2,14-01-2021,100
A,H,testplace 2,14-01-2021,87
B,H,testplace 2,15-01-2021,100
A,H,testplace 2,15-01-2021,89
B,H,testplace 2,16-01-2021,100
A,H,testplace 2,16-01-2021,2
B,H,testplace 2,17-01-2021,100
A,H,testplace 2,17-01-2021,97
B,H,testplace 2,18-01-2021,100
A,H,testplace 2,18-01-2021,98
B,H,testplace 2,19-01-2021,100
A,H,testplace 2,19-01-2021,97
B,H,testplace 2,20-01-2021,100
A,H,testplace 2,20-01-2021,98
;

proc sort data=have;
by region place method descending date;
run;

data comp;
set have;
by region place method;
retain _end;
format _end ddmmyy10.;
if first.method then _end = date + 1;
if value ge 10
then do;
  _end = date;
  days = 0;
end;
else do;
  days = ifn(_end ne .,_end - date,0);
end;
run;

proc sort data=comp;
by date region place method;
run;

proc transpose
  data=comp
  out=want (drop=_:)
  prefix=method_
;
by date region place;
var days;
id method;
run;

proc format;
picture daysfmt
  low-high = "009 days"
;
run;

%let repdate=%sysfunc(inputn(20210112,yymmdd8.));

proc print data=want noobs;
where date = &amp;amp;repdate;
format method: daysfmt.;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Log:&lt;/P&gt;
&lt;PRE&gt; 
 1          OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 72         
 73         data have;
 74         infile datalines dsd;
 75         input Method :$1. region :$1. PLACE :$12. DATE :ddmmyy10. value;
 76         format date ddmmyy10.;
 77         datalines;
 
 NOTE: The data set WORK.HAVE has 36 observations and 5 variables.
 NOTE:  Verwendet wurde: DATA statement - (Gesamtverarbeitungszeit):
       real time           0.00 seconds
       cpu time            0.00 seconds
       
 
 114        ;
 115        
 116        proc sort data=have;
 117        by region place method descending date;
 118        run;
 
 NOTE: There were 36 observations read from the data set WORK.HAVE.
 NOTE: The data set WORK.HAVE has 36 observations and 5 variables.
 NOTE:  Verwendet wurde: PROZEDUR SORT - (Gesamtverarbeitungszeit):
       real time           0.00 seconds
       cpu time            0.00 seconds
       
 
 119        
 120        data comp;
 121        set have;
 122        by region place method;
 123        retain _end;
 124        format _end ddmmyy10.;
 125        if first.method then _end = date + 1;
 126        if value ge 10
 127        then do;
 128          _end = date;
 129          days = 0;
 130        end;
 131        else do;
 132          days = ifn(_end ne .,_end - date,0);
 133        end;
 134        run;
 
 NOTE: There were 36 observations read from the data set WORK.HAVE.
 NOTE: The data set WORK.COMP has 36 observations and 7 variables.
 NOTE:  Verwendet wurde: DATA statement - (Gesamtverarbeitungszeit):
       real time           0.00 seconds
       cpu time            0.01 seconds
       
 
 135        
 136        proc sort data=comp;
 137        by date region place method;
 138        run;
 
 NOTE: There were 36 observations read from the data set WORK.COMP.
 NOTE: The data set WORK.COMP has 36 observations and 7 variables.
 NOTE:  Verwendet wurde: PROZEDUR SORT - (Gesamtverarbeitungszeit):
       real time           0.00 seconds
       cpu time            0.01 seconds
       
 
 139        
 140        proc transpose
 141          data=comp
 142          out=want (drop=_:)
 143          prefix=method_
 144        ;
 145        by date region place;
 146        var days;
 147        id method;
 148        run;
 
 NOTE: There were 36 observations read from the data set WORK.COMP.
 NOTE: The data set WORK.WANT has 18 observations and 5 variables.
 NOTE:  Verwendet wurde: PROZEDUR TRANSPOSE - (Gesamtverarbeitungszeit):
       real time           0.00 seconds
       cpu time            0.00 seconds
       
 
 149        
 150        proc format;
 151        picture daysfmt
 152          low-high = "009 days"
 153        ;
 NOTE: Format DAYSFMT is already on the library WORK.FORMATS.
 NOTE: Format DAYSFMT has been output.
 154        run;
 
 NOTE:  Verwendet wurde: PROZEDUR FORMAT - (Gesamtverarbeitungszeit):
       real time           0.00 seconds
       cpu time            0.00 seconds
       
 
 155        
 156        %let repdate=%sysfunc(inputn(20210112,yymmdd8.));
 157        
 158        proc print data=want noobs;
 159        where date = &amp;amp;repdate;
 160        format method: daysfmt.;
 161        run;
 
 NOTE: There were 2 observations read from the data set WORK.WANT.
       WHERE date=22292;
 NOTE:  Verwendet wurde: PROZEDUR PRINT - (Gesamtverarbeitungszeit):
       real time           0.03 seconds
       cpu time            0.03 seconds
       
 
 162        
 163        OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 175        &lt;/PRE&gt;</description>
      <pubDate>Thu, 14 Jan 2021 11:04:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Make-a-proc-tabulate-freq-based-on-calculations/m-p/711413#M26909</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-01-14T11:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Make a proc tabulate/freq based on calculations</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Make-a-proc-tabulate-freq-based-on-calculations/m-p/711416#M26911</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/353472"&gt;@mmea&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;and what does "009 days" means?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Maxim 1: Read the Documentation, in this case, the &lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=proc&amp;amp;docsetTarget=p0n990vq8gxca6n1vnsracr6jp2c.htm&amp;amp;locale=de" target="_blank" rel="noopener"&gt;PICTURE Statement&lt;/A&gt; in PROC FORMAT.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 11:15:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Make-a-proc-tabulate-freq-based-on-calculations/m-p/711416#M26911</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-01-14T11:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Make a proc tabulate/freq based on calculations</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Make-a-proc-tabulate-freq-based-on-calculations/m-p/712179#M27002</link>
      <description>&lt;P&gt;Is it possible to make the want dataset a proc report, as I need to not show the dates and make a layout of colors&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 18:31:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Make-a-proc-tabulate-freq-based-on-calculations/m-p/712179#M27002</guid>
      <dc:creator>mmea</dc:creator>
      <dc:date>2021-01-18T18:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: Make a proc tabulate/freq based on calculations</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Make-a-proc-tabulate-freq-based-on-calculations/m-p/712360#M27018</link>
      <description>&lt;P&gt;Replace the TRANSPOSE and PRINT with this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc report data=comp;
where date = &amp;amp;repdate;
column region place days,method n;
define region / group;
define place / group;
define method / across;
define days / "" display format=daysfmt.;
define n / noprint;
run;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 19 Jan 2021 09:19:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Make-a-proc-tabulate-freq-based-on-calculations/m-p/712360#M27018</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-01-19T09:19:36Z</dc:date>
    </item>
  </channel>
</rss>

