<?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: Format in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Format/m-p/502747#M707</link>
    <description>&lt;P&gt;If the "class 4" tab is supposed to continue numbering from "class 3" I think you need to add 84 to the ID.&lt;/P&gt;</description>
    <pubDate>Tue, 09 Oct 2018 15:08:45 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2018-10-09T15:08:45Z</dc:date>
    <item>
      <title>Format</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Format/m-p/502292#M638</link>
      <description>&lt;P&gt;How could I format the variables under ID in Class 4 to have the number variables be labeled with 'ID' like the ones in Class 1, Class 2, and Class 3 using SAS?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Oct 2018 01:28:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Format/m-p/502292#M638</guid>
      <dc:creator>James1214</dc:creator>
      <dc:date>2018-10-08T01:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Format</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Format/m-p/502295#M639</link>
      <description>&lt;P&gt;How does your ID look like if it's &amp;gt;=100?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data sample;
  length idwant $18;
  do id=1 to 5, 99 to 101;
    if id&amp;lt;10 then
      do;
        idwant=cats('ID',put(id,z2.));
      end;
      else
        idwant=cats('ID',put(id,best16.));
    output;
  end;
  stop;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 08 Oct 2018 02:03:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Format/m-p/502295#M639</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2018-10-08T02:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: Format</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Format/m-p/502299#M641</link>
      <description>Thank you for your help</description>
      <pubDate>Mon, 08 Oct 2018 02:28:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Format/m-p/502299#M641</guid>
      <dc:creator>James1214</dc:creator>
      <dc:date>2018-10-08T02:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: Format</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Format/m-p/502747#M707</link>
      <description>&lt;P&gt;If the "class 4" tab is supposed to continue numbering from "class 3" I think you need to add 84 to the ID.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 15:08:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Format/m-p/502747#M707</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-10-09T15:08:45Z</dc:date>
    </item>
  </channel>
</rss>

