<?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 PROC REPORT COMPLETECOLS NOT SHOWING ALL DATES AS ACROSS COLUMN in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-COMPLETECOLS-NOT-SHOWING-ALL-DATES-AS-ACROSS-COLUMN/m-p/889948#M351619</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a proc report where I am trying to get all the dates as across column where few of the dates data is missing but it is not working.&lt;/P&gt;&lt;P&gt;You can see the "06AUG2023" column is missing. We don't have the data for that day but using preloadfmt and completecols it should have worked. Any guess what's the issue?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Manish_Dobriyal_0-1692379994363.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/86826i1168E3FF5DACAD18/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Manish_Dobriyal_0-1692379994363.png" alt="Manish_Dobriyal_0-1692379994363.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Code:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Proc Format;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; Value $types&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'Overdue&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;' = 'Overdue&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'Due Today (0-2) ' = 'Due Today (0-2) '&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'Due 3-5 Days&amp;nbsp; &amp;nbsp; '= 'Due 3-5 Days&amp;nbsp; &amp;nbsp; '&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'Due 6-10 Days&amp;nbsp; &amp;nbsp;'= 'Due 6-10 Days&amp;nbsp; &amp;nbsp;'&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'Due Over 10 Days'= 'Due Over 10 Days'&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; ;&lt;/DIV&gt;&lt;DIV&gt;Run;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;proc format ;&lt;/DIV&gt;&lt;DIV&gt;value benefit&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;'01Aug2023'd-high = [date9.]&lt;/DIV&gt;&lt;DIV&gt;;&lt;/DIV&gt;&lt;DIV&gt;run;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;PROC REPORT DATA=UM_SPLIT2 NOWD spanrows&amp;nbsp; SPLIT="*"&amp;nbsp; completecols&amp;nbsp; completerows missing;&lt;/DIV&gt;&lt;DIV&gt;where type='Incoming' and um_unit='BH';&lt;/DIV&gt;&lt;DIV&gt;title1;&lt;/DIV&gt;&lt;DIV&gt;format MPODAYS $types.;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;column&lt;/DIV&gt;&lt;DIV&gt;UM_UNIT&lt;/DIV&gt;&lt;DIV&gt;MPODAYS&lt;/DIV&gt;&lt;DIV&gt;ttl&lt;/DIV&gt;&lt;DIV&gt;,Report_Date ;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Define Report_Date / across " " order=internal preloadfmt format=benefit.;&lt;/DIV&gt;&lt;DIV&gt;define UM_UNIT / group&amp;nbsp; " "&amp;nbsp; order=internal&amp;nbsp; ;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;define ttl / sum " " style=[tagattr = 'format:#,##0'];&lt;/DIV&gt;&lt;DIV&gt;DEFINE MPODAYS / group "Summary by Due Date and by Member/Provider"&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;order=internal preloadfmt ;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;break after UM_UNIT /&amp;nbsp; summarize STYLE = BREAK;&lt;/DIV&gt;&lt;DIV&gt;compute after UM_UNIT;&lt;/DIV&gt;&lt;DIV&gt;line '';&lt;/DIV&gt;&lt;DIV&gt;endcomp;&lt;/DIV&gt;&lt;DIV&gt;RUN;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 18 Aug 2023 17:35:19 GMT</pubDate>
    <dc:creator>Ninja_turtle</dc:creator>
    <dc:date>2023-08-18T17:35:19Z</dc:date>
    <item>
      <title>PROC REPORT COMPLETECOLS NOT SHOWING ALL DATES AS ACROSS COLUMN</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-COMPLETECOLS-NOT-SHOWING-ALL-DATES-AS-ACROSS-COLUMN/m-p/889948#M351619</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a proc report where I am trying to get all the dates as across column where few of the dates data is missing but it is not working.&lt;/P&gt;&lt;P&gt;You can see the "06AUG2023" column is missing. We don't have the data for that day but using preloadfmt and completecols it should have worked. Any guess what's the issue?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Manish_Dobriyal_0-1692379994363.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/86826i1168E3FF5DACAD18/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Manish_Dobriyal_0-1692379994363.png" alt="Manish_Dobriyal_0-1692379994363.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Code:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Proc Format;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; Value $types&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'Overdue&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;' = 'Overdue&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'Due Today (0-2) ' = 'Due Today (0-2) '&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'Due 3-5 Days&amp;nbsp; &amp;nbsp; '= 'Due 3-5 Days&amp;nbsp; &amp;nbsp; '&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'Due 6-10 Days&amp;nbsp; &amp;nbsp;'= 'Due 6-10 Days&amp;nbsp; &amp;nbsp;'&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'Due Over 10 Days'= 'Due Over 10 Days'&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; ;&lt;/DIV&gt;&lt;DIV&gt;Run;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;proc format ;&lt;/DIV&gt;&lt;DIV&gt;value benefit&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;'01Aug2023'd-high = [date9.]&lt;/DIV&gt;&lt;DIV&gt;;&lt;/DIV&gt;&lt;DIV&gt;run;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;PROC REPORT DATA=UM_SPLIT2 NOWD spanrows&amp;nbsp; SPLIT="*"&amp;nbsp; completecols&amp;nbsp; completerows missing;&lt;/DIV&gt;&lt;DIV&gt;where type='Incoming' and um_unit='BH';&lt;/DIV&gt;&lt;DIV&gt;title1;&lt;/DIV&gt;&lt;DIV&gt;format MPODAYS $types.;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;column&lt;/DIV&gt;&lt;DIV&gt;UM_UNIT&lt;/DIV&gt;&lt;DIV&gt;MPODAYS&lt;/DIV&gt;&lt;DIV&gt;ttl&lt;/DIV&gt;&lt;DIV&gt;,Report_Date ;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Define Report_Date / across " " order=internal preloadfmt format=benefit.;&lt;/DIV&gt;&lt;DIV&gt;define UM_UNIT / group&amp;nbsp; " "&amp;nbsp; order=internal&amp;nbsp; ;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;define ttl / sum " " style=[tagattr = 'format:#,##0'];&lt;/DIV&gt;&lt;DIV&gt;DEFINE MPODAYS / group "Summary by Due Date and by Member/Provider"&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;order=internal preloadfmt ;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;break after UM_UNIT /&amp;nbsp; summarize STYLE = BREAK;&lt;/DIV&gt;&lt;DIV&gt;compute after UM_UNIT;&lt;/DIV&gt;&lt;DIV&gt;line '';&lt;/DIV&gt;&lt;DIV&gt;endcomp;&lt;/DIV&gt;&lt;DIV&gt;RUN;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Aug 2023 17:35:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-COMPLETECOLS-NOT-SHOWING-ALL-DATES-AS-ACROSS-COLUMN/m-p/889948#M351619</guid>
      <dc:creator>Ninja_turtle</dc:creator>
      <dc:date>2023-08-18T17:35:19Z</dc:date>
    </item>
    <item>
      <title>Proc report completecols not working</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-COMPLETECOLS-NOT-SHOWING-ALL-DATES-AS-ACROSS-COLUMN/m-p/889951#M351660</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a proc report where I am trying to get all the dates as across column where few of the dates data is missing but it is not working.&lt;/P&gt;&lt;P&gt;You can see the "06AUG2023" column is missing. We don't have the data for that day but using preloadfmt and completecols it should have worked. Any guess what's the issue?&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="Manish_Dobriyal_0-1692380561894.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/86827iE8DFF4630A14F2F9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Manish_Dobriyal_0-1692380561894.png" alt="Manish_Dobriyal_0-1692380561894.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Proc Format;&lt;BR /&gt;Value $types&lt;BR /&gt;'Overdue ' = 'Overdue '&lt;BR /&gt;'Due Today (0-2) ' = 'Due Today (0-2) '&lt;BR /&gt;'Due 3-5 Days '= 'Due 3-5 Days '&lt;BR /&gt;'Due 6-10 Days '= 'Due 6-10 Days '&lt;BR /&gt;'Due Over 10 Days'= 'Due Over 10 Days'&lt;BR /&gt;;&lt;BR /&gt;Run;&lt;BR /&gt;&lt;BR /&gt;proc format ;&lt;BR /&gt;value benefit&lt;BR /&gt;'01Aug2023'd-high = [date9.]&lt;BR /&gt;;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;PROC REPORT DATA=UM_SPLIT2 NOWD spanrows SPLIT="*" completecols completerows missing;&lt;BR /&gt;where type='Incoming' and um_unit='BH';&lt;BR /&gt;title1;&lt;BR /&gt;format MPODAYS $types.;&lt;BR /&gt;&lt;BR /&gt;column&lt;BR /&gt;UM_UNIT&lt;BR /&gt;MPODAYS&lt;BR /&gt;ttl&lt;BR /&gt;,Report_Date ;&lt;BR /&gt;&lt;BR /&gt;Define Report_Date / across " " order=internal preloadfmt format=benefit.;&lt;BR /&gt;define UM_UNIT / group " " order=internal ;&lt;BR /&gt;define ttl / sum " " style=[tagattr = 'format:#,##0'];&lt;BR /&gt;DEFINE MPODAYS / group "Summary by Due Date and by Member/Provider"&lt;BR /&gt;order=internal preloadfmt ;&lt;BR /&gt;&lt;BR /&gt;break after UM_UNIT / summarize STYLE = BREAK;&lt;BR /&gt;compute after UM_UNIT;&lt;BR /&gt;line '';&lt;BR /&gt;endcomp;&lt;BR /&gt;RUN;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Aug 2023 17:42:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-COMPLETECOLS-NOT-SHOWING-ALL-DATES-AS-ACROSS-COLUMN/m-p/889951#M351660</guid>
      <dc:creator>Ninja_turtle</dc:creator>
      <dc:date>2023-08-18T17:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: PROC REPORT COMPLETECOLS NOT SHOWING ALL DATES AS ACROSS COLUMN</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-COMPLETECOLS-NOT-SHOWING-ALL-DATES-AS-ACROSS-COLUMN/m-p/889952#M351621</link>
      <description>&lt;P&gt;Not sure what you think it is going to preload for that BENEFIT format.&lt;/P&gt;
