<?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: how to fix Missing Variables in PROC CONTENTS? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-fix-Missing-Variables-in-PROC-CONTENTS/m-p/952213#M372166</link>
    <description>&lt;P&gt;I am sorry, that is weird; now it works; sorry again, I was in a rush.&lt;/P&gt;
&lt;P&gt;Thanks a lot for your answer,&lt;/P&gt;</description>
    <pubDate>Sat, 30 Nov 2024 21:08:39 GMT</pubDate>
    <dc:creator>bhr-q</dc:creator>
    <dc:date>2024-11-30T21:08:39Z</dc:date>
    <item>
      <title>how to fix Missing Variables in PROC CONTENTS?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-fix-Missing-Variables-in-PROC-CONTENTS/m-p/952209#M372164</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;
&lt;P&gt;I ran the following code to import an Excel sheet, but&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;PROC CONTENTS&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;only displays two variables, even though the sheet contains 12 variables. Could you please help me to fix that?&lt;/P&gt;
&lt;P&gt;all is fine; there is no error, and I can see all the data with the proc print; the issue is only proc contents that show two variables.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC IMPORT 
    DATAFILE="\\FS12000\USR-SPC\by\Desktop\Bita\Scoresheet.xlsx"
    OUT=work.AI_Derm
    DBMS=xlsx
    replace;
    SHEET="AI";
	getnames=yes;
RUN;
proc contents data=AI_Derm;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Nov 2024 20:50:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-fix-Missing-Variables-in-PROC-CONTENTS/m-p/952209#M372164</guid>
      <dc:creator>bhr-q</dc:creator>
      <dc:date>2024-11-30T20:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to fix Missing Variables in PROC CONTENTS?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-fix-Missing-Variables-in-PROC-CONTENTS/m-p/952212#M372165</link>
      <description>&lt;P&gt;What did the log say for each of your two steps?&amp;nbsp; Did you get any errors or warnings or unexpected notes?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why did you create a dataset named&amp;nbsp;work.AI_Derm and then run PROC CONTENTS on&amp;nbsp;AI_Derm? Normally those mean the same dataset, but they could mean two different datasets if you have USER library assigned.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you sure you are looking at the same XLSX file as SAS is reading from?&lt;/P&gt;</description>
      <pubDate>Sat, 30 Nov 2024 21:01:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-fix-Missing-Variables-in-PROC-CONTENTS/m-p/952212#M372165</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2024-11-30T21:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to fix Missing Variables in PROC CONTENTS?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-fix-Missing-Variables-in-PROC-CONTENTS/m-p/952213#M372166</link>
      <description>&lt;P&gt;I am sorry, that is weird; now it works; sorry again, I was in a rush.&lt;/P&gt;
&lt;P&gt;Thanks a lot for your answer,&lt;/P&gt;</description>
      <pubDate>Sat, 30 Nov 2024 21:08:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-fix-Missing-Variables-in-PROC-CONTENTS/m-p/952213#M372166</guid>
      <dc:creator>bhr-q</dc:creator>
      <dc:date>2024-11-30T21:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to fix Missing Variables in PROC CONTENTS?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-fix-Missing-Variables-in-PROC-CONTENTS/m-p/952223#M372169</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/465427"&gt;@bhr-q&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I am sorry, that is weird; now it works; sorry again, I was in a rush.&lt;/P&gt;
&lt;P&gt;Thanks a lot for your answer,&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;That's ok.&amp;nbsp; But mark your comment as the "solution",&amp;nbsp;so that folks looking for unsolved topics don't needlessly review this one.&lt;/P&gt;</description>
      <pubDate>Sun, 01 Dec 2024 03:10:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-fix-Missing-Variables-in-PROC-CONTENTS/m-p/952223#M372169</guid>
      <dc:creator>mkeintz</dc:creator>
      <dc:date>2024-12-01T03:10:23Z</dc:date>
    </item>
  </channel>
</rss>

