<?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: Exporting dataset with mixed column names (character &amp; numeric) in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Exporting-dataset-with-mixed-column-names-character-numeric/m-p/74706#M21695</link>
    <description>EGuide, by default, uses the OPTION VALIDVARNAME=ANY.  If you use that variable in a procedure that does surface the code, you will see that the variable name is referenced as "2008"n .  You also need to reference non-standard names that way.  See the SAS/Base manual for the section on reverencing variable names.</description>
    <pubDate>Thu, 19 Feb 2009 13:42:22 GMT</pubDate>
    <dc:creator>Doc_Duke</dc:creator>
    <dc:date>2009-02-19T13:42:22Z</dc:date>
    <item>
      <title>Exporting dataset with mixed column names (character &amp; numeric)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Exporting-dataset-with-mixed-column-names-character-numeric/m-p/74704#M21693</link>
      <description>I'm getting the following error when trying to create a .csv file from a dataset with character and numeric column names (name, 2008,2009).  Is there any way around this, other than exporting to .xls? &lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
NOTE: SCL source line.&lt;BR /&gt;
52                format 2008 best12. ;&lt;BR /&gt;
                         ____ _______&lt;BR /&gt;
                         22   201&lt;BR /&gt;
NOTE: SCL source line.&lt;BR /&gt;
53                format 2009 best12. ;&lt;BR /&gt;
                         ____ _______&lt;BR /&gt;
                         22   201&lt;BR /&gt;
ERROR 22-322: Syntax error, expecting one of the following: a name, ;, DEFAULT, _ALL_, _CHARACTER_, _CHAR_, _NUMERIC_.  &lt;BR /&gt;
&lt;BR /&gt;
ERROR 201-322: The option is not recognized and will be ignored.</description>
      <pubDate>Thu, 19 Feb 2009 13:24:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Exporting-dataset-with-mixed-column-names-character-numeric/m-p/74704#M21693</guid>
      <dc:creator>mdavidson</dc:creator>
      <dc:date>2009-02-19T13:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting dataset with mixed column names (character &amp; numeric)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Exporting-dataset-with-mixed-column-names-character-numeric/m-p/74705#M21694</link>
      <description>Another note, when I export using the export wizard built into SAS the file will export perfectly.  It's when I'm trying to export via code is where my process fails out.  Unfortunately, there is no preview within EG that will allow me to see the code generated when using the export wizard.</description>
      <pubDate>Thu, 19 Feb 2009 13:34:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Exporting-dataset-with-mixed-column-names-character-numeric/m-p/74705#M21694</guid>
      <dc:creator>mdavidson</dc:creator>
      <dc:date>2009-02-19T13:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting dataset with mixed column names (character &amp; numeric)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Exporting-dataset-with-mixed-column-names-character-numeric/m-p/74706#M21695</link>
      <description>EGuide, by default, uses the OPTION VALIDVARNAME=ANY.  If you use that variable in a procedure that does surface the code, you will see that the variable name is referenced as "2008"n .  You also need to reference non-standard names that way.  See the SAS/Base manual for the section on reverencing variable names.</description>
      <pubDate>Thu, 19 Feb 2009 13:42:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Exporting-dataset-with-mixed-column-names-character-numeric/m-p/74706#M21695</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2009-02-19T13:42:22Z</dc:date>
    </item>
  </channel>
</rss>