&lt;P&gt;Do you want a separate column for every day from the start of August to the end of time?&lt;/P&gt;
&lt;P&gt;Try it with a simple format definition.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;value benefit 
'01Aug2023'd-high = '01Aug2023+'
;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Aug 2023 17:44:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-COMPLETECOLS-NOT-SHOWING-ALL-DATES-AS-ACROSS-COLUMN/m-p/889952#M351621</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2023-08-18T17:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: PROC REPORT COMPLETECOLS NOT SHOWING ALL DATES AS ACROSS COLUMN</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-COMPLETECOLS-NOT-SHOWING-ALL-DATES-AS-ACROSS-COLUMN/m-p/889955#M351622</link>
      <description>&lt;P&gt;Hi Tom,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the suggestion but I am trying to create the category so that everyday has a column like in my screenshot you won't find 6thAugust column which I want with zero as value or . to show that we don't have data for that day.'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The read arrow shows that 6th August data is not there hence no column I want the column for those days as well where we don't have data.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Manish_Dobriyal_0-1692380948957.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/86828i44D36A323581625D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Manish_Dobriyal_0-1692380948957.png" alt="Manish_Dobriyal_0-1692380948957.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Aug 2023 17:49:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-COMPLETECOLS-NOT-SHOWING-ALL-DATES-AS-ACROSS-COLUMN/m-p/889955#M351622</guid>
      <dc:creator>Ninja_turtle</dc:creator>
      <dc:date>2023-08-18T17:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: PROC REPORT COMPLETECOLS NOT SHOWING ALL DATES AS ACROSS COLUMN</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-COMPLETECOLS-NOT-SHOWING-ALL-DATES-AS-ACROSS-COLUMN/m-p/889957#M351624</link>
      <description>&lt;P&gt;So you need a record for AUG 6th in your format definition.&lt;/P&gt;
