<?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: WARNING: The variable CT in the DROP, KEEP, or RENAME list has never been referenced. in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/WARNING-The-variable-CT-in-the-DROP-KEEP-or-RENAME-list-has/m-p/902137#M40266</link>
    <description>&lt;P&gt;There is no variable named CT in the incoming dataset. Remove the RENAME statement to avoid the WARNING.&lt;/P&gt;</description>
    <pubDate>Wed, 08 Nov 2023 18:40:11 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2023-11-08T18:40:11Z</dc:date>
    <item>
      <title>WARNING: The variable CT in the DROP, KEEP, or RENAME list has never been referenced.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/WARNING-The-variable-CT-in-the-DROP-KEEP-or-RENAME-list-has/m-p/902125#M40262</link>
      <description>&lt;PRE&gt;DATA Phy_Act1;
	SET	CoImpt.PhysicalActivity;
	RENAME	CT	= TRACT_NAME;
	RUN;&lt;/PRE&gt;&lt;P&gt;Above is code from a project. When I run this code, here is my log:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt; 80         %LET CourseRoot = /home/u63571562/BIOS6680_2023;
 81         LIBNAME CoImpt "&amp;amp;CourseRoot/CDPHE Study/Data/2_Import";
 NOTE: Libref COIMPT refers to the same physical library as _TEMP3.
 NOTE: Libref COIMPT was successfully assigned as follows: 
       Engine:        V9 
       Physical Name: /home/u63571562/BIOS6680_2023/CDPHE Study/Data/2_Import
 82         LIBNAME CoAnl "&amp;amp;CourseRoot/CDPHE Study/Data/4_Analysis";
 NOTE: Libref COANL was successfully assigned as follows: 
       Engine:        V9 
       Physical Name: /home/u63571562/BIOS6680_2023/CDPHE Study/Data/4_Analysis
 83         
 84         *Rename CT in physical activity to tract_name*;
 85         DATA Phy_Act1;
 86         SETCoImpt.PhysicalActivity;
 87         RENAMECT= TRACT_NAME;
 88         RUN;
 
 WARNING: The variable CT in the DROP, KEEP, or RENAME list has never been referenced.
 NOTE: There were 1249 observations read from the data set COIMPT.PHYSICALACTIVITY.
 NOTE: The data set WORK.PHY_ACT1 has 1249 observations and 6 variables.
 NOTE: DATA statement used (Total process time):
       real time           0.00 seconds
       user cpu time       0.00 seconds
       system cpu time     0.00 seconds
       memory              1198.81k
       OS Memory           26200.00k
       Timestamp           11/08/2023 06:14:15 PM
       Step Count                        413  Switch Count  2
       Page Faults                       0
       Page Reclaims                     154
       Page Swaps                        0
       Voluntary Context Switches        12
       Involuntary Context Switches      0
       Block Input Operations            0
       Block Output Operations           520
       
 
 89         
 90         OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 100        &lt;/PRE&gt;&lt;P&gt;Why I am I getting this error when it seems to be working fine, and how do I get rid of it?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 18:17:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/WARNING-The-variable-CT-in-the-DROP-KEEP-or-RENAME-list-has/m-p/902125#M40262</guid>
      <dc:creator>Desi2003</dc:creator>
      <dc:date>2023-11-08T18:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: The variable CT in the DROP, KEEP, or RENAME list has never been referenced.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/WARNING-The-variable-CT-in-the-DROP-KEEP-or-RENAME-list-has/m-p/902137#M40266</link>
      <description>&lt;P&gt;There is no variable named CT in the incoming dataset. Remove the RENAME statement to avoid the WARNING.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 18:40:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/WARNING-The-variable-CT-in-the-DROP-KEEP-or-RENAME-list-has/m-p/902137#M40266</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-11-08T18:40:11Z</dc:date>
    </item>
  </channel>
</rss>

