<?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 Error Msg in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Error-Msg/m-p/166403#M43108</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I am a fairly new SAS user and&amp;nbsp; I am working on a research project.&amp;nbsp; I downloaded what I thought was an SAS file and stored it on the server.&amp;nbsp; I also created a .sas7bdat file.&amp;nbsp; After completing the code and running in SAS, I get three errors&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ERROR: Missing FMTNAME variable.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ERROR: Missing START variable.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ERROR: Missing LABEL variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure what they mean or how to resolve so I can run my code.&amp;nbsp; Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rdbug&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 Dec 2013 00:44:31 GMT</pubDate>
    <dc:creator>rdbug</dc:creator>
    <dc:date>2013-12-07T00:44:31Z</dc:date>
    <item>
      <title>Error Msg</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Error-Msg/m-p/166403#M43108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I am a fairly new SAS user and&amp;nbsp; I am working on a research project.&amp;nbsp; I downloaded what I thought was an SAS file and stored it on the server.&amp;nbsp; I also created a .sas7bdat file.&amp;nbsp; After completing the code and running in SAS, I get three errors&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ERROR: Missing FMTNAME variable.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ERROR: Missing START variable.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ERROR: Missing LABEL variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure what they mean or how to resolve so I can run my code.&amp;nbsp; Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rdbug&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Dec 2013 00:44:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Error-Msg/m-p/166403#M43108</guid>
      <dc:creator>rdbug</dc:creator>
      <dc:date>2013-12-07T00:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error Msg</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Error-Msg/m-p/166404#M43109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It means that code you are running contains a line like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc format cntlin=SomeDataset;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the dataset does not contain the proper structure that PROC FORMAT is looking for.&amp;nbsp; Unfortunately, this is not a good place to begin learning SAS ... it's at least an intermediate-level topic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Dec 2013 03:39:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Error-Msg/m-p/166404#M43109</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2013-12-07T03:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Error Msg</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Error-Msg/m-p/166405#M43110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there anything that can be done to remedy this?&amp;nbsp; I downloaded a .dat file.&amp;nbsp; I was able to convert to two .sas7bdat. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Dec 2013 03:59:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Error-Msg/m-p/166405#M43110</guid>
      <dc:creator>rdbug</dc:creator>
      <dc:date>2013-12-07T03:59:15Z</dc:date>
    </item>
  </channel>
</rss>

