<?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 There is not a default input Data Set  (_last_ is _null) in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/There-is-not-a-default-input-Data-Set-last-is-null/m-p/578945#M75577</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I run PROC CLUSTER, I get an error&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is not a default input Data Set (_last_ is _null)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using SAS 9.4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think my issue is loading tables.&amp;nbsp; I must be doing something very wrong with tables that look fine when I click on the contents under explorer.&amp;nbsp; Some of the code, I can get code to work if I create the data in the program using cards but some of the tables I am using are a few hundred and I eventually want to do a few thousand.&amp;nbsp; So, I need to load the data, and most of the examples I see do not show both the code and the output.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I put the raw data in an exel file, then I load the excel, and I see the correct column headings.&lt;/P&gt;&lt;P&gt;When I perform proc contents data=file, I see the variables.&lt;/P&gt;&lt;P&gt;But, if I try to use ID or VAR, I get errors.&lt;/P&gt;</description>
    <pubDate>Sun, 04 Aug 2019 00:44:39 GMT</pubDate>
    <dc:creator>workoutpal</dc:creator>
    <dc:date>2019-08-04T00:44:39Z</dc:date>
    <item>
      <title>There is not a default input Data Set  (_last_ is _null)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/There-is-not-a-default-input-Data-Set-last-is-null/m-p/578945#M75577</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I run PROC CLUSTER, I get an error&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is not a default input Data Set (_last_ is _null)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using SAS 9.4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think my issue is loading tables.&amp;nbsp; I must be doing something very wrong with tables that look fine when I click on the contents under explorer.&amp;nbsp; Some of the code, I can get code to work if I create the data in the program using cards but some of the tables I am using are a few hundred and I eventually want to do a few thousand.&amp;nbsp; So, I need to load the data, and most of the examples I see do not show both the code and the output.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I put the raw data in an exel file, then I load the excel, and I see the correct column headings.&lt;/P&gt;&lt;P&gt;When I perform proc contents data=file, I see the variables.&lt;/P&gt;&lt;P&gt;But, if I try to use ID or VAR, I get errors.&lt;/P&gt;</description>
      <pubDate>Sun, 04 Aug 2019 00:44:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/There-is-not-a-default-input-Data-Set-last-is-null/m-p/578945#M75577</guid>
      <dc:creator>workoutpal</dc:creator>
      <dc:date>2019-08-04T00:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: There is not a default input Data Set  (_last_ is _null)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/There-is-not-a-default-input-Data-Set-last-is-null/m-p/578946#M75578</link>
      <description>&lt;P&gt;It will only try to use the default (&amp;amp;SYSLAST) dataset if you forget to TELL it what dataset to use in your code.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc cluster data=use_this_dataset ...&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 04 Aug 2019 00:49:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/There-is-not-a-default-input-Data-Set-last-is-null/m-p/578946#M75578</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-08-04T00:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: There is not a default input Data Set  (_last_ is _null)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/There-is-not-a-default-input-Data-Set-last-is-null/m-p/578949#M75579</link>
      <description>&lt;P&gt;Adding the data file to the command works.&amp;nbsp; How do I make an input data command the default data used in the program?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there something like default data =&amp;nbsp; work.tablename?&lt;/P&gt;</description>
      <pubDate>Sun, 04 Aug 2019 01:14:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/There-is-not-a-default-input-Data-Set-last-is-null/m-p/578949#M75579</guid>
      <dc:creator>workoutpal</dc:creator>
      <dc:date>2019-08-04T01:14:50Z</dc:date>
    </item>
  </channel>
</rss>

