<?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 how can i remove unnecessary Space between email content and table Please see attache image for more in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-can-i-remove-unnecessary-Space-between-email-content-and/m-p/501844#M21860</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;FILENAME mail EMAIL 
TO=("anil.patil@edelweissfin.com" )

 SUBJECT="Retail Finance - Credit TAT Dashboard - 01-Aug-2018 to 31-Aug-2018" CONTENT_TYPE="text/html";



ODS LISTING CLOSE;

ODS HTML BODY=mail;
ODS STARTPAGE = NO;
ods escapechar='^';
proc odstext ;ODS STARTPAGE = NO;
   p "Dear Team, ^{style[font_size=12pt font=('Calibri') fontweight=bold]}^{newline 2}" ;
   p "Please find below the link for TAT Dashboard Report for the period 01-Aug-2018 to 31-Aug-2018.";
   p "";
   p "http://sasreports.edelweissfin.com:7980/SASVisualAnalytics/report?location=%2FShared%20Data%2FVA_Reports%2FRF_Main%2FCredit%20Dashboard%20report&amp;amp;type=Report.BI&amp;amp;section=vi114845";
    p "";
   p "PFB Zone wise quick snapshot for your reference.";
run;

PROC REPORT DATA=sashelp.class nocenter out=Tat_volume_overall LIST 
/*style=[cellwidth=.1 in rules=group frame=void] */
style(header)=[background= #BBDEFB foreground=black]
style(summary)=[background=white   foreground=black font_weight=bold]
style={font_size=10pt font=('Calibri') width=600 cellpadding=2 borderwidth=0 bordercolor=white}
 ;

COLUMN  Name age sex ;
define Name / center  ;
define age / center analysis mean  format=Number20.0;
define sex / center ;

RBREAK AFTER /summarize ;

 RUN;

   proc odstext;
   		p " ";
		p " ";
   		p "Thanks &amp;amp; Regards,";
		p "Business Excellence - RF.";
	run;

ODS HTML CLOSE;
ODS LISTING;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture1.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/23805i8DB8729C06C6033E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture1.PNG" alt="Capture1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Oct 2018 11:37:50 GMT</pubDate>
    <dc:creator>anil2</dc:creator>
    <dc:date>2018-10-05T11:37:50Z</dc:date>
    <item>
      <title>how can i remove unnecessary Space between email content and table Please see attache image for more</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-can-i-remove-unnecessary-Space-between-email-content-and/m-p/501844#M21860</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;FILENAME mail EMAIL 
TO=("anil.patil@edelweissfin.com" )

 SUBJECT="Retail Finance - Credit TAT Dashboard - 01-Aug-2018 to 31-Aug-2018" CONTENT_TYPE="text/html";



ODS LISTING CLOSE;

ODS HTML BODY=mail;
ODS STARTPAGE = NO;
ods escapechar='^';
proc odstext ;ODS STARTPAGE = NO;
   p "Dear Team, ^{style[font_size=12pt font=('Calibri') fontweight=bold]}^{newline 2}" ;
   p "Please find below the link for TAT Dashboard Report for the period 01-Aug-2018 to 31-Aug-2018.";
   p "";
   p "http://sasreports.edelweissfin.com:7980/SASVisualAnalytics/report?location=%2FShared%20Data%2FVA_Reports%2FRF_Main%2FCredit%20Dashboard%20report&amp;amp;type=Report.BI&amp;amp;section=vi114845";
    p "";
   p "PFB Zone wise quick snapshot for your reference.";
run;

PROC REPORT DATA=sashelp.class nocenter out=Tat_volume_overall LIST 
/*style=[cellwidth=.1 in rules=group frame=void] */
style(header)=[background= #BBDEFB foreground=black]
style(summary)=[background=white   foreground=black font_weight=bold]
style={font_size=10pt font=('Calibri') width=600 cellpadding=2 borderwidth=0 bordercolor=white}
 ;

COLUMN  Name age sex ;
define Name / center  ;
define age / center analysis mean  format=Number20.0;
define sex / center ;

RBREAK AFTER /summarize ;

 RUN;

   proc odstext;
   		p " ";
		p " ";
   		p "Thanks &amp;amp; Regards,";
		p "Business Excellence - RF.";
	run;

ODS HTML CLOSE;
ODS LISTING;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture1.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/23805i8DB8729C06C6033E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture1.PNG" alt="Capture1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 11:37:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-can-i-remove-unnecessary-Space-between-email-content-and/m-p/501844#M21860</guid>
      <dc:creator>anil2</dc:creator>
      <dc:date>2018-10-05T11:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: how can i remove unnecessary Space between email content and table Please see attache image for</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-can-i-remove-unnecessary-Space-between-email-content-and/m-p/503990#M21891</link>
      <description>&lt;P&gt;Not a direct reply, but maybe you could write these lines as titles?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or maybe a data step using object dsout would leave less space?&lt;/P&gt;</description>
      <pubDate>Sat, 13 Oct 2018 07:01:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-can-i-remove-unnecessary-Space-between-email-content-and/m-p/503990#M21891</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2018-10-13T07:01:00Z</dc:date>
    </item>
  </channel>
</rss>

