<?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: How to paste data in table form in this sas community? in All Things Community</title>
    <link>https://communities.sas.com/t5/All-Things-Community/How-to-paste-data-in-table-form-in-this-sas-community/m-p/418693#M2834</link>
    <description>&lt;P&gt;Use the {i} button above and post your sample data in the form of a data step such as&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data MyData;
input ID$ var1 var2;
datalines;
1 1 2
2 3 4
3 5 6
4 7 8
5 9 1
;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 06 Dec 2017 07:32:26 GMT</pubDate>
    <dc:creator>PeterClemmensen</dc:creator>
    <dc:date>2017-12-06T07:32:26Z</dc:date>
    <item>
      <title>How to paste data in table form in this sas community?</title>
      <link>https://communities.sas.com/t5/All-Things-Community/How-to-paste-data-in-table-form-in-this-sas-community/m-p/418685#M2833</link>
      <description>Dear all,
I want to sometimes paste sample data in table format rather than attach excel documents when I post questions? Anyone could tell me how?
Thanks a lot</description>
      <pubDate>Wed, 06 Dec 2017 07:11:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/How-to-paste-data-in-table-form-in-this-sas-community/m-p/418685#M2833</guid>
      <dc:creator>owenwqp1</dc:creator>
      <dc:date>2017-12-06T07:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to paste data in table form in this sas community?</title>
      <link>https://communities.sas.com/t5/All-Things-Community/How-to-paste-data-in-table-form-in-this-sas-community/m-p/418693#M2834</link>
      <description>&lt;P&gt;Use the {i} button above and post your sample data in the form of a data step such as&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data MyData;
input ID$ var1 var2;
datalines;
1 1 2
2 3 4
3 5 6
4 7 8
5 9 1
;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 06 Dec 2017 07:32:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/How-to-paste-data-in-table-form-in-this-sas-community/m-p/418693#M2834</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2017-12-06T07:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to paste data in table form in this sas community?</title>
      <link>https://communities.sas.com/t5/All-Things-Community/How-to-paste-data-in-table-form-in-this-sas-community/m-p/418694#M2835</link>
      <description>&lt;P&gt;Also check out&amp;nbsp;the &lt;A href="https://blogs.sas.com/content/sastraining/2016/03/11/jedi-sas-tricks-data-to-data-step-macro/" target="_self"&gt;DATA to DATA Step Macro&lt;/A&gt;&amp;nbsp;by SASJedi, if you have some data set that you want to present as a data step &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 07:35:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/How-to-paste-data-in-table-form-in-this-sas-community/m-p/418694#M2835</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2017-12-06T07:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to paste data in table form in this sas community?</title>
      <link>https://communities.sas.com/t5/All-Things-Community/How-to-paste-data-in-table-form-in-this-sas-community/m-p/418841#M2836</link>
      <description>&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/31304"&gt;@PeterClemmensen&lt;/a&gt;
Where could I find the {i} button?
Thanks</description>
      <pubDate>Wed, 06 Dec 2017 16:06:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/How-to-paste-data-in-table-form-in-this-sas-community/m-p/418841#M2836</guid>
      <dc:creator>owenwqp1</dc:creator>
      <dc:date>2017-12-06T16:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to paste data in table form in this sas community?</title>
      <link>https://communities.sas.com/t5/All-Things-Community/How-to-paste-data-in-table-form-in-this-sas-community/m-p/418843#M2837</link>
      <description>&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/31304"&gt;@PeterClemmensen&lt;/a&gt;, could you attach a picture for me? Where the {i} button is?</description>
      <pubDate>Wed, 06 Dec 2017 16:08:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/How-to-paste-data-in-table-form-in-this-sas-community/m-p/418843#M2837</guid>
      <dc:creator>owenwqp1</dc:creator>
      <dc:date>2017-12-06T16:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to paste data in table form in this sas community?</title>
      <link>https://communities.sas.com/t5/All-Things-Community/How-to-paste-data-in-table-form-in-this-sas-community/m-p/418858#M2838</link>
      <description>&lt;P&gt;It is NOT a "button". Inside the message window&amp;nbsp;&amp;nbsp;that I am currently typing into at the top is a row of things that start with&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;B &lt;EM&gt;I&amp;nbsp; &lt;/EM&gt;&lt;U&gt;U &lt;/U&gt;&lt;/STRONG&gt;&lt;U&gt;&lt;/U&gt; and so forth. The {I} is one of the things on that row.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 16:32:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/How-to-paste-data-in-table-form-in-this-sas-community/m-p/418858#M2838</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-12-06T16:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to paste data in table form in this sas community?</title>
      <link>https://communities.sas.com/t5/All-Things-Community/How-to-paste-data-in-table-form-in-this-sas-community/m-p/418875#M2839</link>
      <description>&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;
