<?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 Error 73-322 Expecting an = in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-73-322-Expecting-an/m-p/817386#M40825</link>
    <description>&lt;P&gt;So I have the following code entered into SAS Enterprise Guide.&amp;nbsp; I'm curious how we can get around this error and successfully create a decision tree from the data.&amp;nbsp; Any suggestions?&lt;BR /&gt;/* --------------------------------------------------------------------&lt;BR /&gt;Code generated by a SAS task&lt;BR /&gt;&lt;BR /&gt;Generated on Wednesday, June 8, 2022 at 6:47:04 PM&lt;BR /&gt;By task: Import Data Wizard&lt;BR /&gt;&lt;BR /&gt;Source file: C:\Users\seann\Downloads\09_AHRF2021 (1).xlsx&lt;BR /&gt;Server: Local File System&lt;BR /&gt;&lt;BR /&gt;Output data: WORK.09_AHRF2021 (1)&lt;BR /&gt;Server: SASApp&lt;BR /&gt;&lt;BR /&gt;Note: In preparation for running the following code, the Import&lt;BR /&gt;Data wizard has used internal routines to transfer the source data&lt;BR /&gt;file from the local file system to SASApp. There is no SAS code&lt;BR /&gt;available to represent this action.&lt;BR /&gt;-------------------------------------------------------------------- */&lt;/P&gt;&lt;P&gt;/* --------------------------------------------------------------------&lt;BR /&gt;This DATA step reads the data values from a temporary text file&lt;BR /&gt;created by the Import Data wizard. The values within the temporary&lt;BR /&gt;text file were extracted from the Excel source file.&lt;BR /&gt;-------------------------------------------------------------------- */&lt;/P&gt;&lt;P&gt;DATA WORK.'09_AHRF2021 (1)'n;&lt;BR /&gt;LENGTH&lt;BR /&gt;County $ 30&lt;BR /&gt;HPSA_PrimaryCare_Code 8&lt;BR /&gt;HPSA_Dental_Code 8&lt;BR /&gt;HPSA_MentalHealth_Code 8&lt;BR /&gt;MDs_Active 8&lt;BR /&gt;MDs_Inactive 8&lt;BR /&gt;NPs 8&lt;BR /&gt;Poverty_Persisitant 8&lt;BR /&gt;Uninsured_u65 8&lt;BR /&gt;Uninsured_18_64 8&lt;BR /&gt;Uninsured_40_64 8&lt;BR /&gt;Uninsured_u19 8&lt;BR /&gt;Population_Total 8&lt;BR /&gt;MetroCounty 8&lt;BR /&gt;Population_Density 8&lt;BR /&gt;MDActive_per1000 8&lt;BR /&gt;NP_per1000 8&lt;BR /&gt;Rural 8&lt;BR /&gt;Micro 8&lt;BR /&gt;Metro 8&lt;BR /&gt;MDActive_per1000_Winz 8&lt;BR /&gt;NP_per1000_Winz 8&lt;BR /&gt;HPSA_PrimaryCare $ 5&lt;BR /&gt;HPSA_Dental $ 5&lt;BR /&gt;HPSA_MentalHealth $ 5 ;&lt;BR /&gt;FORMAT&lt;BR /&gt;County $CHAR30.&lt;BR /&gt;HPSA_PrimaryCare_Code BEST12.&lt;BR /&gt;HPSA_Dental_Code BEST12.&lt;BR /&gt;HPSA_MentalHealth_Code BEST12.&lt;BR /&gt;MDs_Active BEST12.&lt;BR /&gt;MDs_Inactive BEST12.&lt;BR /&gt;NPs BEST12.&lt;BR /&gt;Poverty_Persisitant BEST12.&lt;BR /&gt;Uninsured_u65 BEST12.&lt;BR /&gt;Uninsured_18_64 BEST12.&lt;BR /&gt;Uninsured_40_64 BEST12.&lt;BR /&gt;Uninsured_u19 BEST12.&lt;BR /&gt;Population_Total BEST12.&lt;BR /&gt;MetroCounty BEST12.&lt;BR /&gt;Population_Density BEST12.&lt;BR /&gt;MDActive_per1000 BEST12.&lt;BR /&gt;NP_per1000 F12.2&lt;BR /&gt;Rural BEST12.&lt;BR /&gt;Micro BEST12.&lt;BR /&gt;Metro BEST12.&lt;BR /&gt;MDActive_per1000_Winz BEST12.&lt;BR /&gt;NP_per1000_Winz F12.2&lt;BR /&gt;HPSA_PrimaryCare $CHAR5.&lt;BR /&gt;HPSA_Dental $CHAR5.&lt;BR /&gt;HPSA_MentalHealth $CHAR5. ;&lt;BR /&gt;INFORMAT&lt;BR /&gt;County $CHAR30.&lt;BR /&gt;HPSA_PrimaryCare_Code BEST12.&lt;BR /&gt;HPSA_Dental_Code BEST12.&lt;BR /&gt;HPSA_MentalHealth_Code BEST12.&lt;BR /&gt;MDs_Active BEST12.&lt;BR /&gt;MDs_Inactive BEST12.&lt;BR /&gt;NPs BEST12.&lt;BR /&gt;Poverty_Persisitant BEST12.&lt;BR /&gt;Uninsured_u65 BEST12.&lt;BR /&gt;Uninsured_18_64 BEST12.&lt;BR /&gt;Uninsured_40_64 BEST12.&lt;BR /&gt;Uninsured_u19 BEST12.&lt;BR /&gt;Population_Total BEST12.&lt;BR /&gt;MetroCounty BEST12.&lt;BR /&gt;Population_Density BEST12.&lt;BR /&gt;MDActive_per1000 BEST12.&lt;BR /&gt;NP_per1000 BEST12.&lt;BR /&gt;Rural BEST12.&lt;BR /&gt;Micro BEST12.&lt;BR /&gt;Metro BEST12.&lt;BR /&gt;MDActive_per1000_Winz BEST12.&lt;BR /&gt;NP_per1000_Winz BEST12.&lt;BR /&gt;HPSA_PrimaryCare $CHAR5.&lt;BR /&gt;HPSA_Dental $CHAR5.&lt;BR /&gt;HPSA_MentalHealth $CHAR5. ;&lt;BR /&gt;INFILE '/saswork/SAS_work64DD000114B5_odaws01-usw2.oda.sas.com/#LN00010'&lt;BR /&gt;LRECL=147&lt;BR /&gt;ENCODING="UTF-8"&lt;BR /&gt;TERMSTR=CRLF&lt;BR /&gt;DLM='7F'x&lt;BR /&gt;MISSOVER&lt;BR /&gt;DSD ;&lt;BR /&gt;INPUT&lt;BR /&gt;County : $CHAR30.&lt;BR /&gt;HPSA_PrimaryCare_Code : BEST32.&lt;BR /&gt;HPSA_Dental_Code : BEST32.&lt;BR /&gt;HPSA_MentalHealth_Code : BEST32.&lt;BR /&gt;MDs_Active : BEST32.&lt;BR /&gt;MDs_Inactive : BEST32.&lt;BR /&gt;NPs : BEST32.&lt;BR /&gt;Poverty_Persisitant : BEST32.&lt;BR /&gt;Uninsured_u65 : BEST32.&lt;BR /&gt;Uninsured_18_64 : BEST32.&lt;BR /&gt;Uninsured_40_64 : BEST32.&lt;BR /&gt;Uninsured_u19 : BEST32.&lt;BR /&gt;Population_Total : BEST32.&lt;BR /&gt;MetroCounty : BEST32.&lt;BR /&gt;Population_Density : BEST32.&lt;BR /&gt;MDActive_per1000 : BEST32.&lt;BR /&gt;NP_per1000 : BEST32.&lt;BR /&gt;Rural : BEST32.&lt;BR /&gt;Micro : BEST32.&lt;BR /&gt;Metro : BEST32.&lt;BR /&gt;MDActive_per1000_Winz : BEST32.&lt;BR /&gt;NP_per1000_Winz : BEST32.&lt;BR /&gt;HPSA_PrimaryCare : $CHAR5.&lt;BR /&gt;HPSA_Dental : $CHAR5.&lt;BR /&gt;HPSA_MentalHealth : $CHAR5. ;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;ods graphics on;&lt;/P&gt;&lt;P&gt;proc hpsplit seed=12345;&lt;BR /&gt;class MetroCounty Population_Density MDActive_per1000;&lt;BR /&gt;model MetroCounty Population_Density MDActive_per1000;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;</description>
    <pubDate>Fri, 10 Jun 2022 02:17:54 GMT</pubDate>
    <dc:creator>Sean_Nadasky</dc:creator>
    <dc:date>2022-06-10T02:17:54Z</dc:date>
    <item>
      <title>Error 73-322 Expecting an =</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-73-322-Expecting-an/m-p/817386#M40825</link>
      <description>&lt;P&gt;So I have the following code entered into SAS Enterprise Guide.&amp;nbsp; I'm curious how we can get around this error and successfully create a decision tree from the data.&amp;nbsp; Any suggestions?&lt;BR /&gt;/* --------------------------------------------------------------------&lt;BR /&gt;Code generated by a SAS task&lt;BR /&gt;&lt;BR /&gt;Generated on Wednesday, June 8, 2022 at 6:47:04 PM&lt;BR /&gt;By task: Import Data Wizard&lt;BR /&gt;&lt;BR /&gt;Source file: C:\Users\seann\Downloads\09_AHRF2021 (1).xlsx&lt;BR /&gt;Server: Local File System&lt;BR /&gt;&lt;BR /&gt;Output data: WORK.09_AHRF2021 (1)&lt;BR /&gt;Server: SASApp&lt;BR /&gt;&lt;BR /&gt;Note: In preparation for running the following code, the Import&lt;BR /&gt;Data wizard has used internal routines to transfer the source data&lt;BR /&gt;file from the local file system to SASApp. There is no SAS code&lt;BR /&gt;available to represent this action.&lt;BR /&gt;-------------------------------------------------------------------- */&lt;/P&gt;&lt;P&gt;/* --------------------------------------------------------------------&lt;BR /&gt;This DATA step reads the data values from a temporary text file&lt;BR /&gt;created by the Import Data wizard. The values within the temporary&lt;BR /&gt;text file were extracted from the Excel source file.&lt;BR /&gt;-------------------------------------------------------------------- */&lt;/P&gt;&lt;P&gt;DATA WORK.'09_AHRF2021 (1)'n;&lt;BR /&gt;LENGTH&lt;BR /&gt;County $ 30&lt;BR /&gt;HPSA_PrimaryCare_Code 8&lt;BR /&gt;HPSA_Dental_Code 8&lt;BR /&gt;HPSA_MentalHealth_Code 8&lt;BR /&gt;MDs_Active 8&lt;BR /&gt;MDs_Inactive 8&lt;BR /&gt;NPs 8&lt;BR /&gt;Poverty_Persisitant 8&lt;BR /&gt;Uninsured_u65 8&lt;BR /&gt;Uninsured_18_64 8&lt;BR /&gt;Uninsured_40_64 8&lt;BR /&gt;Uninsured_u19 8&lt;BR /&gt;Population_Total 8&lt;BR /&gt;MetroCounty 8&lt;BR /&gt;Population_Density 8&lt;BR /&gt;MDActive_per1000 8&lt;BR /&gt;NP_per1000 8&lt;BR /&gt;Rural 8&lt;BR /&gt;Micro 8&lt;BR /&gt;Metro 8&lt;BR /&gt;MDActive_per1000_Winz 8&lt;BR /&gt;NP_per1000_Winz 8&lt;BR /&gt;HPSA_PrimaryCare $ 5&lt;BR /&gt;HPSA_Dental $ 5&lt;BR /&gt;HPSA_MentalHealth $ 5 ;&lt;BR /&gt;FORMAT&lt;BR /&gt;County $CHAR30.&lt;BR /&gt;HPSA_PrimaryCare_Code BEST12.&lt;BR /&gt;HPSA_Dental_Code BEST12.&lt;BR /&gt;HPSA_MentalHealth_Code BEST12.&lt;BR /&gt;MDs_Active BEST12.&lt;BR /&gt;MDs_Inactive BEST12.&lt;BR /&gt;NPs BEST12.&lt;BR /&gt;Poverty_Persisitant BEST12.&lt;BR /&gt;Uninsured_u65 BEST12.&lt;BR /&gt;Uninsured_18_64 BEST12.&lt;BR /&gt;Uninsured_40_64 BEST12.&lt;BR /&gt;Uninsured_u19 BEST12.&lt;BR /&gt;Population_Total BEST12.&lt;BR /&gt;MetroCounty BEST12.&lt;BR /&gt;Population_Density BEST12.&lt;BR /&gt;MDActive_per1000 BEST12.&lt;BR /&gt;NP_per1000 F12.2&lt;BR /&gt;Rural BEST12.&lt;BR /&gt;Micro BEST12.&lt;BR /&gt;Metro BEST12.&lt;BR /&gt;MDActive_per1000_Winz BEST12.&lt;BR /&gt;NP_per1000_Winz F12.2&lt;BR /&gt;HPSA_PrimaryCare $CHAR5.&lt;BR /&gt;HPSA_Dental $CHAR5.&lt;BR /&gt;HPSA_MentalHealth $CHAR5. ;&lt;BR /&gt;INFORMAT&lt;BR /&gt;County $CHAR30.&lt;BR /&gt;HPSA_PrimaryCare_Code BEST12.&lt;BR /&gt;HPSA_Dental_Code BEST12.&lt;BR /&gt;HPSA_MentalHealth_Code BEST12.&lt;BR /&gt;MDs_Active BEST12.&lt;BR /&gt;MDs_Inactive BEST12.&lt;BR /&gt;NPs BEST12.&lt;BR /&gt;Poverty_Persisitant BEST12.&lt;BR /&gt;Uninsured_u65 BEST12.&lt;BR /&gt;Uninsured_18_64 BEST12.&lt;BR /&gt;Uninsured_40_64 BEST12.&lt;BR /&gt;Uninsured_u19 BEST12.&lt;BR /&gt;Population_Total BEST12.&lt;BR /&gt;MetroCounty BEST12.&lt;BR /&gt;Population_Density BEST12.&lt;BR /&gt;MDActive_per1000 BEST12.&lt;BR /&gt;NP_per1000 BEST12.&lt;BR /&gt;Rural BEST12.&lt;BR /&gt;Micro BEST12.&lt;BR /&gt;Metro BEST12.&lt;BR /&gt;MDActive_per1000_Winz BEST12.&lt;BR /&gt;NP_per1000_Winz BEST12.&lt;BR /&gt;HPSA_PrimaryCare $CHAR5.&lt;BR /&gt;HPSA_Dental $CHAR5.&lt;BR /&gt;HPSA_MentalHealth $CHAR5. ;&lt;BR /&gt;INFILE '/saswork/SAS_work64DD000114B5_odaws01-usw2.oda.sas.com/#LN00010'&lt;BR /&gt;LRECL=147&lt;BR /&gt;ENCODING="UTF-8"&lt;BR /&gt;TERMSTR=CRLF&lt;BR /&gt;DLM='7F'x&lt;BR /&gt;MISSOVER&lt;BR /&gt;DSD ;&lt;BR /&gt;INPUT&lt;BR /&gt;County : $CHAR30.&lt;BR /&gt;HPSA_PrimaryCare_Code : BEST32.&lt;BR /&gt;HPSA_Dental_Code : BEST32.&lt;BR /&gt;HPSA_MentalHealth_Code : BEST32.&lt;BR /&gt;MDs_Active : BEST32.&lt;BR /&gt;MDs_Inactive : BEST32.&lt;BR /&gt;NPs : BEST32.&lt;BR /&gt;Poverty_Persisitant : BEST32.&lt;BR /&gt;Uninsured_u65 : BEST32.&lt;BR /&gt;Uninsured_18_64 : BEST32.&lt;BR /&gt;Uninsured_40_64 : BEST32.&lt;BR /&gt;Uninsured_u19 : BEST32.&lt;BR /&gt;Population_Total : BEST32.&lt;BR /&gt;MetroCounty : BEST32.&lt;BR /&gt;Population_Density : BEST32.&lt;BR /&gt;MDActive_per1000 : BEST32.&lt;BR /&gt;NP_per1000 : BEST32.&lt;BR /&gt;Rural : BEST32.&lt;BR /&gt;Micro : BEST32.&lt;BR /&gt;Metro : BEST32.&lt;BR /&gt;MDActive_per1000_Winz : BEST32.&lt;BR /&gt;NP_per1000_Winz : BEST32.&lt;BR /&gt;HPSA_PrimaryCare : $CHAR5.&lt;BR /&gt;HPSA_Dental : $CHAR5.&lt;BR /&gt;HPSA_MentalHealth : $CHAR5. ;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;ods graphics on;&lt;/P&gt;&lt;P&gt;proc hpsplit seed=12345;&lt;BR /&gt;class MetroCounty Population_Density MDActive_per1000;&lt;BR /&gt;model MetroCounty Population_Density MDActive_per1000;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2022 02:17:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-73-322-Expecting-an/m-p/817386#M40825</guid>
      <dc:creator>Sean_Nadasky</dc:creator>
      <dc:date>2022-06-10T02:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error 73-322 Expecting an =</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-73-322-Expecting-an/m-p/817392#M40826</link>
      <description>&lt;P&gt;What is the question?&lt;/P&gt;
