<?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: Proc report for spacing and sub-variables adjustment in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-report-for-spacing-and-sub-variables-adjustment/m-p/366584#M18808</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/106917"&gt;@Harish2&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hi team,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also how to remove the cell borders and how to ge the format Y/N if possible as a single variable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Harish&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;To discuss details of your "Y/N" you'll have to provide some details of what your actual data looks like. A data step to generate a few records that looks like your data helps be specific.&lt;/P&gt;
&lt;P&gt;If you are currently using a custom format to create the displayed 0/0 value then you should also include the definition of that format. Since your code does not use any format statements we really cannot tell what may need to be changed.&lt;/P&gt;</description>
    <pubDate>Tue, 13 Jun 2017 14:14:21 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2017-06-13T14:14:21Z</dc:date>
    <item>
      <title>Proc report for spacing and sub-variables adjustment</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-report-for-spacing-and-sub-variables-adjustment/m-p/366454#M18799</link>
      <description>&lt;P&gt;Hi team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using the proc report to print the atatched,please fin find the below attachment for the same. Issue is I am not able maintian spacing as required for the report and i have only rigth and centre which is not fullfilling my requirement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please also find the code in the below.Please suggest me how to proceed with this for the report.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Title5 “KanCare Monitoring”;&lt;/P&gt;&lt;P&gt;title6&amp;nbsp;"Number of Beneficiaries Referred for Lock-In Review";&lt;/P&gt;&lt;P&gt;proc report data=table4a;/*&lt;/P&gt;&lt;P&gt;define case_subcategory_cd_desc/group 'Number of Beneficiaries Referred for Lock-In Review' style=[cellwidth=5.5 in just=left] ;*/&lt;/P&gt;&lt;P&gt;define case_subcategory_cd_desc/group&amp;nbsp;''&amp;nbsp;style=[cellwidth=&lt;STRONG&gt;5.5&lt;/STRONG&gt;&amp;nbsp;in just=left] ;&lt;/P&gt;&lt;P&gt;define Current_Month/sum style=[cellwidth=&lt;STRONG&gt;1.2&lt;/STRONG&gt;&amp;nbsp;in just=left] ;&lt;/P&gt;&lt;P&gt;define QTD/sum style=[cellwidth=&lt;STRONG&gt;1.2&lt;/STRONG&gt;&amp;nbsp;in just=left] ;&lt;/P&gt;&lt;P&gt;define YTD/sum style=[cellwidth=&lt;STRONG&gt;1.2&lt;/STRONG&gt;&amp;nbsp;in just=left] ;&lt;/P&gt;&lt;P&gt;options missing=&lt;STRONG&gt;0&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;title5;&lt;/P&gt;&lt;P&gt;title6;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc report data=MCO_feedback_rpt_final;&lt;/P&gt;&lt;P&gt;column case_subcategory_cd_desc Current_Month,(MCO) QTD,(MCO) YTD, MCO;&lt;/P&gt;&lt;P&gt;define case_subcategory_cd_desc/group&amp;nbsp;"MCO Feedback Action Taken"&amp;nbsp;style=[cellwidth=&lt;STRONG&gt;3.5&lt;/STRONG&gt;&amp;nbsp;in just= left] ;&lt;/P&gt;&lt;P&gt;define Current_Month/analysis style=[cellwidth=&lt;STRONG&gt;0.6&lt;/STRONG&gt;&amp;nbsp;in just=left]&amp;nbsp;' ';&lt;/P&gt;&lt;P&gt;define QTD/analysis style=[cellwidth=&lt;STRONG&gt;0.6&lt;/STRONG&gt;&amp;nbsp;in just=left]&amp;nbsp;' ';&lt;/P&gt;&lt;P&gt;define YTD/analysis style=[cellwidth=&lt;STRONG&gt;0.6&lt;/STRONG&gt;&amp;nbsp;in just=left]&amp;nbsp;' ';&lt;/P&gt;&lt;P&gt;define MCO/across&amp;nbsp;" "&amp;nbsp;;&lt;/P&gt;&lt;P&gt;options missing=&lt;STRONG&gt;0&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also how to remove the cell borders and how to ge the format Y/N if possible as a single variable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Harish&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13939i5823AFB4DEA6389F/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="L_D5BA.tmp.PNG" title="L_D5BA.tmp.PNG" /&gt;</description>
      <pubDate>Tue, 13 Jun 2017 09:40:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-report-for-spacing-and-sub-variables-adjustment/m-p/366454#M18799</guid>
      <dc:creator>Harish2</dc:creator>
      <dc:date>2017-06-13T09:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report for spacing and sub-variables adjustment</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-report-for-spacing-and-sub-variables-adjustment/m-p/366464#M18800</link>
      <description>&lt;P&gt;Do you mean you want to have some spaces before the text, i.e. like indenting? &amp;nbsp;If so then just pop some spaces in the data - in a datastep:&lt;/P&gt;