I could not find the row of things that start with B I  U and so forth. I don't know why. I attached a  picture of the message window pdf format in the attachment. Is my message window the same as yours?
Thanks</description>
      <pubDate>Wed, 06 Dec 2017 17:02:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/How-to-paste-data-in-table-form-in-this-sas-community/m-p/418875#M2839</guid>
      <dc:creator>owenwqp1</dc:creator>
      <dc:date>2017-12-06T17:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to paste data in table form in this sas community?</title>
      <link>https://communities.sas.com/t5/All-Things-Community/How-to-paste-data-in-table-form-in-this-sas-community/m-p/418917#M2840</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/5700"&gt;@owenwqp1&lt;/a&gt; wrote:&lt;BR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt; I could not find the row of things that start with B I U and so forth. I don't know why. I attached a picture of the message window pdf format in the attachment. Is my message window the same as yours? Thanks&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Which browser are you using? I suspect a browser setting or similar. See my screen shot:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="screen.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/17049i3A6365E3E144E82C/image-size/large?v=v2&amp;amp;px=999" role="button" title="screen.png" alt="screen.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 18:56:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/How-to-paste-data-in-table-form-in-this-sas-community/m-p/418917#M2840</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-12-06T18:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to paste data in table form in this sas community?</title>
      <link>https://communities.sas.com/t5/All-Things-Community/How-to-paste-data-in-table-form-in-this-sas-community/m-p/420076#M2841</link>
      <description>&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt; Thank you so much for your help! I tried google, firefox and ie, but still appears the same as the picture I attached in the  pdf document last time. Maybe I need to change settings, but I don't know where to change.Thank you so much!</description>
      <pubDate>Mon, 11 Dec 2017 12:14:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/How-to-paste-data-in-table-form-in-this-sas-community/m-p/420076#M2841</guid>
      <dc:creator>owenwqp1</dc:creator>
      <dc:date>2017-12-11T12:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to paste data in table form in this sas community?</title>
      <link>https://communities.sas.com/t5/All-Things-Community/How-to-paste-data-in-table-form-in-this-sas-community/m-p/420078#M2842</link>
      <description>And where click on the "+" button to show likes to posts, It does not work!</description>
      <pubDate>Mon, 11 Dec 2017 12:18:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/How-to-paste-data-in-table-form-in-this-sas-community/m-p/420078#M2842</guid>
      <dc:creator>owenwqp1</dc:creator>
      <dc:date>2017-12-11T12:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to paste data in table form in this sas community?</title>
      <link>https://communities.sas.com/t5/All-Things-Community/How-to-paste-data-in-table-form-in-this-sas-community/m-p/420079#M2843</link>
      <description>And when I click on the "+" button to show likes to posts, It does not work!</description>
      <pubDate>Mon, 11 Dec 2017 12:19:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/How-to-paste-data-in-table-form-in-this-sas-community/m-p/420079#M2843</guid>
      <dc:creator>owenwqp1</dc:creator>
      <dc:date>2017-12-11T12:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to paste data in table form in this sas community?</title>
      <link>https://communities.sas.com/t5/All-Things-Community/How-to-paste-data-in-table-form-in-this-sas-community/m-p/420128#M2844</link>
      <description>&lt;P&gt;Try opening a ticket with SAS support so they can work with you on why the editor features are not working on your machine.&lt;/P&gt;