&lt;P&gt;Your topic mentions an error but you have not shown any part of a SAS log so we have no idea what might be causing the error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When posting text or SAS code please use the Insert Code or Insert SAS Code icon/button to get a pop-up window to paste/edit the text.&amp;nbsp; That will prevent the forum editor from thinking you are trying to type in paragraphs.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tom_0-1654827885955.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/72115i09D35B28A8C1B209/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tom_0-1654827885955.png" alt="Tom_0-1654827885955.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2022 02:24:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-73-322-Expecting-an/m-p/817392#M40826</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-06-10T02:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error 73-322 Expecting an =</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-73-322-Expecting-an/m-p/817398#M40828</link>
      <description>&lt;P&gt;Here is what my log looks like from running your Proc Hpsplit code. Since the last data set created I have does not have your variables there are errors of variable not found. However look at the highlighted text:&lt;/P&gt;
&lt;PRE&gt;379  proc hpsplit seed=12345;
NOTE: Writing HTML Body file: sashtml.htm
380  class MetroCounty Population_Density MDActive_per1000;
ERROR: Variable METROCOUNTY not found.
ERROR: Variable POPULATION_DENSITY not found.
ERROR: Variable MDACTIVE_PER1000 not found.
&lt;FONT size="5" color="#FF0000"&gt;&lt;STRONG&gt;381  model MetroCounty Population_Density MDActive_per1000;
                       ------------------
                       73
