Cynthia, This was a seperate question based off all the information you and other gave me in my previous post. I am able to chart simple data into the body of e-mails and send them via mainframe SMTP. Based off of your suggestion, I did open a track with SAS support, asking them if it is currently possible to embed HTML to the body of an e-mail (even under SAS v9.3). They informed me that it is currently not possible, nor is it a function they are pursuing in the near future. So that left me with other avenues to pursue if I wanted more than the simple charts I am currently producing. Automation is the underlying key to all of my questions, by the way. So, off of others suggestions, I pursued creating HTML and XML files that were able to be opened by Microsoft Excel. I have never been able to accomplish this. I've found bits and pieces of code online and put together a "working" program that is creating an HTML file with a .XLSX extension (at multiple suggestions). And when I say working, I mean it produces an HTML file in the zfs directory I point it to. But to date I have not been able to successfully open the file. My direction with all this was to chart all the data, save to an HTML file that Excel could open, then send that as an attachment in an e-mail. This is what spawned my question for this post. While playing around with the HTML, I have been able to manage to create simple web pages with the charts imbedded and serve them directly off the zfs directories. With these I can send the links embedded in the body of an e-mail and just have the end users branch to the pages. Again, my underlying effort here is automation. I think this is possibly my best avenue at this point. Now my efforts are focused on sprucing up the charts. I want to be able to create stacked bar charts with "tables" containing the metrics underneath the charts. I am still using PROC CHART, PROC PLOT and PROC GBARLINE but am trying to read up on ODS statements. I'm still a newbie to all this but am not giving up.
... View more