<?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: rename ERROR 79-322: Expecting a =. in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/rename-ERROR-79-322-Expecting-a/m-p/648600#M36053</link>
    <description>I tried this and this is the error:&lt;BR /&gt;&lt;BR /&gt;ERROR 214-322: Variable name "Region with High_Risk ( 0 = no, 1=yes)" is not valid.&lt;BR /&gt;&lt;BR /&gt;ERROR 23-7: Invalid value for the RENAME option.</description>
    <pubDate>Mon, 18 May 2020 15:32:59 GMT</pubDate>
    <dc:creator>sasowiczka123</dc:creator>
    <dc:date>2020-05-18T15:32:59Z</dc:date>
    <item>
      <title>rename ERROR 79-322: Expecting a =.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/rename-ERROR-79-322-Expecting-a/m-p/648595#M36051</link>
      <description>&lt;P&gt;I exported dataset from csv but some columns have " " in it som I'm trying to rename columns. I wrote this code:&lt;/P&gt;&lt;P&gt;data dane;&lt;BR /&gt;set dane3 ( rename=&lt;BR /&gt;(Region with High_Risk ( 0 = no, 1=yes)=. Region_High_Risk) );&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the error I get:&lt;/P&gt;&lt;P&gt;ERROR 79-322: Expecting a =.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2020 15:24:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/rename-ERROR-79-322-Expecting-a/m-p/648595#M36051</guid>
      <dc:creator>sasowiczka123</dc:creator>
      <dc:date>2020-05-18T15:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: rename ERROR 79-322: Expecting a =.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/rename-ERROR-79-322-Expecting-a/m-p/648599#M36052</link>
      <description>&lt;P&gt;For non-valid names, use "name literals":&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;'Region with High_Risk ( 0 = no, 1=yes)'n=Region_High_Risk&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 18 May 2020 15:29:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/rename-ERROR-79-322-Expecting-a/m-p/648599#M36052</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-05-18T15:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: rename ERROR 79-322: Expecting a =.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/rename-ERROR-79-322-Expecting-a/m-p/648600#M36053</link>
      <description>I tried this and this is the error:&lt;BR /&gt;&lt;BR /&gt;ERROR 214-322: Variable name "Region with High_Risk ( 0 = no, 1=yes)" is not valid.&lt;BR /&gt;&lt;BR /&gt;ERROR 23-7: Invalid value for the RENAME option.</description>
      <pubDate>Mon, 18 May 2020 15:32:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/rename-ERROR-79-322-Expecting-a/m-p/648600#M36053</guid>
      <dc:creator>sasowiczka123</dc:creator>
      <dc:date>2020-05-18T15:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: rename ERROR 79-322: Expecting a =.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/rename-ERROR-79-322-Expecting-a/m-p/648603#M36054</link>
      <description>&lt;P&gt;Oka, I found a better option:&amp;nbsp;&lt;/P&gt;&lt;P&gt;use this before importing csv file&amp;nbsp;&lt;/P&gt;&lt;P&gt;options validvarname=v7;&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2020 15:37:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/rename-ERROR-79-322-Expecting-a/m-p/648603#M36054</guid>
      <dc:creator>sasowiczka123</dc:creator>
      <dc:date>2020-05-18T15:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: rename ERROR 79-322: Expecting a =.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/rename-ERROR-79-322-Expecting-a/m-p/648604#M36055</link>
      <description>&lt;P&gt;Run a proc contents on your dataset to determine your real column names.&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2020 15:38:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/rename-ERROR-79-322-Expecting-a/m-p/648604#M36055</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-05-18T15:38:28Z</dc:date>
    </item>
  </channel>
</rss>

