BookmarkSubscribeRSS Feed
anil2
Fluorite | Level 6
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&type=Report.BI&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 & Regards,";
		p "Business Excellence - RF.";
	run;

ODS HTML CLOSE;
ODS LISTING;

Capture1.PNG

1 REPLY 1
ChrisNZ
Tourmaline | Level 20

Not a direct reply, but maybe you could write these lines as titles?

 

Or maybe a data step using object dsout would leave less space?

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 1075 views
  • 1 like
  • 2 in conversation