<?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: Font in email in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Font-in-email/m-p/291065#M311695</link>
    <description>&lt;P&gt;Data _null_ file creation as shown has no font information as it creates text only and the default font for the viewer is likely used. Change the view in the text viewer OR:&lt;/P&gt;
&lt;P&gt;To force a specific font you would need to use a file format that includes font information such as RTF (read in Word or similar) or PDF. Use an appropriate ODS destination when creating the file and use an ODS style with the desired font family.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Aug 2016 19:57:34 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2016-08-11T19:57:34Z</dc:date>
    <item>
      <title>Font in email</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Font-in-email/m-p/291057#M311694</link>
      <description>&lt;P&gt;I am very new to SAS. We have a requirement to attach a file and send in an email to outlook from mainframe. I was able to get the code and send the the files as attachments. however the font I would like to have is Courier new. I am receiving the email with 'Times New Roman' in my outlook. It is because of Outlook setup?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the code I am using.&lt;/P&gt;&lt;P&gt;filename myfile email&lt;/P&gt;&lt;P&gt;to = "xxxxxx"&lt;/P&gt;&lt;P&gt;from="xxxxx"&lt;/P&gt;&lt;P&gt;subject="this is the output file"&lt;/P&gt;&lt;P&gt;attach=("xxx.xxx.xxx" name ="Sample report" ext="zip");&lt;/P&gt;&lt;P&gt;Data _NULL_;&lt;/P&gt;&lt;P&gt;file myfile;&lt;/P&gt;&lt;P&gt;put '******************************';&lt;/P&gt;&lt;P&gt;put '* for &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; *';&lt;/P&gt;&lt;P&gt;put '*this is from xxxxxxx job *';&lt;/P&gt;&lt;P&gt;Run;&lt;/P&gt;&lt;P&gt;quit:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Though I have the PUT statements ending at the same positions, the formatting is not expected.&lt;/P&gt;&lt;P&gt;Please advise where I went wrong.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2016 19:42:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Font-in-email/m-p/291057#M311694</guid>
      <dc:creator>PKumar1</dc:creator>
      <dc:date>2016-08-11T19:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Font in email</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Font-in-email/m-p/291065#M311695</link>
      <description>&lt;P&gt;Data _null_ file creation as shown has no font information as it creates text only and the default font for the viewer is likely used. Change the view in the text viewer OR:&lt;/P&gt;
&lt;P&gt;To force a specific font you would need to use a file format that includes font information such as RTF (read in Word or similar) or PDF. Use an appropriate ODS destination when creating the file and use an ODS style with the desired font family.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2016 19:57:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Font-in-email/m-p/291065#M311695</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-08-11T19:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Font in email</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Font-in-email/m-p/291199#M311696</link>
      <description>&lt;P&gt;Thanks for your reply. Let me explore options with ODS.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2016 09:59:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Font-in-email/m-p/291199#M311696</guid>
      <dc:creator>PKumar1</dc:creator>
      <dc:date>2016-08-12T09:59:33Z</dc:date>
    </item>
  </channel>
</rss>

