<?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:  Unable to Rename Column names and Label to Uppercase in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS/m-p/740305#M231225</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/28829"&gt;@laxmanpai&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am getting the error&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"The HEADER/VARIABLE update function is not supported by the sasiosnf engine.&lt;/P&gt;
&lt;P&gt;Actually the libref is sas is actually connected to the Library in Snowflake.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So i am getting the above error.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;That pretty much says that SAS cannot change the properties of variables in the external data base. So you need to use SNOWFLAKE tools to change data in Snowflake. It may have helped a bit to provide this little bit of information in the first place as remote databases and what can be done depend&amp;nbsp; a lot which database, how you connect and where you want to make a change.&lt;/P&gt;</description>
    <pubDate>Mon, 10 May 2021 21:18:12 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2021-05-10T21:18:12Z</dc:date>
    <item>
      <title>SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS/m-p/740199#M231165</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have a dataset abc which has 2 columns for example .&lt;/P&gt;
&lt;P&gt;Dataset : abc&lt;/P&gt;
&lt;P&gt;Columns : riskst_a&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; label ='riskst_a'&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; claim&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; label='claim'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am creating one more dataset abcd by referencing this dataset abc.&lt;/P&gt;
&lt;P&gt;In my new dataset abcd i want all the columns from the dataset abc to be converted to uppercase&lt;/P&gt;
&lt;P&gt;including the labels.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please let me know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Laxman Pai&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 May 2021 14:50:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS/m-p/740199#M231165</guid>
      <dc:creator>laxmanpai</dc:creator>
      <dc:date>2021-05-10T14:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS/m-p/740202#M231167</link>
      <description>&lt;P&gt;Please help us all. Please go back and edit the Subject line of your original post to describe (briefly) the problem. A subject line of "SAS" is useless in the SAS forum.&lt;/P&gt;</description>
      <pubDate>Mon, 10 May 2021 14:55:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS/m-p/740202#M231167</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-05-10T14:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS/m-p/740205#M231169</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/28829"&gt;@laxmanpai&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have a dataset abc which has 2 columns for example .&lt;/P&gt;
&lt;P&gt;Dataset : abc&lt;/P&gt;
&lt;P&gt;Columns : riskst_a&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; label ='riskst_a'&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; claim&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; label='claim'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am creating one more dataset abcd by referencing this dataset abc.&lt;/P&gt;
&lt;P&gt;In my new dataset abcd i want all the columns from the dataset abc to be converted to uppercase&lt;/P&gt;
&lt;P&gt;including the labels.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please let me know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Laxman Pai&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;By "olumns from the dataset abc to be converted to uppercase" do you mean the values of the variable or the name of the variable?&lt;/P&gt;
&lt;P&gt;You can modify properties of a data set in place with Proc Datasets. To change values you would use a data step.&lt;/P&gt;
&lt;P&gt;The "change" names or labels:&lt;/P&gt;
&lt;PRE&gt;proc datasets library=work;
  modify abc ;
  rename riskst_a = RISKST_A      
         claim    = CLAIM
  ;
  label RISKST_A = "RISKST_A"     
        CLAIM    = "CLAIM"
  ;
  run;
quit;
                            &lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 May 2021 15:09:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS/m-p/740205#M231169</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-05-10T15:09:29Z</dc:date>
    </item>
    <item>
      <title>Re:  Unable to Rename Column names and Label to Uppercase</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS/m-p/740208#M231170</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am getting the error&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"The HEADER/VARIABLE update function is not supported by the sasiosnf engine.&lt;/P&gt;
&lt;P&gt;Actually the libref is sas is actually connected to the Library in Snowflake.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So i am getting the above error.&lt;/P&gt;</description>
      <pubDate>Mon, 10 May 2021 15:21:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS/m-p/740208#M231170</guid>
      <dc:creator>laxmanpai</dc:creator>
      <dc:date>2021-05-10T15:21:18Z</dc:date>
    </item>
    <item>
      <title>Re:  Unable to Rename Column names and Label to Uppercase</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS/m-p/740287#M231215</link>
      <description>&lt;P&gt;Please post the complete SAS log of the step giving you the error including the LIBNAME you are using.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 May 2021 20:58:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS/m-p/740287#M231215</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-05-10T20:58:20Z</dc:date>
    </item>
    <item>
      <title>Re:  Unable to Rename Column names and Label to Uppercase</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS/m-p/740305#M231225</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/28829"&gt;@laxmanpai&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am getting the error&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"The HEADER/VARIABLE update function is not supported by the sasiosnf engine.&lt;/P&gt;
&lt;P&gt;Actually the libref is sas is actually connected to the Library in Snowflake.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So i am getting the above error.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;That pretty much says that SAS cannot change the properties of variables in the external data base. So you need to use SNOWFLAKE tools to change data in Snowflake. It may have helped a bit to provide this little bit of information in the first place as remote databases and what can be done depend&amp;nbsp; a lot which database, how you connect and where you want to make a change.&lt;/P&gt;</description>
      <pubDate>Mon, 10 May 2021 21:18:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS/m-p/740305#M231225</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-05-10T21:18:12Z</dc:date>
    </item>
  </channel>
</rss>