&lt;/STRONG&gt;&lt;FONT size="4" color="#000000"&gt;ERROR: Variable METROCOUNTY not found.&lt;/FONT&gt;&lt;STRONG&gt;
ERROR 73-322: Expecting an =.
382&lt;/STRONG&gt;&lt;/FONT&gt;
383  run;
ERROR: Variable POPULATION_DENSITY not found.
ERROR: Variable MDACTIVE_PER1000 not found.
&lt;/PRE&gt;
&lt;P&gt;The underscores under Population_density are telling you where SAS expected the = sign and what it found instead.&lt;/P&gt;
&lt;P&gt;The MODEL statement requires an = to tell SAS which variable is the response and which variable(s) are the predictors.&lt;/P&gt;
&lt;P&gt;From the documentation:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;DIV class="xis-refProc"&gt;
&lt;DIV id="stathpug.hpsplit.model_stmt" class="AAsection"&gt;
&lt;DIV class="xis-title"&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;H3 class="xis-title"&gt;MODEL Statement&lt;/H3&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;A class="indexterm" target="_blank" name="stathpug.hpsplit.a0000000092"&gt;&lt;/A&gt; &lt;A class="indexterm" target="_blank" name="stathpug.hpsplit.a000000009201"&gt;&lt;/A&gt; &lt;A class="indexterm" target="_blank" name="stathpug.hpsplit.a0000000093"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;DIV id="stathpug_hpsplit000948" class="AAstatementblock"&gt;
&lt;UL class="AAstatementblock" type="none"&gt;
&lt;LI&gt;
&lt;P&gt;&lt;SPAN class="AAstatement"&gt;MODEL&lt;/SPAN&gt; &lt;SPAN class="AAstatementoptional"&gt;&lt;SPAN class=" AAargument"&gt;response&lt;/SPAN&gt; &amp;lt;&lt;SPAN class=" AAlparen"&gt;(&lt;/SPAN&gt;&lt;SPAN class=" AAargument"&gt;response-option&lt;/SPAN&gt;&lt;SPAN class=" AArparen"&gt;)&lt;/SPAN&gt;&amp;gt; &lt;SPAN class=" AAkeyword"&gt;=&lt;/SPAN&gt; &lt;SPAN class=" AAargument"&gt;variable&lt;/SPAN&gt; &amp;lt;&lt;SPAN class=" AAargument"&gt;variable&lt;/SPAN&gt;...&amp;gt;&lt;/SPAN&gt;;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Solution: Place an = after the Metrocounty on the model statement.&lt;/P&gt;
&lt;PRE&gt;model MetroCounty = Population_Density MDActive_per1000;
&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jun 2022 09:07:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-73-322-Expecting-an/m-p/817398#M40828</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-06-12T09:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Error 73-322 Expecting an =</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-73-322-Expecting-an/m-p/817418#M40829</link>
      <description>&lt;P&gt;Is there eventually a&amp;nbsp;&lt;EM&gt;data=&amp;lt;some table&amp;gt;&lt;/EM&gt; missing so your procedure "knows" where to pick the variables from?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2022 07:46:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-73-322-Expecting-an/m-p/817418#M40829</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2022-06-10T07:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Error 73-322 Expecting an =</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-73-322-Expecting-an/m-p/817550#M40832</link>
      <description>&lt;P&gt;Thank you, however MetroCounty is one of the variables we want in the decision tree&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2022 21:38:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-73-322-Expecting-an/m-p/817550#M40832</guid>
      <dc:creator>Sean_Nadasky</dc:creator>
      <dc:date>2022-06-10T21:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error 73-322 Expecting an =</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-73-322-Expecting-an/m-p/817590#M40833</link>
      <description>ods graphics on;&lt;BR /&gt;&lt;BR /&gt;proc hpsplit seed=12345;&lt;BR /&gt;class MetroCounty Population_Density MDActive_per1000;&lt;BR /&gt;model MetroCounty Population_Density MDActive_per1000;&lt;BR /&gt;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;That bit of code is my main focus. I have the original data set (which is the above data prior to this bit of code). I am trying to make a data tree. I have come to understand that a need a "data=", however, I am stumped on where I would find that to proceed the variables I'm trying to input on my decision tree (those variables being MetroCounty, Population_Density and MDActive_per1000)</description>
      <pubDate>Sat, 11 Jun 2022 12:48:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-73-322-Expecting-an/m-p/817590#M40833</guid>
      <dc:creator>Sean_Nadasky</dc:creator>
      <dc:date>2022-06-11T12:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error 73-322 Expecting an =</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-73-322-Expecting-an/m-p/817591#M40834</link>
      <description>Would that be "DATA WORK.'09_AHRF2021 (1)'n;" from the first line?</description>
      <pubDate>Sat, 11 Jun 2022 12:49:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-73-322-Expecting-an/m-p/817591#M40834</guid>
      <dc:creator>Sean_Nadasky</dc:creator>
      <dc:date>2022-06-11T12:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: Error 73-322 Expecting an =</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-73-322-Expecting-an/m-p/817641#M40837</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/427317"&gt;@Sean_Nadasky&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Thank you, however MetroCounty is one of the variables we want in the decision tree&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If you want to use MetroCounty as a PREDICTOR then you need another variable as a RESPONSE variable. The syntax for the procedure's Model statement requires it.&lt;/P&gt;
&lt;P&gt;If you do not have a valid response variable you need some completely different approach as the chosen procedure won't do what you are asking.&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jun 2022 09:10:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-73-322-Expecting-an/m-p/817641#M40837</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-06-12T09:10:49Z</dc:date>
    </item>
  </channel>
</rss>

