<?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 Data Set in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Data-Set/m-p/471322#M120709</link>
    <description>&lt;P&gt;Hallo Community,&lt;/P&gt;&lt;P&gt;please I would like to understand this dataset particularly the steps from Format:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data test;&lt;BR /&gt;set E61_MD.MPLANT2 ( Keep = _BIC_YIT_SCHAN );&lt;BR /&gt;Format Test $2.;&lt;BR /&gt;test = _BIC_YIT_SCHAN;&lt;BR /&gt;put test= "--" _BIC_YIT_SCHAN=;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any description will be well appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 19 Jun 2018 09:39:14 GMT</pubDate>
    <dc:creator>Gratitude</dc:creator>
    <dc:date>2018-06-19T09:39:14Z</dc:date>
    <item>
      <title>Data Set</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-Set/m-p/471322#M120709</link>
      <description>&lt;P&gt;Hallo Community,&lt;/P&gt;&lt;P&gt;please I would like to understand this dataset particularly the steps from Format:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data test;&lt;BR /&gt;set E61_MD.MPLANT2 ( Keep = _BIC_YIT_SCHAN );&lt;BR /&gt;Format Test $2.;&lt;BR /&gt;test = _BIC_YIT_SCHAN;&lt;BR /&gt;put test= "--" _BIC_YIT_SCHAN=;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any description will be well appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2018 09:39:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-Set/m-p/471322#M120709</guid>
      <dc:creator>Gratitude</dc:creator>
      <dc:date>2018-06-19T09:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Data Set</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-Set/m-p/471325#M120710</link>
      <description>&lt;PRE&gt;data test;
  set E61_MD.MPLANT2 (keep=_BIC_YIT_SCHAN);
  format test $2.;                &amp;lt;- This creates a variable called test, which is character length 2.
  test=_BIC_YIT_SCHAN;            &amp;lt;- This sets test to be max first two characters of _bic_yit_schan
  put test= "--" _BIC_YIT_SCHAN=; &amp;lt;- This displays the test and _bic_yit_schan variables in the log
run;&lt;/PRE&gt;
&lt;P&gt;This is quite basic stuff, so maybe consult with some tutorials, or the SAS online videos to learn the basics.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2018 09:51:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-Set/m-p/471325#M120710</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-06-19T09:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Data Set</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-Set/m-p/471327#M120712</link>
      <description>&lt;P&gt;Thank you RW9&lt;SPAN class="login-bold"&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2018 10:00:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-Set/m-p/471327#M120712</guid>
      <dc:creator>Gratitude</dc:creator>
      <dc:date>2018-06-19T10:00:16Z</dc:date>
    </item>
  </channel>
</rss>