&lt;P&gt;You still haven't stated what time window you want.&lt;/P&gt;
&lt;P&gt;Perhaps the month of August?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data formats;
 fmtname='benefit';
 do start='01AUG2023'd to '31AUG2023'd ;
   value=put(start,date9.);
   output;
  end;
run;
proc format cntlin=formats;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 18 Aug 2023 17:54:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-COMPLETECOLS-NOT-SHOWING-ALL-DATES-AS-ACROSS-COLUMN/m-p/889957#M351624</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2023-08-18T17:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: PROC REPORT COMPLETECOLS NOT SHOWING ALL DATES AS ACROSS COLUMN</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-COMPLETECOLS-NOT-SHOWING-ALL-DATES-AS-ACROSS-COLUMN/m-p/889959#M351625</link>
      <description>&lt;P&gt;yes I need for august and the code provided errors out with "ERROR: Missing LABEL variable."&lt;/P&gt;</description>
      <pubDate>Fri, 18 Aug 2023 17:56:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-COMPLETECOLS-NOT-SHOWING-ALL-DATES-AS-ACROSS-COLUMN/m-p/889959#M351625</guid>
      <dc:creator>Ninja_turtle</dc:creator>
      <dc:date>2023-08-18T17:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: PROC REPORT COMPLETECOLS NOT SHOWING ALL DATES AS ACROSS COLUMN</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-COMPLETECOLS-NOT-SHOWING-ALL-DATES-AS-ACROSS-COLUMN/m-p/889960#M351626</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/432529"&gt;@Ninja_turtle&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;yes I need for august and the code provided errors out with "ERROR: Missing LABEL variable."&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;So fix it to use LABEL instead of VALUE.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Aug 2023 17:57:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-COMPLETECOLS-NOT-SHOWING-ALL-DATES-AS-ACROSS-COLUMN/m-p/889960#M351626</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2023-08-18T17:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: PROC REPORT COMPLETECOLS NOT SHOWING ALL DATES AS ACROSS COLUMN</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-COMPLETECOLS-NOT-SHOWING-ALL-DATES-AS-ACROSS-COLUMN/m-p/889971#M351632</link>
      <description>&lt;P&gt;You will need to restrict the range of your variable to allow use of Preloadfmt.&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;PRE&gt;459  proc format;