&lt;P&gt;Can you post your operating system version and browser version?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2017 14:43:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/How-to-paste-data-in-table-form-in-this-sas-community/m-p/420128#M2844</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2017-12-11T14:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to paste data in table form in this sas community?</title>
      <link>https://communities.sas.com/t5/All-Things-Community/How-to-paste-data-in-table-form-in-this-sas-community/m-p/420132#M2845</link>
      <description>Hi Tom,
    My laptop system is win10, my browser versions: google(63.0.3239.9),microsoft edge(41.16299.15.0),ie(version 11).
 My desktop PC system is win7,my browser versions: google(63.0.3239.9),firefox(52.5.0),ie(version 11).

Thanks</description>
      <pubDate>Mon, 11 Dec 2017 15:03:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/How-to-paste-data-in-table-form-in-this-sas-community/m-p/420132#M2845</guid>
      <dc:creator>owenwqp1</dc:creator>
      <dc:date>2017-12-11T15:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to paste data in table form in this sas community?</title>
      <link>https://communities.sas.com/t5/All-Things-Community/How-to-paste-data-in-table-form-in-this-sas-community/m-p/420167#M2846</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/5700"&gt;@owenwqp1&lt;/a&gt;, I see that you're in China.&amp;nbsp; We do have other users in China, but it might be that some of the features are getting blocked by your ISP.&amp;nbsp; Can you open your browser console (usually F12 to view) and report the errors you see in the browser console log?&amp;nbsp; I'm guessing that there will be a few.&amp;nbsp; This will allow us to see which scripts aren't being loaded, and thus crippling some features of the site for you.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2017 16:06:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/How-to-paste-data-in-table-form-in-this-sas-community/m-p/420167#M2846</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2017-12-11T16:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to paste data in table form in this sas community?</title>
      <link>https://communities.sas.com/t5/All-Things-Community/How-to-paste-data-in-table-form-in-this-sas-community/m-p/421478#M2848</link>
      <description>&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4"&gt;@ChrisHemedinger&lt;/a&gt;

Hi ChrisHemedinger,

I have a look of the console log of my Chrome browser. There are 9 errors and 2 warnings.I attached two txt doc of the errors and warnings.One is the errors and warnings I copied one by one from the window,which I consider more readable. The other one is the directly saved log.
     Thank you so much for your help!
      Best regards!</description>
      <pubDate>Fri, 15 Dec 2017 10:34:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/How-to-paste-data-in-table-form-in-this-sas-community/m-p/421478#M2848</guid>
      <dc:creator>owenwqp1</dc:creator>
      <dc:date>2017-12-15T10:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to paste data in table form in this sas community?</title>
      <link>https://communities.sas.com/t5/All-Things-Community/How-to-paste-data-in-table-form-in-this-sas-community/m-p/421536#M2849</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/5700"&gt;@owenwqp1&lt;/a&gt;, it looks like there are some of the site resources that aren't able to load from your connection.&amp;nbsp; Some things to try:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- In Chrome, use SHIFT+F5 to refresh the page -- which should flush any cached content.&lt;/P&gt;
&lt;P&gt;- If possible, try to connect from another network location.&amp;nbsp; For example, work vs. home.&amp;nbsp; It would be good to know if what you're seeing is due to a proxy/firewall blocking something.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From here, it's difficult to determine what's causing the problem you're experiencing.&amp;nbsp; We do have other contributors from China so I don't think this a universal issue from there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2017 12:43:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/How-to-paste-data-in-table-form-in-this-sas-community/m-p/421536#M2849</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2017-12-15T12:43:40Z</dc:date>
    </item>
  </channel>
</rss>