&lt;P&gt;var=cat(" &amp;nbsp; ",strip(var));&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then in your report use this:&lt;/P&gt;
&lt;P&gt;define var / "Name" style={asis=on};&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note the style={asis=on} - if you take this away then SAS will trim blanks in the report.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 09:56:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-report-for-spacing-and-sub-variables-adjustment/m-p/366464#M18800</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-06-13T09:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report for spacing and sub-variables adjustment</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-report-for-spacing-and-sub-variables-adjustment/m-p/366476#M18801</link>
      <description>&lt;P&gt;Thanks for the Prompt reply..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know how to remove the Cell borders in the report and I mean cell borders for the each value should not be there..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Harish&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 10:34:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-report-for-spacing-and-sub-variables-adjustment/m-p/366476#M18801</guid>
      <dc:creator>Harish2</dc:creator>
      <dc:date>2017-06-13T10:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report for spacing and sub-variables adjustment</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-report-for-spacing-and-sub-variables-adjustment/m-p/366478#M18802</link>
      <description>&lt;P&gt;There are a lot of papers out there on what styles to put where, here for instance:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/resources/papers/proceedings11/246-2011.pdf" target="_blank"&gt;https://support.sas.com/resources/papers/proceedings11/246-2011.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/resources/papers/stylesinprocs.pdf" target="_blank"&gt;https://support.sas.com/resources/papers/stylesinprocs.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Its all in the style()= part, you can set thicknesses, color, no borders etc.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 10:39:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-report-for-spacing-and-sub-variables-adjustment/m-p/366478#M18802</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-06-13T10:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report for spacing and sub-variables adjustment</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-report-for-spacing-and-sub-variables-adjustment/m-p/366543#M18807</link>
      <description>Hi:&lt;BR /&gt;  I don't see any cell borders in the report PNG you posted. Also, in your code, you did NOT show your ODS statements. Are you using PDF or RTF with ODS to create output. Typically in those destinations, most people start with JOURNAL style, which removes all interior table lines.&lt;BR /&gt;&lt;BR /&gt;But as RW9 has indicated, there are lots of previous postings on how to use style= overrides.&lt;BR /&gt;&lt;BR /&gt;Also for indenting, depending on your destination you may not have to pad the variable with spaces, if you are using RTF or PDF, then INDENT= or LEFTMARGIN= should work for you.&lt;BR /&gt;&lt;BR /&gt;cynthia</description>
      <pubDate>Tue, 13 Jun 2017 13:19:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-report-for-spacing-and-sub-variables-adjustment/m-p/366543#M18807</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2017-06-13T13:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report for spacing and sub-variables adjustment</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-report-for-spacing-and-sub-variables-adjustment/m-p/366584#M18808</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/106917"&gt;@Harish2&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hi team,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also how to remove the cell borders and how to ge the format Y/N if possible as a single variable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Harish&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;To discuss details of your "Y/N" you'll have to provide some details of what your actual data looks like. A data step to generate a few records that looks like your data helps be specific.&lt;/P&gt;
&lt;P&gt;If you are currently using a custom format to create the displayed 0/0 value then you should also include the definition of that format. Since your code does not use any format statements we really cannot tell what may need to be changed.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 14:14:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-report-for-spacing-and-sub-variables-adjustment/m-p/366584#M18808</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-06-13T14:14:21Z</dc:date>
    </item>
  </channel>
</rss>

