<?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: File Attachments to Posts in All Things Community</title>
    <link>https://communities.sas.com/t5/All-Things-Community/File-Attachments-to-Posts/m-p/384705#M2622</link>
    <description>&lt;P&gt;Will do that for future posts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Tue, 01 Aug 2017 18:22:08 GMT</pubDate>
    <dc:creator>jacksonan123</dc:creator>
    <dc:date>2017-08-01T18:22:08Z</dc:date>
    <item>
      <title>File Attachments to Posts</title>
      <link>https://communities.sas.com/t5/All-Things-Community/File-Attachments-to-Posts/m-p/373204#M2566</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I try to attach a text file the path appears but the file is not attached. See below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone tell me what types of files can be attached to a post?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a post that details how to handle attachments?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2017 10:48:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/File-Attachments-to-Posts/m-p/373204#M2566</guid>
      <dc:creator>jacksonan123</dc:creator>
      <dc:date>2017-07-05T10:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: File Attachments to Posts</title>
      <link>https://communities.sas.com/t5/All-Things-Community/File-Attachments-to-Posts/m-p/373205#M2567</link>
      <description>&lt;P&gt;I caan see the file you attached? &amp;nbsp;You can attach most file types to posts, however that being said as this is a Q&amp;amp;A forum, it would be advisable to use simple test data datasteps posted into code windows in the post (its the {i} above the post area), post code in code window as well. &amp;nbsp;Avoid the use of attached files as a few of them (Office docs straight off) are either dangerous to download or not directly usable by everyone.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2017 10:58:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/File-Attachments-to-Posts/m-p/373205#M2567</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-07-05T10:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: File Attachments to Posts</title>
      <link>https://communities.sas.com/t5/All-Things-Community/File-Attachments-to-Posts/m-p/373207#M2568</link>
      <description>&lt;P&gt;Thanks very much for your reply&amp;nbsp; but you state avoid the use of attached files, but what is the alternative when you need the data to run the posted code?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2017 11:01:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/File-Attachments-to-Posts/m-p/373207#M2568</guid>
      <dc:creator>jacksonan123</dc:creator>
      <dc:date>2017-07-05T11:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: File Attachments to Posts</title>
      <link>https://communities.sas.com/t5/All-Things-Community/File-Attachments-to-Posts/m-p/373208#M2569</link>
      <description>&lt;P&gt;You post example test data in a datastep which describes the problem:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;data have;
  input a b c $;
datalines;
1 2 a
;
run;&lt;/PRE&gt;
&lt;P&gt;You can also use this post to get your data - however its not good to post lots of data or sensitive etc. data:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712&amp;nbsp;" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2017 11:04:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/File-Attachments-to-Posts/m-p/373208#M2569</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-07-05T11:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: File Attachments to Posts</title>
      <link>https://communities.sas.com/t5/All-Things-Community/File-Attachments-to-Posts/m-p/373210#M2570</link>
      <description>The information in the post will be useful for data and I will implement it&lt;BR /&gt;in the future but in my case I have a large text file so I think that it&lt;BR /&gt;would have to be loaded as an attachment.&lt;BR /&gt;&lt;BR /&gt;##- Please type your reply above this line. Simple formatting, no&lt;BR /&gt;attachments. -##</description>
      <pubDate>Wed, 05 Jul 2017 11:14:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/File-Attachments-to-Posts/m-p/373210#M2570</guid>
      <dc:creator>jacksonan123</dc:creator>
      <dc:date>2017-07-05T11:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: File Attachments to Posts</title>
      <link>https://communities.sas.com/t5/All-Things-Community/File-Attachments-to-Posts/m-p/384705#M2622</link>
      <description>&lt;P&gt;Will do that for future posts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 18:22:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/File-Attachments-to-Posts/m-p/384705#M2622</guid>
      <dc:creator>jacksonan123</dc:creator>
      <dc:date>2017-08-01T18:22:08Z</dc:date>
    </item>
  </channel>
</rss>

