<?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: How to make Proc Calendar boxes bigger and calendar take whole page in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-make-Proc-Calendar-boxes-bigger-and-calendar-take-whole/m-p/192774#M13076</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks - I have a call in to Tech Support and they're trying to round up someone with Proc Calendar knowledge...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Mar 2014 16:58:41 GMT</pubDate>
    <dc:creator>JSWilson64</dc:creator>
    <dc:date>2014-03-05T16:58:41Z</dc:date>
    <item>
      <title>How to make Proc Calendar boxes bigger and calendar take whole page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-make-Proc-Calendar-boxes-bigger-and-calendar-take-whole/m-p/192769#M13071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to create some calendars using a data set of simple single-day events.&lt;/P&gt;&lt;P&gt;In my data set, the maximum number of "events" per day is 8 and the maximum string length of an event is 22 characters.&lt;/P&gt;&lt;P&gt;Events occur on all days of the week so limiting to weekdays will not help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I run Proc Calendar to create my output, it truncates my event entries and leaves some off (directing output to screen).&lt;/P&gt;&lt;P&gt;I have tried setting the linesize and pagesize options, tried setting papersize to legal, tried portrait / landscape and nothing helps.&lt;/P&gt;&lt;P&gt;Plus when I direct my output to PDF it shrinks the calendar to approximately 2/3 of a page wide and tall. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to be able to display all events in their entirety - I realize it's probably a simple setting but most of what I do deals with raw data, not making it look pretty, so the output side of SAS is kind of a mystery.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help.&lt;/P&gt;&lt;P&gt;James Wilson,&lt;BR /&gt;Dallas TX&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 15:24:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-make-Proc-Calendar-boxes-bigger-and-calendar-take-whole/m-p/192769#M13071</guid>
      <dc:creator>JSWilson64</dc:creator>
      <dc:date>2014-03-05T15:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to make Proc Calendar boxes bigger and calendar take whole page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-make-Proc-Calendar-boxes-bigger-and-calendar-take-whole/m-p/192770#M13072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I should add:&lt;/P&gt;&lt;P&gt;SAS 9.3 on Windows XP platform.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 16:03:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-make-Proc-Calendar-boxes-bigger-and-calendar-take-whole/m-p/192770#M13072</guid>
      <dc:creator>JSWilson64</dc:creator>
      <dc:date>2014-03-05T16:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to make Proc Calendar boxes bigger and calendar take whole page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-make-Proc-Calendar-boxes-bigger-and-calendar-take-whole/m-p/192771#M13073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It may help us to provide the code you're using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The PDF issue might be the default font used by the style, but that's a guess.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 16:20:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-make-Proc-Calendar-boxes-bigger-and-calendar-take-whole/m-p/192771#M13073</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-03-05T16:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to make Proc Calendar boxes bigger and calendar take whole page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-make-Proc-Calendar-boxes-bigger-and-calendar-take-whole/m-p/192772#M13074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's basically what I'm running:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods pdf file="c:\mypath\caltest.pdf" ;&lt;/P&gt;&lt;P&gt;proc calendar data=cal;&lt;BR /&gt;start date;&lt;BR /&gt;dur dur;&lt;BR /&gt;var event;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;ods pdf close;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried playing with the linesize=, pagesize=, papersize, orientation options but all truncate either the number of events or the width of events. I'm not using any styles - just the default settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's some sample data without the stuff that would get me fired (all events are only one day dur=1 for all &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;FROM_DATE dur event &lt;/P&gt;&lt;P&gt;11AUG2010 1 2 other codes &lt;/P&gt;&lt;P&gt;11AUG2010 1 205xx Inj &lt;/P&gt;&lt;P&gt;11AUG2010 1 99205 &lt;/P&gt;&lt;P&gt;11AUG2010 1 ECG 2 codes &lt;/P&gt;&lt;P&gt;11AUG2010 1 Injection + 1 j drug &lt;/P&gt;&lt;P&gt;11AUG2010 1 PT &lt;/P&gt;&lt;P&gt;11AUG2010 1 UA / Lab &lt;/P&gt;&lt;P&gt;11AUG2010 1 venipuncture &lt;/P&gt;&lt;P&gt;17AUG2010 1 205xx Inj &lt;/P&gt;&lt;P&gt;17AUG2010 1 7 other codes &lt;/P&gt;&lt;P&gt;17AUG2010 1 99214 &lt;/P&gt;&lt;P&gt;17AUG2010 1 Injection + 2 j drugs &lt;/P&gt;&lt;P&gt;17AUG2010 1 UA / Lab &lt;/P&gt;&lt;P&gt;17AUG2010 1 venipuncture &lt;/P&gt;&lt;P&gt;24AUG2010 1 205xx Inj &lt;/P&gt;&lt;P&gt;24AUG2010 1 3 other codes &lt;/P&gt;&lt;P&gt;24AUG2010 1 99214 &lt;/P&gt;&lt;P&gt;24AUG2010 1 UA / Lab &lt;/P&gt;&lt;P&gt;24AUG2010 1 venipuncture&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 16:43:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-make-Proc-Calendar-boxes-bigger-and-calendar-take-whole/m-p/192772#M13074</guid>
      <dc:creator>JSWilson64</dc:creator>
      <dc:date>2014-03-05T16:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to make Proc Calendar boxes bigger and calendar take whole page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-make-Proc-Calendar-boxes-bigger-and-calendar-take-whole/m-p/192773#M13075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; You will need to check with Tech Support. I believe that part of the reason might be that PROC CALENDAR was originally designed for the LISTING window/destination. So it is designed to be MONOSPACE (fixed pitch font) output. I believe that when you use PROC CALENDAR with ODS, that ODS makes an area on the page and inside that area is the "batch" or LISTING output....using a fixed-pitch font and dashes and asterisks and other characters from the FORMCHAR option to make the calendar box. Therefore, I do not think you can impact the PROC CALENDAR output with a STYLE template. But, as I said, you need to check with Tech Support. There are a few procedures that work this way. I think CALENDAR was one, EXPLODE was another, possible PROC PLOT and PROC CHART and a few others. Tech Support could verify whether the style and margin options will have an impact on PDF. The documentation examples show HTML, but if you notice, in the doc, the calendar itself is "unstyled" -- only the title uses the style colors and fonts:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/proc/66663/HTML/default/viewer.htm#p0arkb12cfglbin1uwrr25hhp35e.htm" title="http://support.sas.com/documentation/cdl/en/proc/66663/HTML/default/viewer.htm#p0arkb12cfglbin1uwrr25hhp35e.htm"&gt;Base SAS(R) 9.4 Procedures Guide, Second Edition&lt;/A&gt; (calendar example showing monospace font for calendar and no style)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 16:47:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-make-Proc-Calendar-boxes-bigger-and-calendar-take-whole/m-p/192773#M13075</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2014-03-05T16:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to make Proc Calendar boxes bigger and calendar take whole page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-make-Proc-Calendar-boxes-bigger-and-calendar-take-whole/m-p/192774#M13076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks - I have a call in to Tech Support and they're trying to round up someone with Proc Calendar knowledge...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 16:58:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-make-Proc-Calendar-boxes-bigger-and-calendar-take-whole/m-p/192774#M13076</guid>
      <dc:creator>JSWilson64</dc:creator>
      <dc:date>2014-03-05T16:58:41Z</dc:date>
    </item>
  </channel>
</rss>