460  value dummy
461    11-high=[Z5.]
462    other=' '
463  ;
NOTE: Format DUMMY is already on the library WORK.FORMATS.
NOTE: Format DUMMY has been output.
464  run;

NOTE: PROCEDURE FORMAT used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds


465
466  proc report data=sashelp.class;
467     columns name age,weight;
468     define name/group;
469     define age/across order=data preloadfmt format=dummy.;
470  run;

&lt;FONT color="#008000"&gt;&lt;STRONG&gt;WARNING: The format for variable Age cannot be preloaded. A finite set of
         formatted values cannot be produced from the format.  The format
         is not recognized, is a SAS format, calls a function, or contains
         a nested format in its definition. Preload will have no effect.&lt;/STRONG&gt;&lt;/FONT&gt;
NOTE: There were 19 observations read from the data set SASHELP.CLASS.
NOTE: PROCEDURE REPORT used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds

&lt;/PRE&gt;
&lt;P&gt;Preloadfmt usage wants a discrete list of values no numeric ranges even short ones. Remember that 0-1 interval contains an infinite number of&amp;nbsp; values. It also not fond of the use [someotherformat.] intended for ranges.&lt;/P&gt;
&lt;P&gt;The keyword Other does work but the remaining values pretty much require value='display' pairs for use with&lt;/P&gt;
&lt;P&gt;Preloadfmt.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Aug 2023 18:24:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-COMPLETECOLS-NOT-SHOWING-ALL-DATES-AS-ACROSS-COLUMN/m-p/889971#M351632</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-08-18T18:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report completecols not working</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-COMPLETECOLS-NOT-SHOWING-ALL-DATES-AS-ACROSS-COLUMN/m-p/889987#M351661</link>
      <description>&lt;P&gt;You should have a WARNING that the format "&lt;SPAN&gt;benefit" is not preloadable.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Look at the documentation lots of good infor there.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Aug 2023 20:52:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-COMPLETECOLS-NOT-SHOWING-ALL-DATES-AS-ACROSS-COLUMN/m-p/889987#M351661</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2023-08-18T20:52:22Z</dc:date>
    </item>
  </channel>
</rss>

